com.liferay.portal.service
Class ThemeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ThemeLocalServiceWrapper
- All Implemented Interfaces:
- BaseLocalService, ServiceWrapper<ThemeLocalService>, ThemeLocalService
@ProviderType
public class ThemeLocalServiceWrapper
- extends Object
- implements ThemeLocalService, ServiceWrapper<ThemeLocalService>
Provides a wrapper for ThemeLocalService.
- See Also:
ThemeLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
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,
boolean wapTheme)
|
List<Theme> |
getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
List<Theme> |
getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
PortletDecorator |
getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId)
|
Theme |
getTheme(long companyId,
String themeId,
boolean wapTheme)
|
List<Theme> |
getThemes(long companyId)
|
List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long, boolean) |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeLocalServiceWrapper
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
fetchColorScheme
public ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
- Specified by:
fetchColorScheme in interface ThemeLocalService
fetchPortletDecorator
public PortletDecorator fetchPortletDecorator(long companyId,
String themeId,
String colorSchemeId)
- Specified by:
fetchPortletDecorator in interface ThemeLocalService
fetchTheme
public Theme fetchTheme(long companyId,
String themeId)
- Specified by:
fetchTheme in interface ThemeLocalService
getColorScheme
public ColorScheme getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
- Specified by:
getColorScheme in interface ThemeLocalService
getControlPanelThemes
public List<Theme> getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
- Specified by:
getControlPanelThemes in interface ThemeLocalService
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ThemeLocalService
- Returns:
- the OSGi service identifier
getPageThemes
public List<Theme> getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
- Specified by:
getPageThemes in interface ThemeLocalService
getPortletDecorator
public PortletDecorator getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId)
- Specified by:
getPortletDecorator in interface ThemeLocalService
getTheme
public Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
- Specified by:
getTheme in interface ThemeLocalService
getThemes
public List<Theme> getThemes(long companyId)
- Specified by:
getThemes in interface ThemeLocalService
getThemes
@Deprecated
public List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
- Deprecated. As of 7.0.0, replaced by
getPageThemes(long, long, long, boolean)
- Specified by:
getThemes in interface ThemeLocalService
getWARThemes
public List<Theme> getWARThemes()
- Specified by:
getWARThemes in interface ThemeLocalService
init
public List<Theme> init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
- Specified by:
init in interface ThemeLocalService
init
public List<Theme> init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
- Specified by:
init in interface ThemeLocalService
uninstallThemes
public void uninstallThemes(List<Theme> themes)
- Specified by:
uninstallThemes in interface ThemeLocalService
getWrappedService
public ThemeLocalService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ThemeLocalService>
setWrappedService
public void setWrappedService(ThemeLocalService themeLocalService)
- Specified by:
setWrappedService in interface ServiceWrapper<ThemeLocalService>