|
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.ThemeLocalServiceUtil
public class ThemeLocalServiceUtil
The utility for the theme local service. This utility wraps 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
,
ThemeLocalServiceImpl
Constructor Summary | |
---|---|
ThemeLocalServiceUtil()
|
Method Summary | |
---|---|
static ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
|
static Theme |
fetchTheme(long companyId,
String themeId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static ColorScheme |
getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
static ThemeLocalService |
getService()
|
static Theme |
getTheme(long companyId,
String themeId,
boolean wapTheme)
|
static List<Theme> |
getThemes(long companyId)
|
static List<Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
static List<Theme> |
getWARThemes()
|
static List<String> |
init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<String> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(ThemeLocalService service)
Deprecated. |
static 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 ThemeLocalServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
public static Theme fetchTheme(long companyId, String themeId)
public static ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId, boolean wapTheme) throws SystemException
SystemException
public static Theme getTheme(long companyId, String themeId, boolean wapTheme) throws SystemException
SystemException
public static List<Theme> getThemes(long companyId)
public static List<Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme) throws SystemException
SystemException
public static List<Theme> getWARThemes()
public static List<String> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
public static List<String> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage)
public static void uninstallThemes(List<String> themeIds)
public static ThemeLocalService getService()
public void setService(ThemeLocalService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |