Liferay 6.2-ce-ga5

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.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.servlet.filters.servletcontextinclude   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.layoutsadmin.lar   
com.liferay.taglib.util   
 

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

Methods in com.liferay.portal.kernel.util that return Theme
static Theme ThemeFactoryUtil.getDefaultRegularTheme(long companyId)
           
 Theme ThemeFactory.getDefaultRegularTheme(long companyId)
           
static Theme ThemeFactoryUtil.getDefaultWapTheme(long companyId)
           
 Theme ThemeFactory.getDefaultWapTheme(long companyId)
           
static Theme ThemeFactoryUtil.getTheme()
           
 Theme ThemeFactory.getTheme()
           
static Theme ThemeFactoryUtil.getTheme(String themeId)
           
 Theme ThemeFactory.getTheme(String themeId)
           
static Theme ThemeFactoryUtil.getTheme(String themeId, String name)
           
 Theme ThemeFactory.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 LayoutSet.getTheme()
           
 Theme LayoutRevision.getTheme()
           
 Theme LayoutWrapper.getTheme()
           
 Theme Layout.getTheme()
           
 Theme LayoutSetWrapper.getTheme()
           
 Theme LayoutSetBranchWrapper.getTheme()
           
 Theme LayoutSetBranch.getTheme()
           
 Theme LayoutRevisionWrapper.getWapTheme()
           
 Theme LayoutSet.getWapTheme()
           
 Theme LayoutRevision.getWapTheme()
           
 Theme LayoutWrapper.getWapTheme()
           
 Theme Layout.getWapTheme()
           
 Theme LayoutSetWrapper.getWapTheme()
           
 Theme LayoutSetBranchWrapper.getWapTheme()
           
 Theme LayoutSetBranch.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 LayoutImpl.getTheme()
           
 Theme LayoutRevisionImpl.getTheme()
           
 Theme LayoutSetBranchImpl.getTheme()
           
 Theme LayoutSetImpl.getTheme()
           
protected  Theme LayoutImpl.getTheme(String device)
           
protected  Theme LayoutRevisionImpl.getTheme(String device)
           
protected  Theme LayoutSetImpl.getTheme(String device)
           
 Theme LayoutImpl.getWapTheme()
           
 Theme LayoutRevisionImpl.getWapTheme()
           
 Theme LayoutSetBranchImpl.getWapTheme()
           
 Theme LayoutSetImpl.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 ThemeLocalService.fetchTheme(long companyId, String themeId)
           
 Theme ThemeLocalServiceWrapper.fetchTheme(long companyId, String themeId)
           
static Theme ThemeLocalServiceUtil.fetchTheme(long companyId, String themeId)
           
 Theme ThemeLocalService.getTheme(long companyId, String themeId, boolean wapTheme)
           
 Theme ThemeLocalServiceWrapper.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
static List<Theme> ThemeServiceUtil.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId)
           
 List<Theme> ThemeService.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceWrapper.getThemes(long companyId)
           
static List<Theme> ThemeLocalServiceUtil.getThemes(long companyId)
           
 List<Theme> ThemeServiceWrapper.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 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.getWARThemes()
           
 List<Theme> ThemeLocalServiceWrapper.getWARThemes()
           
static List<Theme> ThemeLocalServiceUtil.getWARThemes()
           
 List<Theme> ThemeLocalService.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> ThemeLocalServiceWrapper.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> ThemeLocalService.init(String servletContextName, 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)
           
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 ThemeLocalService.uninstallThemes(List<Theme> themes)
           
 void ThemeLocalServiceWrapper.uninstallThemes(List<Theme> themes)
           
static void ThemeLocalServiceUtil.uninstallThemes(List<Theme> themes)
           
 

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.fetchTheme(long companyId, String themeId)
           
 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> ThemeLocalServiceImpl.getThemes(long companyId)
           
 List<Theme> ThemeServiceImpl.getThemes(long companyId)
           
 List<Theme> ThemeLocalServiceImpl.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> ThemeLocalServiceImpl.getWARThemes()
           
 List<Theme> ThemeLocalServiceImpl.init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> ThemeLocalServiceImpl.init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Theme
 void ThemeLocalServiceImpl.uninstallThemes(List<Theme> themes)
           
 

Uses of Theme in com.liferay.portal.servlet.filters.servletcontextinclude
 

Methods in com.liferay.portal.servlet.filters.servletcontextinclude that return Theme
protected  Theme ServletContextIncludeFilter.getTheme(javax.servlet.http.HttpServletRequest request)
           
 

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)
           
 

Uses of Theme in com.liferay.portal.util
 

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

Uses of Theme in com.liferay.portlet.layoutsadmin.lar
 

Classes in com.liferay.portlet.layoutsadmin.lar that implement Theme
 class StagedTheme
           
 

Constructors in com.liferay.portlet.layoutsadmin.lar with parameters of type Theme
StagedTheme(Theme theme)
           
 

Uses of Theme in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type Theme
protected static String ThemeUtil.doDispatch(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext, String path, Theme theme, boolean write, String extension)
           
protected static String ThemeUtil.doIncludeFTL(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String path, Theme theme, boolean restricted, boolean write)
           
protected static void ThemeUtil.doIncludeJSP(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String path, Theme theme)
           
protected static String ThemeUtil.doIncludeVM(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String page, Theme theme, boolean restricted, boolean write)
           
static void ThemeUtil.include(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext, String path, Theme theme)
           
static String ThemeUtil.includeFTL(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.jsp.PageContext pageContext, String path, 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 path, Theme theme, boolean write)
           
 


Liferay 6.2-ce-ga5