com.liferay.portal.service.base
Class LayoutLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.LayoutLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.LayoutLocalService
Direct Known Subclasses:
LayoutLocalServiceImpl

public abstract class LayoutLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.LayoutLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
LayoutLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Layout addLayout(com.liferay.portal.model.Layout 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.Layout updateLayout(com.liferay.portal.model.Layout 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.LayoutLocalService
addLayout, addLayout, deleteLayout, deleteLayout, deleteLayout, deleteLayouts, exportLayouts, getDefaultPlid, getDLFolderLayout, getFriendlyURLLayout, getLayout, getLayout, getLayouts, getLayouts, getLayouts, getLayouts, importLayouts, importLayouts, setLayouts, updateLayout, updateLayout, updateLayout, updateLookAndFeel, updateName, updateName, updateName, updateParentLayoutId, updateParentLayoutId, updatePriority, updatePriority, updatePriority
 

Constructor Detail

LayoutLocalServiceBaseImpl

public LayoutLocalServiceBaseImpl()
Method Detail

addLayout

public com.liferay.portal.model.Layout addLayout(com.liferay.portal.model.Layout model)
                                          throws com.liferay.portal.SystemException
Specified by:
addLayout in interface com.liferay.portal.service.LayoutLocalService
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.LayoutLocalService
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.LayoutLocalService
Throws:
com.liferay.portal.SystemException

updateLayout

public com.liferay.portal.model.Layout updateLayout(com.liferay.portal.model.Layout model)
                                             throws com.liferay.portal.SystemException
Specified by:
updateLayout in interface com.liferay.portal.service.LayoutLocalService
Throws:
com.liferay.portal.SystemException