com.liferay.portal.service
Interface ReleaseLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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:
ReleaseLocalServiceUtil

Method Summary
 Release addRelease(Release release)
           
 Release createRelease(long releaseId)
           
 void deleteRelease(long releaseId)
           
 void deleteRelease(Release release)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 int getBuildNumberOrCreate()
           
 Release getRelease()
           
 Release getRelease(long releaseId)
           
 java.util.List<Release> getReleases(int start, int end)
           
 int getReleasesCount()
           
 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

createRelease

Release createRelease(long releaseId)

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
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRelease

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

getReleases

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Release> getReleases(int start,
                                                  int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getReleasesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getReleasesCount()
                     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.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRelease

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

updateRelease

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