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
|
Method Summary |
ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
|
Theme |
fetchTheme(long companyId,
String themeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedThemeLocalService(ThemeLocalService themeLocalService)
|
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)
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface ThemeLocalService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface ThemeLocalService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
fetchColorScheme
public ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
- Specified by:
fetchColorScheme 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)
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()
setWrappedThemeLocalService
public void setWrappedThemeLocalService(ThemeLocalService themeLocalService)