com.liferay.portal.service
Interface ReleaseLocalService


public interface ReleaseLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.ReleaseLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
ReleaseLocalServiceFactory, ReleaseLocalServiceUtil

Method Summary
 Release addRelease(Release release)
           
 void deleteRelease(long releaseId)
           
 void deleteRelease(Release release)
           
 java.util.List<Release> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<Release> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 int getBuildNumberOrCreate()
           
 Release getRelease()
           
 Release updateRelease(boolean verified)
           
 Release updateRelease(Release release)
           
 

Method Detail

addRelease

Release addRelease(Release release)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteRelease

void deleteRelease(long releaseId)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteRelease

void deleteRelease(Release release)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<Release> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<Release> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                     int begin,
                                     int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateRelease

Release updateRelease(Release release)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBuildNumberOrCreate

int getBuildNumberOrCreate()
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getRelease

Release getRelease()
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

updateRelease

Release updateRelease(boolean verified)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException