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) voidsetWrappedService(ThemeLocalService themeLocalService) voiduninstallThemes(List<Theme> themes)
-
Constructor Details
-
ThemeLocalServiceWrapper
public ThemeLocalServiceWrapper() -
ThemeLocalServiceWrapper
-
-
Method Details
-
fetchColorScheme
- Specified by:
fetchColorSchemein interfaceThemeLocalService
-
fetchPortletDecorator
- Specified by:
fetchPortletDecoratorin interfaceThemeLocalService
-
fetchTheme
- Specified by:
fetchThemein interfaceThemeLocalService
-
getColorScheme
- Specified by:
getColorSchemein interfaceThemeLocalService
-
getControlPanelThemes
- Specified by:
getControlPanelThemesin interfaceThemeLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceThemeLocalService- Returns:
- the OSGi service identifier
-
getPageThemes
- Specified by:
getPageThemesin interfaceThemeLocalService
-
getPortletDecorator
public PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId) - Specified by:
getPortletDecoratorin interfaceThemeLocalService
-
getTheme
- Specified by:
getThemein interfaceThemeLocalService
-
getThemes
- Specified by:
getThemesin interfaceThemeLocalService
-
getWARThemes
- Specified by:
getWARThemesin interfaceThemeLocalService
-
init
public List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
initin interfaceThemeLocalService
-
init
public List<Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) - Specified by:
initin interfaceThemeLocalService
-
uninstallThemes
- Specified by:
uninstallThemesin interfaceThemeLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<ThemeLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<ThemeLocalService>
-