com.liferay.portal.service
Class ReleaseLocalServiceWrapper
java.lang.Object
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:
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(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(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 |
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 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface ReleaseLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface ReleaseLocalService
- Throws:
SystemException
dynamicQuery
public java.util.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 java.util.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(java.lang.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(java.lang.String servletContextName,
int buildNumber)
throws PortalException,
SystemException
- Specified by:
getRelease
in interface ReleaseLocalService
- Throws:
PortalException
SystemException
updateRelease
public Release updateRelease(long releaseId,
int buildNumber,
java.util.Date buildDate,
boolean verified)
throws PortalException,
SystemException
- Specified by:
updateRelease
in interface ReleaseLocalService
- Throws:
PortalException
SystemException
getWrappedReleaseLocalService
public ReleaseLocalService getWrappedReleaseLocalService()