com.liferay.portal.service
Class ThemeServiceWrapper
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeServiceWrapper
public ThemeServiceWrapper(ThemeService themeService)
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>