|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ThemeLocalServiceWrapper
public class ThemeLocalServiceWrapper
Provides a wrapper for ThemeLocalService.
ThemeLocalService| Constructor Summary | |
|---|---|
ThemeLocalServiceWrapper(ThemeLocalService 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 |
getWrappedService()
|
ThemeLocalService |
getWrappedThemeLocalService()
Deprecated. As of 6.1.0, replaced by 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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(ThemeLocalService themeLocalService)
|
void |
setWrappedThemeLocalService(ThemeLocalService themeLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ThemeLocalService) |
void |
uninstallThemes(List<Theme> themes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ThemeLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ThemeLocalServicebeanIdentifier - the Spring bean ID for this bean
public ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
fetchColorScheme in interface ThemeLocalService
public Theme fetchTheme(long companyId,
String themeId)
fetchTheme in interface ThemeLocalService
public ColorScheme getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
throws SystemException
getColorScheme in interface ThemeLocalServiceSystemException
public Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
throws SystemException
getTheme in interface ThemeLocalServiceSystemExceptionpublic List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalService
public List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws SystemException
getThemes in interface ThemeLocalServiceSystemExceptionpublic List<Theme> getWARThemes()
getWARThemes in interface ThemeLocalService
public List<Theme> init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
init in interface ThemeLocalService
public 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 getWrappedThemeLocalService()
getWrappedService()
public void setWrappedThemeLocalService(ThemeLocalService themeLocalService)
setWrappedService(com.liferay.portal.service.ThemeLocalService)
public ThemeLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ThemeLocalService>public void setWrappedService(ThemeLocalService themeLocalService)
setWrappedService in interface ServiceWrapper<ThemeLocalService>
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||