@ProviderType public class ThemeLocalServiceWrapper extends Object implements ThemeLocalService, ServiceWrapper<ThemeLocalService>
ThemeLocalService.ThemeLocalService| Constructor and Description |
|---|
ThemeLocalServiceWrapper(ThemeLocalService themeLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId) |
PortletDecorator |
fetchPortletDecorator(long companyId,
String themeId,
String colorSchemeId) |
Theme |
fetchTheme(long companyId,
String themeId) |
ColorScheme |
getColorScheme(long companyId,
String themeId,
String colorSchemeId) |
List<Theme> |
getControlPanelThemes(long companyId,
long userId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
List<Theme> |
getPageThemes(long companyId,
long groupId,
long userId) |
PortletDecorator |
getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId) |
Theme |
getTheme(long companyId,
String themeId) |
List<Theme> |
getThemes(long companyId) |
List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of 7.0.0, replaced by
getPageThemes(long, long, long) |
List<Theme> |
getWARThemes() |
ThemeLocalService |
getWrappedService() |
List<Theme> |
init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
void |
setWrappedService(ThemeLocalService themeLocalService) |
void |
uninstallThemes(List<Theme> themes) |
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
public ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
fetchColorScheme in interface ThemeLocalServicepublic ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
getColorScheme in interface ThemeLocalServicepublic PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
fetchPortletDecorator in interface ThemeLocalServicepublic PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
getPortletDecorator in interface ThemeLocalServicepublic Theme fetchTheme(long companyId, String themeId)
fetchTheme in interface ThemeLocalServicepublic Theme getTheme(long companyId, String themeId)
getTheme in interface ThemeLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ThemeLocalServicepublic List<Theme> getControlPanelThemes(long companyId, long userId)
getControlPanelThemes in interface ThemeLocalServicepublic List<Theme> getPageThemes(long companyId, long groupId, long userId)
getPageThemes in interface ThemeLocalServicepublic List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalService@Deprecated public List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
getPageThemes(long, long, long)getThemes in interface ThemeLocalServicepublic List<Theme> getWARThemes()
getWARThemes in interface ThemeLocalServicepublic List<Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init in interface ThemeLocalServicepublic List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init in interface ThemeLocalServicepublic void uninstallThemes(List<Theme> themes)
uninstallThemes in interface ThemeLocalServicepublic ThemeLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ThemeLocalService>public void setWrappedService(ThemeLocalService themeLocalService)
setWrappedService in interface ServiceWrapper<ThemeLocalService>