|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceWrapper
public class SCProductVersionLocalServiceWrapper
This class is a wrapper for SCProductVersionLocalService.
SCProductVersionLocalService| Constructor Summary | |
|---|---|
SCProductVersionLocalServiceWrapper(SCProductVersionLocalService scProductVersionLocalService)
|
|
| Method Summary | |
|---|---|
SCProductVersion |
addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
SCProductVersion |
createSCProductVersion(long productVersionId)
Creates a new s c product version with the primary key. |
void |
deleteProductVersion(long productVersionId)
|
void |
deleteProductVersion(SCProductVersion productVersion)
|
void |
deleteProductVersions(long productEntryId)
|
void |
deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
void |
deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
SCProductVersion |
getProductVersion(long productVersionId)
|
SCProductVersion |
getProductVersionByDirectDownloadURL(String directDownloadURL)
|
List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end)
|
int |
getProductVersionsCount(long productEntryId)
|
SCProductVersion |
getSCProductVersion(long productVersionId)
Gets the s c product version with the primary key. |
List<SCProductVersion> |
getSCProductVersions(int start,
int end)
Gets a range of all the s c product versions. |
int |
getSCProductVersionsCount()
Gets the number of s c product versions. |
SCProductVersionLocalService |
getWrappedSCProductVersionLocalService()
|
SCProductVersion |
updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion)
Updates the s c product version in the database. |
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
Updates the s c product version in the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCProductVersionLocalServiceWrapper(SCProductVersionLocalService scProductVersionLocalService)
| Method Detail |
|---|
public SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
throws SystemException
addSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version to add
SystemException - if a system exception occurredpublic SCProductVersion createSCProductVersion(long productVersionId)
createSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key for the new s c product version
public void deleteSCProductVersion(long productVersionId)
throws PortalException,
SystemException
deleteSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key of the s c product version to delete
PortalException - if a s c product version with the primary key could not be found
SystemException - if a system exception occurred
public void deleteSCProductVersion(SCProductVersion scProductVersion)
throws SystemException
deleteSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public SCProductVersion getSCProductVersion(long productVersionId)
throws PortalException,
SystemException
getSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key of the s c product version to get
PortalException - if a s c product version with the primary key could not be found
SystemException - if a system exception occurred
public List<SCProductVersion> getSCProductVersions(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getSCProductVersions in interface SCProductVersionLocalServicestart - the lower bound of the range of s c product versions to returnend - the upper bound of the range of s c product versions to return (not inclusive)
SystemException - if a system exception occurred
public int getSCProductVersionsCount()
throws SystemException
getSCProductVersionsCount in interface SCProductVersionLocalServiceSystemException - if a system exception occurred
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
throws SystemException
updateSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version to update
SystemException - if a system exception occurred
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
throws SystemException
updateSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version to updatemerge - whether to merge the s c product version with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurred
public SCProductVersion addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
addProductVersion in interface SCProductVersionLocalServicePortalException
SystemException
public void deleteProductVersion(long productVersionId)
throws PortalException,
SystemException
deleteProductVersion in interface SCProductVersionLocalServicePortalException
SystemException
public void deleteProductVersion(SCProductVersion productVersion)
throws SystemException
deleteProductVersion in interface SCProductVersionLocalServiceSystemException
public void deleteProductVersions(long productEntryId)
throws SystemException
deleteProductVersions in interface SCProductVersionLocalServiceSystemException
public SCProductVersion getProductVersion(long productVersionId)
throws PortalException,
SystemException
getProductVersion in interface SCProductVersionLocalServicePortalException
SystemException
public SCProductVersion getProductVersionByDirectDownloadURL(String directDownloadURL)
throws PortalException,
SystemException
getProductVersionByDirectDownloadURL in interface SCProductVersionLocalServicePortalException
SystemException
public List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws SystemException
getProductVersions in interface SCProductVersionLocalServiceSystemException
public int getProductVersionsCount(long productEntryId)
throws SystemException
getProductVersionsCount in interface SCProductVersionLocalServiceSystemException
public SCProductVersion updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws PortalException,
SystemException
updateProductVersion in interface SCProductVersionLocalServicePortalException
SystemExceptionpublic SCProductVersionLocalService getWrappedSCProductVersionLocalService()
|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||