com.liferay.portal.service
Class ReleaseLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ReleaseLocalServiceWrapper
- All Implemented Interfaces:
- ReleaseLocalService
public class ReleaseLocalServiceWrapper
- extends Object
- implements ReleaseLocalService
This class is a wrapper for ReleaseLocalService.
- See Also:
ReleaseLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Release |
addRelease(Release release)
|
Release |
addRelease(String servletContextName,
int buildNumber)
|
Release |
createRelease(long releaseId)
|
void |
createTablesAndPopulate()
|
void |
deleteRelease(long releaseId)
|
void |
deleteRelease(Release release)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
int |
getBuildNumberOrCreate()
|
Release |
getRelease(long releaseId)
|
Release |
getRelease(String servletContextName,
int buildNumber)
|
List<Release> |
getReleases(int start,
int end)
|
int |
getReleasesCount()
|
ReleaseLocalService |
getWrappedReleaseLocalService()
|
Release |
updateRelease(long releaseId,
int buildNumber,
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 |
ReleaseLocalServiceWrapper
public ReleaseLocalServiceWrapper(ReleaseLocalService releaseLocalService)
addRelease
public Release addRelease(Release release)
throws SystemException
- Specified by:
addRelease in interface ReleaseLocalService
- Throws:
SystemException
createRelease
public Release createRelease(long releaseId)
- Specified by:
createRelease in interface ReleaseLocalService
deleteRelease
public void deleteRelease(long releaseId)
throws PortalException,
SystemException
- Specified by:
deleteRelease in interface ReleaseLocalService
- Throws:
PortalException
SystemException
deleteRelease
public void deleteRelease(Release release)
throws SystemException
- Specified by:
deleteRelease in interface ReleaseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ReleaseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ReleaseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ReleaseLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ReleaseLocalService
- Throws:
SystemException
getRelease
public Release getRelease(long releaseId)
throws PortalException,
SystemException
- Specified by:
getRelease in interface ReleaseLocalService
- Throws:
PortalException
SystemException
getReleases
public List<Release> getReleases(int start,
int end)
throws SystemException
- Specified by:
getReleases in interface ReleaseLocalService
- Throws:
SystemException
getReleasesCount
public int getReleasesCount()
throws SystemException
- Specified by:
getReleasesCount in interface ReleaseLocalService
- Throws:
SystemException
updateRelease
public Release updateRelease(Release release)
throws SystemException
- Specified by:
updateRelease in interface ReleaseLocalService
- Throws:
SystemException
updateRelease
public Release updateRelease(Release release,
boolean merge)
throws SystemException
- Specified by:
updateRelease in interface ReleaseLocalService
- Throws:
SystemException
addRelease
public Release addRelease(String servletContextName,
int buildNumber)
throws SystemException
- Specified by:
addRelease in interface ReleaseLocalService
- Throws:
SystemException
createTablesAndPopulate
public void createTablesAndPopulate()
throws SystemException
- Specified by:
createTablesAndPopulate in interface ReleaseLocalService
- Throws:
SystemException
getBuildNumberOrCreate
public int getBuildNumberOrCreate()
throws PortalException,
SystemException
- Specified by:
getBuildNumberOrCreate in interface ReleaseLocalService
- Throws:
PortalException
SystemException
getRelease
public Release getRelease(String servletContextName,
int buildNumber)
throws PortalException,
SystemException
- Specified by:
getRelease in interface ReleaseLocalService
- Throws:
PortalException
SystemException
updateRelease
public Release updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
throws PortalException,
SystemException
- Specified by:
updateRelease in interface ReleaseLocalService
- Throws:
PortalException
SystemException
getWrappedReleaseLocalService
public ReleaseLocalService getWrappedReleaseLocalService()