com.liferay.portal.service
Class ThemeServiceWrapper
java.lang.Object
com.liferay.portal.service.ThemeServiceWrapper
- All Implemented Interfaces:
- ThemeService
public class ThemeServiceWrapper
- extends java.lang.Object
- implements ThemeService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ThemeService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ThemeService
- 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 java.util.List<Theme> getThemes(long companyId)
- Specified by:
getThemes
in interface ThemeService
getWARThemes
public com.liferay.portal.kernel.json.JSONArray getWARThemes()
- Specified by:
getWARThemes
in interface ThemeService
getWrappedThemeService
public ThemeService getWrappedThemeService()