Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.model.Theme

Packages that use Theme
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.adapter   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of Theme in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return Theme
 Theme ThemeFactory.getDefaultRegularTheme(long companyId)
           
static Theme ThemeFactoryUtil.getDefaultRegularTheme(long companyId)
           
 Theme ThemeFactory.getDefaultWapTheme(long companyId)
           
static Theme ThemeFactoryUtil.getDefaultWapTheme(long companyId)
           
 Theme ThemeFactory.getTheme()
           
static Theme ThemeFactoryUtil.getTheme()
           
 Theme ThemeFactory.getTheme(String themeId)
           
static Theme ThemeFactoryUtil.getTheme(String themeId)
           
 Theme ThemeFactory.getTheme(String themeId, String name)
           
static Theme ThemeFactoryUtil.getTheme(String themeId, String name)
           
 

Methods in com.liferay.portal.kernel.util with parameters of type Theme
static String ThemeHelper.getResourcePath(javax.servlet.ServletContext servletContext, Theme theme, String portletId, String path)
           
static boolean ThemeHelper.resourceExists(javax.servlet.ServletContext servletContext, Theme theme, String portletId, String path)
           
 

Uses of Theme in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Theme
 Theme LayoutRevisionWrapper.getTheme()
           
 Theme Layout.getTheme()
          Returns the current layout's theme, or the layout set's theme if no layout theme is configured.
 Theme LayoutSet.getTheme()
           
 Theme LayoutSetBranchWrapper.getTheme()
           
 Theme LayoutRevision.getTheme()
           
 Theme LayoutWrapper.getTheme()
          Returns the current layout's theme, or the layout set's theme if no layout theme is configured.
 Theme LayoutSetBranch.getTheme()
           
 Theme LayoutSetWrapper.getTheme()
           
 Theme LayoutRevisionWrapper.getWapTheme()
           
 Theme Layout.getWapTheme()
           
 Theme LayoutSet.getWapTheme()
           
 Theme LayoutSetBranchWrapper.getWapTheme()
           
 Theme LayoutRevision.getWapTheme()
           
 Theme LayoutWrapper.getWapTheme()
           
 Theme LayoutSetBranch.getWapTheme()
           
 Theme LayoutSetWrapper.getWapTheme()
           
 

Uses of Theme in com.liferay.portal.model.adapter
 

Subinterfaces of Theme in com.liferay.portal.model.adapter
 interface StagedTheme
           
 

Uses of Theme in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Theme
 Theme ThemeLocalServiceWrapper.fetchTheme(long companyId, String themeId)
           
 Theme ThemeLocalService.fetchTheme(long companyId, String themeId)
           
static Theme ThemeLocalServiceUtil.fetchTheme(long companyId, String themeId)
           
 Theme ThemeLocalServiceWrapper.getTheme(long companyId, String themeId, boolean wapTheme)
           
 Theme ThemeLocalService.getTheme(long companyId, String themeId, boolean wapTheme)
           
static Theme ThemeLocalServiceUtil.getTheme(long companyId, String themeId, boolean wapTheme)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Theme
 List<Theme> ThemeLocalServiceWrapper.getControlPanelThemes(long companyId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalService.getControlPanelThemes(long companyId, long userId, boolean wapTheme)
           
static List<Theme> ThemeLocalServiceUtil.getControlPanelThemes(long companyId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalServiceWrapper.getPageThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalService.getPageThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
static List<Theme> ThemeLocalServiceUtil.getPageThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalServiceWrapper.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId)
           
 List<Theme> ThemeService.getThemes(long companyId)
           
 List<Theme> ThemeServiceWrapper.getThemes(long companyId)
           
static List<Theme> ThemeServiceUtil.getThemes(long companyId)
           
static List<Theme> ThemeLocalServiceUtil.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceWrapper.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
          Deprecated. As of 7.0.0, replaced by ThemeLocalServiceWrapper.getPageThemes(long, long, long, boolean)
 List<Theme> ThemeLocalService.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
          Deprecated. As of 7.0.0, replaced by ThemeLocalService.getPageThemes(long, long, long, boolean)
static List<Theme> ThemeLocalServiceUtil.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
          Deprecated. As of 7.0.0, replaced by ThemeLocalServiceUtil.getPageThemes(long, long, long, boolean)
 List<Theme> ThemeLocalServiceWrapper.getWARThemes()
           
 List<Theme> ThemeLocalService.getWARThemes()
           
static List<Theme> ThemeLocalServiceUtil.getWARThemes()
           
 List<Theme> ThemeLocalServiceWrapper.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> ThemeLocalService.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<Theme> ThemeLocalServiceUtil.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> ThemeLocalServiceWrapper.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> ThemeLocalService.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<Theme> ThemeLocalServiceUtil.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 

Method parameters in com.liferay.portal.service with type arguments of type Theme
 void ThemeLocalServiceWrapper.uninstallThemes(List<Theme> themes)
           
 void ThemeLocalService.uninstallThemes(List<Theme> themes)
           
static void ThemeLocalServiceUtil.uninstallThemes(List<Theme> themes)
           
 

Uses of Theme in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Theme
 Theme ThemeDisplay.getTheme()
           
 

Methods in com.liferay.portal.theme with parameters of type Theme
 void ThemeDisplay.setLookAndFeel(Theme theme, ColorScheme colorScheme)
           
 


Liferay 7.0-ce-m6