@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) |
PortletDecorator |
fetchPortletDecorator(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId) |
Theme |
fetchTheme(long companyId,
java.lang.String themeId) |
ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId) |
java.util.List<Theme> |
getControlPanelThemes(long companyId,
long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<Theme> |
getPageThemes(long companyId,
long groupId,
long userId) |
PortletDecorator |
getPortletDecorator(long companyId,
java.lang.String themeId,
java.lang.String portletDecoratorId) |
Theme |
getTheme(long companyId,
java.lang.String themeId) |
java.util.List<Theme> |
getThemes(long companyId) |
java.util.List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of 7.0.0, replaced by
getPageThemes(long, long, long) |
java.util.List<Theme> |
getWARThemes() |
ThemeLocalService |
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 |
setWrappedService(ThemeLocalService themeLocalService) |
void |
uninstallThemes(java.util.List<Theme> themes) |
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
public ColorScheme fetchColorScheme(long companyId, java.lang.String themeId, java.lang.String colorSchemeId)
fetchColorScheme in interface ThemeLocalServicepublic PortletDecorator fetchPortletDecorator(long companyId, java.lang.String themeId, java.lang.String colorSchemeId)
fetchPortletDecorator 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)
getColorScheme in interface ThemeLocalServicepublic java.util.List<Theme> getControlPanelThemes(long companyId, long userId)
getControlPanelThemes in interface ThemeLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ThemeLocalServicepublic java.util.List<Theme> getPageThemes(long companyId, long groupId, long userId)
getPageThemes in interface ThemeLocalServicepublic PortletDecorator getPortletDecorator(long companyId, java.lang.String themeId, java.lang.String portletDecoratorId)
getPortletDecorator in interface ThemeLocalServicepublic Theme getTheme(long companyId, java.lang.String themeId)
getTheme in interface ThemeLocalServicepublic java.util.List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalService@Deprecated public java.util.List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
getPageThemes(long, long, long)getThemes in interface ThemeLocalServicepublic 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 getWrappedService()
getWrappedService in interface ServiceWrapper<ThemeLocalService>public void setWrappedService(ThemeLocalService themeLocalService)
setWrappedService in interface ServiceWrapper<ThemeLocalService>