Liferay 7.0-ce-a3

com.liferay.portal.service
Class ThemeServiceWrapper

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

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

Provides a wrapper for ThemeService.

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

Constructor Summary
ThemeServiceWrapper(ThemeService themeService)
           
 
Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 List<Theme> getThemes(long companyId)
           
 JSONArray getWARThemes()
           
 ThemeService getWrappedService()
           
 ThemeService getWrappedThemeService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setWrappedService(ThemeService themeService)
           
 void setWrappedThemeService(ThemeService themeService)
          Deprecated. As of 6.1.0, replaced by 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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface ThemeService
Returns:
the OSGi service identifier

getThemes

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

getWARThemes

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

getWrappedThemeService

@Deprecated
public ThemeService getWrappedThemeService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedThemeService

@Deprecated
public void setWrappedThemeService(ThemeService themeService)
Deprecated. As of 6.1.0, replaced by 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 7.0-ce-a3