Liferay 6.2-ce-ga5

com.liferay.portal.service
Class LayoutTemplateLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutTemplateLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, LayoutTemplateLocalService, ServiceWrapper<LayoutTemplateLocalService>

@ProviderType
public class LayoutTemplateLocalServiceWrapper
extends Object
implements LayoutTemplateLocalService, ServiceWrapper<LayoutTemplateLocalService>

Provides a wrapper for LayoutTemplateLocalService.

See Also:
LayoutTemplateLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutTemplateLocalServiceWrapper(LayoutTemplateLocalService layoutTemplateLocalService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 String getContent(String layoutTemplateId, boolean standard, String themeId)
           
 LayoutTemplate getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
 List<LayoutTemplate> getLayoutTemplates()
           
 List<LayoutTemplate> getLayoutTemplates(String themeId)
           
 String getWapContent(String layoutTemplateId, boolean standard, String themeId)
           
 LayoutTemplateLocalService getWrappedLayoutTemplateLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 LayoutTemplateLocalService getWrappedService()
           
 List<LayoutTemplate> init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<LayoutTemplate> init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 void readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<LayoutTemplate> layoutTemplates, Element element, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutTemplateLocalService)
 void setWrappedService(LayoutTemplateLocalService layoutTemplateLocalService)
           
 void uninstallLayoutTemplate(String layoutTemplateId, boolean standard)
           
 void uninstallLayoutTemplates(String themeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTemplateLocalServiceWrapper

public LayoutTemplateLocalServiceWrapper(LayoutTemplateLocalService layoutTemplateLocalService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface LayoutTemplateLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface LayoutTemplateLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getContent

public String getContent(String layoutTemplateId,
                         boolean standard,
                         String themeId)
                  throws SystemException
Specified by:
getContent in interface LayoutTemplateLocalService
Throws:
SystemException

getLayoutTemplate

public LayoutTemplate getLayoutTemplate(String layoutTemplateId,
                                        boolean standard,
                                        String themeId)
Specified by:
getLayoutTemplate in interface LayoutTemplateLocalService

getLayoutTemplates

public List<LayoutTemplate> getLayoutTemplates()
Specified by:
getLayoutTemplates in interface LayoutTemplateLocalService

getLayoutTemplates

public List<LayoutTemplate> getLayoutTemplates(String themeId)
Specified by:
getLayoutTemplates in interface LayoutTemplateLocalService

getWapContent

public String getWapContent(String layoutTemplateId,
                            boolean standard,
                            String themeId)
                     throws SystemException
Specified by:
getWapContent in interface LayoutTemplateLocalService
Throws:
SystemException

init

public List<LayoutTemplate> init(javax.servlet.ServletContext servletContext,
                                 String[] xmls,
                                 PluginPackage pluginPackage)
Specified by:
init in interface LayoutTemplateLocalService

init

public List<LayoutTemplate> init(String servletContextName,
                                 javax.servlet.ServletContext servletContext,
                                 String[] xmls,
                                 PluginPackage pluginPackage)
Specified by:
init in interface LayoutTemplateLocalService

readLayoutTemplate

public void readLayoutTemplate(String servletContextName,
                               javax.servlet.ServletContext servletContext,
                               Set<LayoutTemplate> layoutTemplates,
                               Element element,
                               boolean standard,
                               String themeId,
                               PluginPackage pluginPackage)
Specified by:
readLayoutTemplate in interface LayoutTemplateLocalService

uninstallLayoutTemplate

public void uninstallLayoutTemplate(String layoutTemplateId,
                                    boolean standard)
Specified by:
uninstallLayoutTemplate in interface LayoutTemplateLocalService

uninstallLayoutTemplates

public void uninstallLayoutTemplates(String themeId)
Specified by:
uninstallLayoutTemplates in interface LayoutTemplateLocalService

getWrappedLayoutTemplateLocalService

public LayoutTemplateLocalService getWrappedLayoutTemplateLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutTemplateLocalService

public void setWrappedLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutTemplateLocalService)


getWrappedService

public LayoutTemplateLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<LayoutTemplateLocalService>

setWrappedService

public void setWrappedService(LayoutTemplateLocalService layoutTemplateLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<LayoutTemplateLocalService>

Liferay 6.2-ce-ga5