com.liferay.portal.service
Class ThemeServiceWrapper
java.lang.Object
com.liferay.portal.service.ThemeServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<ThemeService>, ThemeService
public class ThemeServiceWrapper
- extends Object
- implements ThemeService, ServiceWrapper<ThemeService>
This class is 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)
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>