public class ThemeLocalServiceWrapper extends Object implements ServiceWrapper<ThemeLocalService>, ThemeLocalService
ThemeLocalService.ThemeLocalService| Constructor and Description |
|---|
ThemeLocalServiceWrapper(ThemeLocalService themeLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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> |
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)
ThemeLocalServiceUtil to access the theme local service. Add custom service methods to com.liferay.portal.service.impl.ThemeLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.fetchColorScheme in interface ThemeLocalServicepublic PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
fetchPortletDecorator in interface ThemeLocalServicepublic Theme fetchTheme(long companyId, String themeId)
fetchTheme in interface ThemeLocalServicepublic ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
getColorScheme in interface ThemeLocalServicepublic List<Theme> getControlPanelThemes(long companyId, long userId)
getControlPanelThemes in interface ThemeLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ThemeLocalServicepublic List<Theme> getPageThemes(long companyId, long groupId, long userId)
getPageThemes in interface ThemeLocalServicepublic PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
getPortletDecorator in interface ThemeLocalServicepublic Theme getTheme(long companyId, String themeId)
getTheme in interface ThemeLocalServicepublic List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalServicepublic List<Theme> getWARThemes()
getWARThemes in interface ThemeLocalServicepublic List<Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init in interface ThemeLocalServicepublic List<Theme> init(String servletContextName, 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>