Class ThemeLocalServiceWrapper
Object
com.liferay.portal.kernel.service.ThemeLocalServiceWrapper
- All Implemented Interfaces:
BaseLocalService
,ServiceWrapper<ThemeLocalService>
,ThemeLocalService
public class ThemeLocalServiceWrapper
extends Object
implements ServiceWrapper<ThemeLocalService>, ThemeLocalService
Provides a wrapper for
ThemeLocalService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchColorScheme
(long companyId, String themeId, String colorSchemeId) fetchPortletDecorator
(long companyId, String themeId, String colorSchemeId) fetchTheme
(long companyId, String themeId) getColorScheme
(long companyId, String themeId, String colorSchemeId) getControlPanelThemes
(long companyId, long userId) Returns the OSGi service identifier.getPageThemes
(long companyId, long groupId, long userId) getPortletDecorator
(long companyId, String themeId, String portletDecoratorId) getThemes
(long companyId) init
(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) init
(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) void
setWrappedService
(ThemeLocalService themeLocalService) void
uninstallThemes
(List<Theme> themes)
-
Constructor Details
-
ThemeLocalServiceWrapper
public ThemeLocalServiceWrapper() -
ThemeLocalServiceWrapper
-
-
Method Details
-
fetchColorScheme
- Specified by:
fetchColorScheme
in interfaceThemeLocalService
-
fetchPortletDecorator
- Specified by:
fetchPortletDecorator
in interfaceThemeLocalService
-
fetchTheme
- Specified by:
fetchTheme
in interfaceThemeLocalService
-
getColorScheme
- Specified by:
getColorScheme
in interfaceThemeLocalService
-
getControlPanelThemes
- Specified by:
getControlPanelThemes
in interfaceThemeLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceThemeLocalService
- Returns:
- the OSGi service identifier
-
getPageThemes
- Specified by:
getPageThemes
in interfaceThemeLocalService
-
getPortletDecorator
public PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId) - Specified by:
getPortletDecorator
in interfaceThemeLocalService
-
getTheme
- Specified by:
getTheme
in interfaceThemeLocalService
-
getThemes
- Specified by:
getThemes
in interfaceThemeLocalService
-
getWARThemes
- Specified by:
getWARThemes
in interfaceThemeLocalService
-
init
public List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
init
in interfaceThemeLocalService
-
init
public List<Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
init
in interfaceThemeLocalService
-
uninstallThemes
- Specified by:
uninstallThemes
in interfaceThemeLocalService
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<ThemeLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<ThemeLocalService>
-