|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.ThemeLocalServiceWrapper
public class ThemeLocalServiceWrapper
This class is 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. Renamed to getWrappedService() |
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 |
setWrappedService(ThemeLocalService themeLocalService)
|
void |
setWrappedThemeLocalService(ThemeLocalService themeLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ThemeLocalService) |
void |
uninstallThemes(List<String> themeIds)
|
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 ThemeLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ThemeLocalService
beanIdentifier
- the Spring bean ID for this beanpublic 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 ThemeLocalService
SystemException
public Theme getTheme(long companyId, String themeId, boolean wapTheme) throws SystemException
getTheme
in interface ThemeLocalService
SystemException
public 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 ThemeLocalService
SystemException
public List<Theme> getWARThemes()
getWARThemes
in interface ThemeLocalService
public List<String> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init
in interface ThemeLocalService
public List<String> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
init
in interface ThemeLocalService
public void uninstallThemes(List<String> themeIds)
uninstallThemes
in interface ThemeLocalService
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |