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 ThemeThemeLocalServiceUtil.fetchTheme(long companyId, String themeId) ThemeLocalServiceWrapper.fetchTheme(long companyId, String themeId) static ThemeMethods 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 TypeMethodDescriptionvoidThemeLocalService.uninstallThemes(List<Theme> themes) static voidThemeLocalServiceUtil.uninstallThemes(List<Theme> themes) voidThemeLocalServiceWrapper.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 StringThemeUtil.doIncludeFTL(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme, boolean restricted, boolean write) static voidThemeUtil.include(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme) static StringThemeUtil.include(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, Theme theme, boolean write) voidThemeDisplay.setLookAndFeel(Theme theme, ColorScheme colorScheme)