|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.service.ThemeLocalServiceUtil
public class ThemeLocalServiceUtil
The utility for the theme local service. This utility wraps com.liferay.portal.service.impl.ThemeLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
ThemeLocalService,
ThemeLocalServiceBaseImpl,
com.liferay.portal.service.impl.ThemeLocalServiceImpl| Constructor Summary | |
|---|---|
ThemeLocalServiceUtil()
|
|
| Method Summary | |
|---|---|
static ColorScheme |
fetchColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId)
|
static Theme |
fetchTheme(long companyId,
java.lang.String themeId)
|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
|
static ThemeLocalService |
getService()
|
static Theme |
getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
|
static java.util.List<Theme> |
getThemes(long companyId)
|
static java.util.List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
static java.util.List<Theme> |
getWARThemes()
|
static java.util.List<java.lang.String> |
init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
|
static java.util.List<java.lang.String> |
init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
|
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(ThemeLocalService service)
Deprecated. |
static void |
uninstallThemes(java.util.List<java.lang.String> themeIds)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThemeLocalServiceUtil()
| Method Detail |
|---|
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static ColorScheme fetchColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId)
public static Theme fetchTheme(long companyId,
java.lang.String themeId)
public static ColorScheme getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
throws SystemException
SystemException
public static Theme getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
throws SystemException
SystemExceptionpublic static java.util.List<Theme> getThemes(long companyId)
public static java.util.List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws SystemException
SystemExceptionpublic static java.util.List<Theme> getWARThemes()
public static java.util.List<java.lang.String> init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
public static java.util.List<java.lang.String> init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
public static void uninstallThemes(java.util.List<java.lang.String> themeIds)
public static ThemeLocalService getService()
public void setService(ThemeLocalService service)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||