com.liferay.portal.service
Class ThemeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ThemeLocalServiceWrapper
- All Implemented Interfaces:
- ThemeLocalService
public class ThemeLocalServiceWrapper
- extends java.lang.Object
- implements ThemeLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ThemeLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ThemeLocalService
- Generated:
Method Summary |
ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
|
Theme |
getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
|
java.util.List<Theme> |
getThemes(long companyId)
|
java.util.List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
java.util.List<Theme> |
getWARThemes()
|
ThemeLocalService |
getWrappedThemeLocalService()
|
java.util.List<java.lang.String> |
init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
|
java.util.List<java.lang.String> |
init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
|
void |
uninstallThemes(java.util.List<java.lang.String> themeIds)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeLocalServiceWrapper
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
getColorScheme
public ColorScheme getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
throws com.liferay.portal.SystemException
- Specified by:
getColorScheme
in interface ThemeLocalService
- Throws:
com.liferay.portal.SystemException
getTheme
public Theme getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
throws com.liferay.portal.SystemException
- Specified by:
getTheme
in interface ThemeLocalService
- Throws:
com.liferay.portal.SystemException
getThemes
public java.util.List<Theme> getThemes(long companyId)
- Specified by:
getThemes
in interface ThemeLocalService
getThemes
public java.util.List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws com.liferay.portal.SystemException
- Specified by:
getThemes
in interface ThemeLocalService
- Throws:
com.liferay.portal.SystemException
getWARThemes
public java.util.List<Theme> getWARThemes()
- Specified by:
getWARThemes
in interface ThemeLocalService
init
public java.util.List<java.lang.String> init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
- Specified by:
init
in interface ThemeLocalService
init
public java.util.List<java.lang.String> init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
- Specified by:
init
in interface ThemeLocalService
uninstallThemes
public void uninstallThemes(java.util.List<java.lang.String> themeIds)
- Specified by:
uninstallThemes
in interface ThemeLocalService
getWrappedThemeLocalService
public ThemeLocalService getWrappedThemeLocalService()