Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.impl
Class ThemeLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.ThemeLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.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
 com.liferay.portal.kernel.model.ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
           
 com.liferay.portal.kernel.model.PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
           
 com.liferay.portal.kernel.model.Theme fetchTheme(long companyId, String themeId)
           
 com.liferay.portal.kernel.model.ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
           
 List<com.liferay.portal.kernel.model.Theme> getControlPanelThemes(long companyId, long userId)
           
 List<com.liferay.portal.kernel.model.Theme> getPageThemes(long companyId, long groupId, long userId)
           
 com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
           
 com.liferay.portal.kernel.model.Theme getTheme(long companyId, String themeId)
           
 List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId)
           
 List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
          Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long)
 List<com.liferay.portal.kernel.model.Theme> getWARThemes()
           
 List<com.liferay.portal.kernel.model.Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
           
 List<com.liferay.portal.kernel.model.Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
           
 void uninstallThemes(List<com.liferay.portal.kernel.model.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.kernel.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 com.liferay.portal.kernel.model.ColorScheme fetchColorScheme(long companyId,
                                                                    String themeId,
                                                                    String colorSchemeId)

fetchPortletDecorator

public com.liferay.portal.kernel.model.PortletDecorator fetchPortletDecorator(long companyId,
                                                                              String themeId,
                                                                              String colorSchemeId)

fetchTheme

public com.liferay.portal.kernel.model.Theme fetchTheme(long companyId,
                                                        String themeId)

getColorScheme

public com.liferay.portal.kernel.model.ColorScheme getColorScheme(long companyId,
                                                                  String themeId,
                                                                  String colorSchemeId)

getControlPanelThemes

public List<com.liferay.portal.kernel.model.Theme> getControlPanelThemes(long companyId,
                                                                         long userId)

getPageThemes

public List<com.liferay.portal.kernel.model.Theme> getPageThemes(long companyId,
                                                                 long groupId,
                                                                 long userId)

getPortletDecorator

public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(long companyId,
                                                                            String themeId,
                                                                            String portletDecoratorId)

getTheme

public com.liferay.portal.kernel.model.Theme getTheme(long companyId,
                                                      String themeId)

getThemes

public List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId)

getThemes

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


getWARThemes

public List<com.liferay.portal.kernel.model.Theme> getWARThemes()

init

public List<com.liferay.portal.kernel.model.Theme> init(javax.servlet.ServletContext servletContext,
                                                        String themesPath,
                                                        boolean loadFromServletContext,
                                                        String[] xmls,
                                                        com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)

init

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

uninstallThemes

public void uninstallThemes(List<com.liferay.portal.kernel.model.Theme> themes)

Liferay 7.0-ce-b7 portal-impl