Liferay 6.0.5

com.liferay.portal.service
Class ThemeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ThemeServiceWrapper
All Implemented Interfaces:
ThemeService

public class ThemeServiceWrapper
extends Object
implements 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 is generated.

Constructor Summary
ThemeServiceWrapper(ThemeService themeService)
           
 
Method Summary
 List<Theme> getThemes(long companyId)
           
 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 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()

Liferay 6.0.5