Liferay 6.1.10-ee-ga1

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 and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.theme   
 

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

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 LayoutWrapper.getTheme()
           
 Theme LayoutSetWrapper.getTheme()
           
 Theme LayoutSetBranchWrapper.getTheme()
           
 Theme LayoutSetBranch.getTheme()
           
 Theme LayoutSet.getTheme()
           
 Theme LayoutRevisionWrapper.getTheme()
           
 Theme LayoutRevision.getTheme()
           
 Theme Layout.getTheme()
           
 Theme LayoutWrapper.getWapTheme()
           
 Theme LayoutSetWrapper.getWapTheme()
           
 Theme LayoutSetBranchWrapper.getWapTheme()
           
 Theme LayoutSetBranch.getWapTheme()
           
 Theme LayoutSet.getWapTheme()
           
 Theme LayoutRevisionWrapper.getWapTheme()
           
 Theme LayoutRevision.getWapTheme()
           
 Theme Layout.getWapTheme()
           
 

Uses of Theme in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return types with arguments of type Theme
 List<Theme> ThemeServiceWrapper.getThemes(long companyId)
           
static List<Theme> ThemeServiceUtil.getThemes(long companyId)
           
 List<Theme> ThemeService.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceWrapper.getThemes(long companyId)
           
static List<Theme> ThemeLocalServiceUtil.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceWrapper.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
static List<Theme> ThemeLocalServiceUtil.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalService.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalServiceWrapper.getWARThemes()
           
static List<Theme> ThemeLocalServiceUtil.getWARThemes()
           
 List<Theme> ThemeLocalService.getWARThemes()
           
 

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 6.1.10-ee-ga1