Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class ThemeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ThemeServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<ThemeService>, ThemeService

public class ThemeServiceWrapper
extends Object
implements ThemeService, ServiceWrapper<ThemeService>

This class is a wrapper for ThemeService.

See Also:
ThemeService

Constructor Summary
ThemeServiceWrapper(ThemeService themeService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<Theme> getThemes(long companyId)
           
 JSONArray getWARThemes()
           
 ThemeService getWrappedService()
           
 ThemeService getWrappedThemeService()
          Deprecated. Renamed to getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(ThemeService themeService)
           
 void setWrappedThemeService(ThemeService themeService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ThemeService)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeServiceWrapper

public ThemeServiceWrapper(ThemeService themeService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface ThemeService
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 ThemeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getThemes

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

getWARThemes

public JSONArray getWARThemes()
Specified by:
getWARThemes in interface ThemeService

getWrappedThemeService

public ThemeService getWrappedThemeService()
Deprecated. Renamed to getWrappedService()


setWrappedThemeService

public void setWrappedThemeService(ThemeService themeService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ThemeService)


getWrappedService

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

setWrappedService

public void setWrappedService(ThemeService themeService)
Specified by:
setWrappedService in interface ServiceWrapper<ThemeService>

Liferay 6.1.2-ce-ga3