com.liferay.portal.service
Interface ReleaseLocalService

All Known Implementing Classes:
ReleaseLocalServiceWrapper

@Transactional(isolation=PORTAL,
               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
Generated:

Method Summary
 Release addRelease(Release release)
           
 Release addRelease(java.lang.String servletContextName, int buildNumber)
           
 Release createRelease(long releaseId)
           
 void createTablesAndPopulate()
           
 void deleteRelease(long releaseId)
           
 void deleteRelease(Release release)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 int getBuildNumberOrCreate()
           
 Release getRelease(long releaseId)
           
 Release getRelease(java.lang.String servletContextName, int buildNumber)
           
 java.util.List<Release> getReleases(int start, int end)
           
 int getReleasesCount()
           
 Release updateRelease(long releaseId, int buildNumber, java.util.Date buildDate, boolean verified)
           
 Release updateRelease(Release release)
           
 Release updateRelease(Release release, boolean merge)
           
 

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

deleteRelease

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

dynamicQuery

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

dynamicQuery

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

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRelease

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Release getRelease(long releaseId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

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

updateRelease

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

addRelease

Release addRelease(java.lang.String servletContextName,
                   int buildNumber)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createTablesAndPopulate

void createTablesAndPopulate()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBuildNumberOrCreate

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getBuildNumberOrCreate()
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRelease

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Release getRelease(java.lang.String servletContextName,
                                 int buildNumber)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateRelease

Release updateRelease(long releaseId,
                      int buildNumber,
                      java.util.Date buildDate,
                      boolean verified)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException