Uses of Interface
com.liferay.portal.kernel.model.Theme
Packages that use Theme
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal theme classes.
-
Uses of Theme in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return ThemeModifier and TypeMethodDescriptionLayout.getTheme()
Returns the current layout's theme, or the layout set's theme if no layout theme is configured.LayoutRevision.getTheme()
LayoutRevisionWrapper.getTheme()
LayoutSet.getTheme()
LayoutSetBranch.getTheme()
LayoutSetBranchWrapper.getTheme()
LayoutSetWrapper.getTheme()
LayoutWrapper.getTheme()
Returns the current layout's theme, or the layout set's theme if no layout theme is configured. -
Uses of Theme in com.liferay.portal.kernel.model.adapter
Subinterfaces of Theme in com.liferay.portal.kernel.model.adapter -
Uses of Theme in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ThemeModifier and TypeMethodDescriptionThemeLocalService.fetchTheme
(long companyId, String themeId) static Theme
ThemeLocalServiceUtil.fetchTheme
(long companyId, String themeId) ThemeLocalServiceWrapper.fetchTheme
(long companyId, String themeId) static Theme
Methods in com.liferay.portal.kernel.service that return types with arguments of type ThemeModifier and TypeMethodDescriptionThemeLocalService.getControlPanelThemes
(long companyId, long userId) ThemeLocalServiceUtil.getControlPanelThemes
(long companyId, long userId) ThemeLocalServiceWrapper.getControlPanelThemes
(long companyId, long userId) ThemeLocalService.getPageThemes
(long companyId, long groupId, long userId) ThemeLocalServiceUtil.getPageThemes
(long companyId, long groupId, long userId) ThemeLocalServiceWrapper.getPageThemes
(long companyId, long groupId, long userId) ThemeLocalService.getThemes
(long companyId) ThemeLocalServiceUtil.getThemes
(long companyId) ThemeLocalServiceWrapper.getThemes
(long companyId) ThemeService.getThemes
(long companyId) ThemeServiceUtil.getThemes
(long companyId) ThemeServiceWrapper.getThemes
(long companyId) ThemeLocalService.getWARThemes()
ThemeLocalServiceUtil.getWARThemes()
ThemeLocalServiceWrapper.getWARThemes()
ThemeLocalService.init
(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) ThemeLocalService.init
(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) ThemeLocalServiceUtil.init
(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) ThemeLocalServiceUtil.init
(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) ThemeLocalServiceWrapper.init
(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) ThemeLocalServiceWrapper.init
(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) Method parameters in com.liferay.portal.kernel.service with type arguments of type ThemeModifier and TypeMethodDescriptionvoid
ThemeLocalService.uninstallThemes
(List<Theme> themes) static void
ThemeLocalServiceUtil.uninstallThemes
(List<Theme> themes) void
ThemeLocalServiceWrapper.uninstallThemes
(List<Theme> themes) -
Uses of Theme in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return ThemeMethods in com.liferay.portal.kernel.theme with parameters of type ThemeModifier and TypeMethodDescriptionprotected static String
ThemeUtil.doIncludeFTL
(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme, boolean restricted, boolean write) static void
ThemeUtil.include
(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme) static String
ThemeUtil.include
(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme, boolean write) void
ThemeDisplay.setLookAndFeel
(Theme theme, ColorScheme colorScheme)