@ProviderType public class ThemeServiceWrapper extends java.lang.Object implements ThemeService, ServiceWrapper<ThemeService>
ThemeService.ThemeService| Constructor and Description |
|---|
ThemeServiceWrapper(ThemeService themeService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<Theme> |
getThemes(long companyId) |
JSONArray |
getWARThemes() |
ThemeService |
getWrappedService() |
ThemeService |
getWrappedThemeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(ThemeService themeService) |
void |
setWrappedThemeService(ThemeService themeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.ThemeService) |
public ThemeServiceWrapper(ThemeService themeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ThemeServicepublic java.util.List<Theme> getThemes(long companyId)
getThemes in interface ThemeServicepublic JSONArray getWARThemes()
getWARThemes in interface ThemeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ThemeServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public ThemeService getWrappedThemeService()
getWrappedService()@Deprecated public void setWrappedThemeService(ThemeService themeService)
setWrappedService(com.liferay.portal.service.ThemeService)public ThemeService getWrappedService()
getWrappedService in interface ServiceWrapper<ThemeService>public void setWrappedService(ThemeService themeService)
setWrappedService in interface ServiceWrapper<ThemeService>