com.liferay.portal.service.base
Class LayoutSetLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.LayoutSetLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.LayoutSetLocalService
Direct Known Subclasses:
LayoutSetLocalServiceImpl

public abstract class LayoutSetLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.LayoutSetLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
LayoutSetLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.LayoutSet addLayoutSet(com.liferay.portal.model.LayoutSet model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.LayoutSet updateLayoutSet(com.liferay.portal.model.LayoutSet model)
           
 
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.LayoutSetLocalService
addLayoutSet, deleteLayoutSet, getLayoutSet, getLayoutSet, updateLogo, updateLookAndFeel, updatePageCount, updateVirtualHost
 

Constructor Detail

LayoutSetLocalServiceBaseImpl

public LayoutSetLocalServiceBaseImpl()
Method Detail

addLayoutSet

public com.liferay.portal.model.LayoutSet addLayoutSet(com.liferay.portal.model.LayoutSet model)
                                                throws com.liferay.portal.SystemException
Specified by:
addLayoutSet in interface com.liferay.portal.service.LayoutSetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.LayoutSetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.LayoutSetLocalService
Throws:
com.liferay.portal.SystemException

updateLayoutSet

public com.liferay.portal.model.LayoutSet updateLayoutSet(com.liferay.portal.model.LayoutSet model)
                                                   throws com.liferay.portal.SystemException
Specified by:
updateLayoutSet in interface com.liferay.portal.service.LayoutSetLocalService
Throws:
com.liferay.portal.SystemException