Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class LayoutTemplateLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutTemplateLocalServiceUtil

public class LayoutTemplateLocalServiceUtil
extends Object

The utility for the layout template local service. 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.

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.

See Also:
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<ObjectValuePair<String,Boolean>> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<ObjectValuePair<String,Boolean>> init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(LayoutTemplateLocalService service)
          Deprecated.  
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

LayoutTemplateLocalServiceUtil

public LayoutTemplateLocalServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

getContent

public static String getContent(String layoutTemplateId,
                                boolean standard,
                                String themeId)
                         throws SystemException
Throws:
SystemException

getLayoutTemplate

public static LayoutTemplate getLayoutTemplate(String layoutTemplateId,
                                               boolean standard,
                                               String themeId)

getLayoutTemplates

public static List<LayoutTemplate> getLayoutTemplates()

getLayoutTemplates

public static List<LayoutTemplate> getLayoutTemplates(String themeId)

getWapContent

public static String getWapContent(String layoutTemplateId,
                                   boolean standard,
                                   String themeId)
                            throws SystemException
Throws:
SystemException

init

public static List<ObjectValuePair<String,Boolean>> init(javax.servlet.ServletContext servletContext,
                                                         String[] xmls,
                                                         PluginPackage pluginPackage)

init

public static List<ObjectValuePair<String,Boolean>> init(String servletContextName,
                                                         javax.servlet.ServletContext servletContext,
                                                         String[] xmls,
                                                         PluginPackage pluginPackage)

readLayoutTemplate

public static void readLayoutTemplate(String servletContextName,
                                      javax.servlet.ServletContext servletContext,
                                      Set<ObjectValuePair<String,Boolean>> layoutTemplateIds,
                                      Element el,
                                      boolean standard,
                                      String themeId,
                                      PluginPackage pluginPackage)

uninstallLayoutTemplate

public static void uninstallLayoutTemplate(String layoutTemplateId,
                                           boolean standard)

uninstallLayoutTemplates

public static void uninstallLayoutTemplates(String themeId)

getService

public static LayoutTemplateLocalService getService()

setService

public void setService(LayoutTemplateLocalService service)
Deprecated. 


Liferay 6.1.2-ce-ga3