Liferay 6.0-ee

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

Packages that use Theme
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.theme   
com.liferay.taglib.util   
 

Uses of Theme in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Theme
 Theme LayoutWrapper.getTheme()
           
 Theme LayoutSetWrapper.getTheme()
           
 Theme LayoutSet.getTheme()
           
 Theme Layout.getTheme()
           
 Theme LayoutWrapper.getWapTheme()
           
 Theme LayoutSetWrapper.getWapTheme()
           
 Theme LayoutSet.getWapTheme()
           
 Theme Layout.getWapTheme()
           
 

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

Classes in com.liferay.portal.model.impl that implement Theme
 class ThemeImpl
           
 

Methods in com.liferay.portal.model.impl that return Theme
 Theme LayoutSetImpl.getTheme()
           
 Theme LayoutImpl.getTheme()
           
 Theme LayoutSetImpl.getWapTheme()
           
 Theme LayoutImpl.getWapTheme()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Theme
 int ThemeImpl.compareTo(Theme theme)
           
 

Uses of Theme in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Theme
 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.service.http
 

Methods in com.liferay.portal.service.http that return types with arguments of type Theme
static List<Theme> ThemeServiceHttp.getThemes(HttpPrincipal httpPrincipal, long companyId)
           
 

Uses of Theme in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Theme
 Theme ThemeLocalServiceImpl.getTheme(long companyId, String themeId, boolean wapTheme)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Theme
 List<Theme> ThemeServiceImpl.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceImpl.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceImpl.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalServiceImpl.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(String contextPath, Theme theme, ColorScheme colorScheme)
           
 void ThemeDisplay.setLookAndFeel(Theme theme, ColorScheme colorScheme)
           
 

Uses of Theme in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type Theme
static void ThemeUtil.include(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext, String page, Theme theme)
           
static String ThemeUtil.includeFTL(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String page, Theme theme, boolean write)
           
static void ThemeUtil.includeJSP(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String path, Theme theme)
           
static String ThemeUtil.includeVM(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String page, Theme theme, boolean write)
           
 


Liferay 6.0-ee