Liferay 7.0-ce-b4

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()
           
 void setWrappedService(ThemeService 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

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-b4