Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ThemeLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.ThemeLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, ThemeLocalService

public class ThemeLocalServiceImpl
extends ThemeLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
counterLocalService, layoutTemplateLocalService, pluginSettingLocalService, pluginSettingPersistence, themeLocalService
 
Constructor Summary
ThemeLocalServiceImpl()
           
 
Method Summary
 ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
           
 PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
 Theme fetchTheme(long companyId, String themeId)
           
 ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId, boolean wapTheme)
           
 List<Theme> getControlPanelThemes(long companyId, long userId, boolean wapTheme)
           
 List<Theme> getPageThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
           
 Theme getTheme(long companyId, String themeId, boolean wapTheme)
           
 List<Theme> getThemes(long companyId)
           
 List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
          Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long, boolean)
 List<Theme> getWARThemes()
           
 List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 void uninstallThemes(List<Theme> themes)
           
 
Methods inherited from class com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getLayoutTemplateLocalService, getOSGiServiceIdentifier, getPluginSettingLocalService, getPluginSettingPersistence, getThemeLocalService, runSQL, setCounterLocalService, setLayoutTemplateLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setThemeLocalService
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLocalServiceImpl

public ThemeLocalServiceImpl()
Method Detail

fetchColorScheme

public ColorScheme fetchColorScheme(long companyId,
                                    String themeId,
                                    String colorSchemeId)

fetchPortletDecorator

public PortletDecorator fetchPortletDecorator(long companyId,
                                              String themeId,
                                              String colorSchemeId)

fetchTheme

public Theme fetchTheme(long companyId,
                        String themeId)

getColorScheme

public ColorScheme getColorScheme(long companyId,
                                  String themeId,
                                  String colorSchemeId,
                                  boolean wapTheme)

getControlPanelThemes

public List<Theme> getControlPanelThemes(long companyId,
                                         long userId,
                                         boolean wapTheme)

getPageThemes

public List<Theme> getPageThemes(long companyId,
                                 long groupId,
                                 long userId,
                                 boolean wapTheme)

getPortletDecorator

public PortletDecorator getPortletDecorator(long companyId,
                                            String themeId,
                                            String portletDecoratorId)

getTheme

public Theme getTheme(long companyId,
                      String themeId,
                      boolean wapTheme)

getThemes

public List<Theme> getThemes(long companyId)

getThemes

@Deprecated
public List<Theme> getThemes(long companyId,
                                        long groupId,
                                        long userId,
                                        boolean wapTheme)
Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long, boolean)


getWARThemes

public List<Theme> getWARThemes()

init

public List<Theme> init(javax.servlet.ServletContext servletContext,
                        String themesPath,
                        boolean loadFromServletContext,
                        String[] xmls,
                        PluginPackage pluginPackage)

init

public List<Theme> init(String servletContextName,
                        javax.servlet.ServletContext servletContext,
                        String themesPath,
                        boolean loadFromServletContext,
                        String[] xmls,
                        PluginPackage pluginPackage)

uninstallThemes

public void uninstallThemes(List<Theme> themes)

Liferay 7.0-ce-b4