@ProviderType public class ThemeLocalServiceWrapper extends java.lang.Object implements ThemeLocalService, ServiceWrapper<ThemeLocalService>
ThemeLocalService.ThemeLocalService| Constructor and Description |
|---|
ThemeLocalServiceWrapper(ThemeLocalService themeLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ColorScheme |
fetchColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId) |
Theme |
fetchTheme(long companyId,
java.lang.String themeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme) |
Theme |
getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme) |
java.util.List<Theme> |
getThemes(long companyId) |
java.util.List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme) |
java.util.List<Theme> |
getWARThemes() |
ThemeLocalService |
getWrappedService() |
ThemeLocalService |
getWrappedThemeLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
java.util.List<Theme> |
init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage) |
java.util.List<Theme> |
init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(ThemeLocalService themeLocalService) |
void |
setWrappedThemeLocalService(ThemeLocalService themeLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.ThemeLocalService) |
void |
uninstallThemes(java.util.List<Theme> themes) |
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ThemeLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ThemeLocalServicebeanIdentifier - the Spring bean ID for this beanpublic ColorScheme fetchColorScheme(long companyId, java.lang.String themeId, java.lang.String colorSchemeId)
fetchColorScheme in interface ThemeLocalServicepublic Theme fetchTheme(long companyId, java.lang.String themeId)
fetchTheme in interface ThemeLocalServicepublic ColorScheme getColorScheme(long companyId, java.lang.String themeId, java.lang.String colorSchemeId, boolean wapTheme) throws SystemException
getColorScheme in interface ThemeLocalServiceSystemExceptionpublic Theme getTheme(long companyId, java.lang.String themeId, boolean wapTheme) throws SystemException
getTheme in interface ThemeLocalServiceSystemExceptionpublic java.util.List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalServicepublic java.util.List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme) throws SystemException
getThemes in interface ThemeLocalServiceSystemExceptionpublic java.util.List<Theme> getWARThemes()
getWARThemes in interface ThemeLocalServicepublic java.util.List<Theme> init(javax.servlet.ServletContext servletContext, java.lang.String themesPath, boolean loadFromServletContext, java.lang.String[] xmls, PluginPackage pluginPackage)
init in interface ThemeLocalServicepublic java.util.List<Theme> init(java.lang.String servletContextName, javax.servlet.ServletContext servletContext, java.lang.String themesPath, boolean loadFromServletContext, java.lang.String[] xmls, PluginPackage pluginPackage)
init in interface ThemeLocalServicepublic void uninstallThemes(java.util.List<Theme> themes)
uninstallThemes in interface ThemeLocalServicepublic ThemeLocalService getWrappedThemeLocalService()
getWrappedService()public void setWrappedThemeLocalService(ThemeLocalService themeLocalService)
setWrappedService(com.liferay.portal.service.ThemeLocalService)public ThemeLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ThemeLocalService>public void setWrappedService(ThemeLocalService themeLocalService)
setWrappedService in interface ServiceWrapper<ThemeLocalService>