com.liferay.portal.service.base
Class ReleaseLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.ReleaseLocalService
Direct Known Subclasses:
ReleaseLocalServiceImpl

public abstract class ReleaseLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.ReleaseLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ReleaseLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Release addRelease(com.liferay.portal.model.Release 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.Release updateRelease(com.liferay.portal.model.Release 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.ReleaseLocalService
getBuildNumberOrCreate, getRelease, updateRelease
 

Constructor Detail

ReleaseLocalServiceBaseImpl

public ReleaseLocalServiceBaseImpl()
Method Detail

addRelease

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

updateRelease

public com.liferay.portal.model.Release updateRelease(com.liferay.portal.model.Release model)
                                               throws com.liferay.portal.SystemException
Specified by:
updateRelease in interface com.liferay.portal.service.ReleaseLocalService
Throws:
com.liferay.portal.SystemException