com.liferay.portal.service.base
Class LayoutTemplateLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.base.LayoutTemplateLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portal.service.LayoutTemplateLocalService
Direct Known Subclasses:
LayoutTemplateLocalServiceImpl

public abstract class LayoutTemplateLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.LayoutTemplateLocalService, com.liferay.portal.kernel.bean.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
LayoutTemplateLocalServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.LayoutTemplateLocalService
getContent, getLayoutTemplate, getLayoutTemplates, getLayoutTemplates, getWapContent, init, init, readLayoutTemplate, uninstallLayoutTemplate, uninstallLayoutTemplates
 

Constructor Detail

LayoutTemplateLocalServiceBaseImpl

public LayoutTemplateLocalServiceBaseImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface com.liferay.portal.kernel.bean.InitializingBean