com.liferay.portal.service
Class ThemeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ThemeLocalServiceWrapper
- All Implemented Interfaces:
- ThemeLocalService
public class ThemeLocalServiceWrapper
- extends Object
- implements ThemeLocalService
This class is 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 |
getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
Theme |
getTheme(long companyId,
String themeId,
boolean wapTheme)
|
List<Theme> |
getThemes(long companyId)
|
List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
List<Theme> |
getWARThemes()
|
ThemeLocalService |
getWrappedThemeLocalService()
|
List<String> |
init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
List<String> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
void |
uninstallThemes(List<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,
String themeId,
String colorSchemeId,
boolean wapTheme)
throws SystemException
- Specified by:
getColorScheme
in interface ThemeLocalService
- Throws:
SystemException
getTheme
public Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
throws SystemException
- Specified by:
getTheme
in interface ThemeLocalService
- Throws:
SystemException
getThemes
public List<Theme> getThemes(long companyId)
- Specified by:
getThemes
in interface ThemeLocalService
getThemes
public List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws SystemException
- Specified by:
getThemes
in interface ThemeLocalService
- Throws:
SystemException
getWARThemes
public List<Theme> getWARThemes()
- Specified by:
getWARThemes
in interface ThemeLocalService
init
public List<String> init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
- Specified by:
init
in interface ThemeLocalService
init
public List<String> 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<String> themeIds)
- Specified by:
uninstallThemes
in interface ThemeLocalService
getWrappedThemeLocalService
public ThemeLocalService getWrappedThemeLocalService()