|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ThemeLocalServiceWrapper
@ProviderType 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)
|
List<Theme> |
getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
|
List<Theme> |
getPageThemes(long companyId,
long groupId,
long userId,
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)
Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long, boolean) |
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 ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
fetchColorScheme in interface ThemeLocalService
public Theme fetchTheme(long companyId,
String themeId)
fetchTheme in interface ThemeLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface ThemeLocalService
public ColorScheme getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
getColorScheme in interface ThemeLocalService
public List<Theme> getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
getControlPanelThemes in interface ThemeLocalService
public List<Theme> getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
getPageThemes in interface ThemeLocalService
public Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
getTheme in interface ThemeLocalServicepublic List<Theme> getThemes(long companyId)
getThemes in interface ThemeLocalService
@Deprecated
public List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
getPageThemes(long, long, long, boolean)
getThemes in interface ThemeLocalServicepublic 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 setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ThemeLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void uninstallThemes(List<Theme> themes)
uninstallThemes in interface ThemeLocalService@Deprecated public ThemeLocalService getWrappedThemeLocalService()
getWrappedService()
@Deprecated 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 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||