|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.LayoutTemplateLocalServiceUtil
@ProviderType public class LayoutTemplateLocalServiceUtil
Provides the local service utility for LayoutTemplate. This utility wraps
com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl
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.
LayoutTemplateLocalService
,
LayoutTemplateLocalServiceBaseImpl
,
com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl
Constructor Summary | |
---|---|
LayoutTemplateLocalServiceUtil()
|
Method Summary | |
---|---|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static String |
getContent(String layoutTemplateId,
boolean standard,
String themeId)
|
static LayoutTemplate |
getLayoutTemplate(String layoutTemplateId,
boolean standard,
String themeId)
|
static List<LayoutTemplate> |
getLayoutTemplates()
|
static List<LayoutTemplate> |
getLayoutTemplates(String themeId)
|
static LayoutTemplateLocalService |
getService()
|
static String |
getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
static List<LayoutTemplate> |
init(javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static List<LayoutTemplate> |
init(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage)
|
static void |
readLayoutTemplate(String servletContextName,
javax.servlet.ServletContext servletContext,
Set<LayoutTemplate> layoutTemplates,
Element element,
boolean standard,
String themeId,
PluginPackage pluginPackage)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(LayoutTemplateLocalService service)
Deprecated. As of 6.2.0 |
static void |
uninstallLayoutTemplate(String layoutTemplateId,
boolean standard)
|
static void |
uninstallLayoutTemplates(String themeId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutTemplateLocalServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static String getContent(String layoutTemplateId, boolean standard, String themeId) throws SystemException
SystemException
public static LayoutTemplate getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
public static List<LayoutTemplate> getLayoutTemplates()
public static List<LayoutTemplate> getLayoutTemplates(String themeId)
public static String getWapContent(String layoutTemplateId, boolean standard, String themeId) throws SystemException
SystemException
public static List<LayoutTemplate> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
public static List<LayoutTemplate> init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
public static void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<LayoutTemplate> layoutTemplates, Element element, boolean standard, String themeId, PluginPackage pluginPackage)
public static void uninstallLayoutTemplate(String layoutTemplateId, boolean standard)
public static void uninstallLayoutTemplates(String themeId)
public static LayoutTemplateLocalService getService()
public void setService(LayoutTemplateLocalService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |