com.liferay.portal.service
Class ReleaseLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ReleaseLocalServiceWrapper
All Implemented Interfaces:
ReleaseLocalService

public class ReleaseLocalServiceWrapper
extends java.lang.Object
implements ReleaseLocalService

View Source

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

This class is a wrapper for ReleaseLocalService.

Author:
Brian Wing Shun Chan
See Also:
ReleaseLocalService
Generated:

Constructor Summary
ReleaseLocalServiceWrapper(ReleaseLocalService releaseLocalService)
           
 
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()
           
 ReleaseLocalService getWrappedReleaseLocalService()
           
 Release updateRelease(long releaseId, int buildNumber, java.util.Date buildDate, boolean verified)
           
 Release updateRelease(Release release)
           
 Release updateRelease(Release release, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseLocalServiceWrapper

public ReleaseLocalServiceWrapper(ReleaseLocalService releaseLocalService)
Method Detail

addRelease

public Release addRelease(Release release)
                   throws com.liferay.portal.SystemException
Specified by:
addRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

createRelease

public Release createRelease(long releaseId)
Specified by:
createRelease in interface ReleaseLocalService

deleteRelease

public void deleteRelease(long releaseId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRelease

public void deleteRelease(Release release)
                   throws com.liferay.portal.SystemException
Specified by:
deleteRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public 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
Specified by:
dynamicQuery in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

getRelease

public Release getRelease(long releaseId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getReleases

public java.util.List<Release> getReleases(int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getReleases in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

getReleasesCount

public int getReleasesCount()
                     throws com.liferay.portal.SystemException
Specified by:
getReleasesCount in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

updateRelease

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

updateRelease

public Release updateRelease(Release release,
                             boolean merge)
                      throws com.liferay.portal.SystemException
Specified by:
updateRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

addRelease

public Release addRelease(java.lang.String servletContextName,
                          int buildNumber)
                   throws com.liferay.portal.SystemException
Specified by:
addRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

createTablesAndPopulate

public void createTablesAndPopulate()
                             throws com.liferay.portal.SystemException
Specified by:
createTablesAndPopulate in interface ReleaseLocalService
Throws:
com.liferay.portal.SystemException

getBuildNumberOrCreate

public int getBuildNumberOrCreate()
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getBuildNumberOrCreate in interface ReleaseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRelease

public Release getRelease(java.lang.String servletContextName,
                          int buildNumber)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getRelease in interface ReleaseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateRelease

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

getWrappedReleaseLocalService

public ReleaseLocalService getWrappedReleaseLocalService()