Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class ThemeLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ThemeLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<ThemeLocalService>, ThemeLocalService

public class ThemeLocalServiceWrapper
extends Object
implements ThemeLocalService, ServiceWrapper<ThemeLocalService>

This class is a wrapper for ThemeLocalService.

See Also:
ThemeLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
           
 
Method Summary
 ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
           
 Theme fetchTheme(long companyId, String themeId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId, boolean wapTheme)
           
 Theme getTheme(long companyId, String themeId, boolean wapTheme)
           
 List<Theme> getThemes(long companyId)
           
 List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 List<Theme> getWARThemes()
           
 ThemeLocalService getWrappedService()
           
 ThemeLocalService getWrappedThemeLocalService()
          Deprecated. Renamed to getWrappedService()
 List<String> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<String> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(ThemeLocalService themeLocalService)
           
 void setWrappedThemeLocalService(ThemeLocalService themeLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ThemeLocalService)
 void uninstallThemes(List<String> themeIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeLocalServiceWrapper

public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ThemeLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ThemeLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

fetchColorScheme

public ColorScheme fetchColorScheme(long companyId,
                                    String themeId,
                                    String colorSchemeId)
Specified by:
fetchColorScheme in interface ThemeLocalService

fetchTheme

public Theme fetchTheme(long companyId,
                        String themeId)
Specified by:
fetchTheme in interface ThemeLocalService

getColorScheme

public ColorScheme getColorScheme(long companyId,
                                  String themeId,
                                  String colorSchemeId,
                                  boolean wapTheme)
                           throws SystemException
Specified by:
getColorScheme in interface ThemeLocalService
Throws:
SystemException

getTheme

public Theme getTheme(long companyId,
                      String themeId,
                      boolean wapTheme)
               throws SystemException
Specified by:
getTheme in interface ThemeLocalService
Throws:
SystemException

getThemes

public List<Theme> getThemes(long companyId)
Specified by:
getThemes in interface ThemeLocalService

getThemes

public List<Theme> getThemes(long companyId,
                             long groupId,
                             long userId,
                             boolean wapTheme)
                      throws SystemException
Specified by:
getThemes in interface ThemeLocalService
Throws:
SystemException

getWARThemes

public List<Theme> getWARThemes()
Specified by:
getWARThemes in interface ThemeLocalService

init

public List<String> init(javax.servlet.ServletContext servletContext,
                         String themesPath,
                         boolean loadFromServletContext,
                         String[] xmls,
                         PluginPackage pluginPackage)
Specified by:
init in interface ThemeLocalService

init

public List<String> init(String servletContextName,
                         javax.servlet.ServletContext servletContext,
                         String themesPath,
                         boolean loadFromServletContext,
                         String[] xmls,
                         PluginPackage pluginPackage)
Specified by:
init in interface ThemeLocalService

uninstallThemes

public void uninstallThemes(List<String> themeIds)
Specified by:
uninstallThemes in interface ThemeLocalService

getWrappedThemeLocalService

public ThemeLocalService getWrappedThemeLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedThemeLocalService

public void setWrappedThemeLocalService(ThemeLocalService themeLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ThemeLocalService)


getWrappedService

public ThemeLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ThemeLocalService>

setWrappedService

public void setWrappedService(ThemeLocalService themeLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<ThemeLocalService>

Liferay 6.1.2-ce-ga3