com.liferay.portal.service
Interface LayoutTemplateLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface LayoutTemplateLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

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.

Author:
Brian Wing Shun Chan
See Also:
LayoutTemplateLocalServiceUtil

Method Summary
 java.lang.String getContent(java.lang.String layoutTemplateId, boolean standard, java.lang.String themeId)
           
 LayoutTemplate getLayoutTemplate(java.lang.String layoutTemplateId, boolean standard, java.lang.String themeId)
           
 java.util.List<LayoutTemplate> getLayoutTemplates()
           
 java.util.List<LayoutTemplate> getLayoutTemplates(java.lang.String themeId)
           
 java.lang.String getWapContent(java.lang.String layoutTemplateId, boolean standard, java.lang.String themeId)
           
 java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> init(javax.servlet.ServletContext servletContext, java.lang.String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
           
 java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> init(java.lang.String servletContextName, javax.servlet.ServletContext servletContext, java.lang.String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
           
 void readLayoutTemplate(java.lang.String servletContextName, javax.servlet.ServletContext servletContext, java.util.Set<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> layoutTemplateIds, com.liferay.portal.kernel.xml.Element el, boolean standard, java.lang.String themeId, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
           
 void uninstallLayoutTemplate(java.lang.String layoutTemplateId, boolean standard)
           
 void uninstallLayoutTemplates(java.lang.String themeId)
           
 

Method Detail

getContent

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.lang.String getContent(java.lang.String layoutTemplateId,
                                          boolean standard,
                                          java.lang.String themeId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutTemplate

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutTemplate getLayoutTemplate(java.lang.String layoutTemplateId,
                                               boolean standard,
                                               java.lang.String themeId)

getLayoutTemplates

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<LayoutTemplate> getLayoutTemplates()

getLayoutTemplates

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<LayoutTemplate> getLayoutTemplates(java.lang.String themeId)

getWapContent

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.lang.String getWapContent(java.lang.String layoutTemplateId,
                                             boolean standard,
                                             java.lang.String themeId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

init

java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> init(javax.servlet.ServletContext servletContext,
                                                                                                        java.lang.String[] xmls,
                                                                                                        com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)

init

java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> init(java.lang.String servletContextName,
                                                                                                        javax.servlet.ServletContext servletContext,
                                                                                                        java.lang.String[] xmls,
                                                                                                        com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)

readLayoutTemplate

void readLayoutTemplate(java.lang.String servletContextName,
                        javax.servlet.ServletContext servletContext,
                        java.util.Set<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,java.lang.Boolean>> layoutTemplateIds,
                        com.liferay.portal.kernel.xml.Element el,
                        boolean standard,
                        java.lang.String themeId,
                        com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)

uninstallLayoutTemplate

void uninstallLayoutTemplate(java.lang.String layoutTemplateId,
                             boolean standard)

uninstallLayoutTemplates

void uninstallLayoutTemplates(java.lang.String themeId)