|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ThemeLocalServiceUtil
@ProviderType public class ThemeLocalServiceUtil
Provides the local service utility for Theme. This utility wraps
ThemeLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. 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 PortletDecorator |
fetchPortletDecorator(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 List<Theme> |
getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
|
static List<Theme> |
getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
static PortletDecorator |
getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId)
|
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)
Deprecated. As of 7.0.0, replaced by getPageThemes(long, long, long, boolean) |
static List<Theme> |
getWARThemes()
|
static List<Theme> |
init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<Theme> |
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. As of 6.2.0 |
static 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 ThemeLocalServiceUtil()
| Method Detail |
|---|
public static ColorScheme fetchColorScheme(long companyId,
String themeId,
String colorSchemeId)
public static PortletDecorator fetchPortletDecorator(long companyId,
String themeId,
String colorSchemeId)
public static Theme fetchTheme(long companyId,
String themeId)
public static String getBeanIdentifier()
public static ColorScheme getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
public static List<Theme> getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
public static List<Theme> getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
public static PortletDecorator getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId)
public static Theme getTheme(long companyId,
String themeId,
boolean wapTheme)
public static List<Theme> getThemes(long companyId)
@Deprecated
public static List<Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
getPageThemes(long, long, long, boolean)
public static List<Theme> getWARThemes()
public static List<Theme> init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
public static List<Theme> init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static void uninstallThemes(List<Theme> themes)
public static ThemeLocalService getService()
@Deprecated public void setService(ThemeLocalService service)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||