@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 Wilberforce (7.0.x), 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 ThemeLocalService
public PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
fetchPortletDecorator
in interface ThemeLocalService
public Theme fetchTheme(long companyId, String themeId)
fetchTheme
in interface ThemeLocalService
public ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
getColorScheme
in interface ThemeLocalService
public List<Theme> getControlPanelThemes(long companyId, long userId)
getControlPanelThemes
in interface ThemeLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ThemeLocalService
public List<Theme> getPageThemes(long companyId, long groupId, long userId)
getPageThemes
in interface ThemeLocalService
public PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
getPortletDecorator
in interface ThemeLocalService
public Theme getTheme(long companyId, String themeId)
getTheme
in interface ThemeLocalService
public 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 ThemeLocalService
public List<Theme> getWARThemes()
getWARThemes
in interface ThemeLocalService
public List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init
in interface ThemeLocalService
public List<Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init
in interface ThemeLocalService
public void uninstallThemes(List<Theme> themes)
uninstallThemes
in interface ThemeLocalService
public ThemeLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<ThemeLocalService>
public void setWrappedService(ThemeLocalService themeLocalService)
setWrappedService
in interface ServiceWrapper<ThemeLocalService>