com.liferay.portal.service
Class ThemeServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ThemeServiceWrapper(ThemeService themeService)
           
 
Method Summary
 java.util.List<Theme> getThemes(long companyId)
           
 com.liferay.portal.kernel.json.JSONArray getWARThemes()
           
 ThemeService getWrappedThemeService()
           
 
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

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()