|
Liferay 6.1.0-ce-ga1 | |||||||||
| 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)
Returns the number of rows that match the dynamic query. |
SCProductVersion |
fetchSCProductVersion(long productVersionId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
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)
Returns the s c product version with the primary key. |
List<SCProductVersion> |
getSCProductVersions(int start,
int end)
Returns a range of all the s c product versions. |
int |
getSCProductVersionsCount()
Returns the number of s c product versions. |
SCProductVersionLocalService |
getWrappedSCProductVersionLocalService()
Deprecated. Renamed to getWrappedService() |
SCProductVersionLocalService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedSCProductVersionLocalService(SCProductVersionLocalService scProductVersionLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService) |
void |
setWrappedService(SCProductVersionLocalService scProductVersionLocalService)
|
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 or adds it if it does not yet exist. |
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
Updates the s c product version in the database or adds it if it does not yet exist. |
| 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
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
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
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
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 querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (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 querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public SCProductVersion fetchSCProductVersion(long productVersionId)
throws SystemException
fetchSCProductVersion in interface SCProductVersionLocalServiceSystemException
public SCProductVersion getSCProductVersion(long productVersionId)
throws PortalException,
SystemException
getSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key of the s c product version
PortalException - if a s c product version with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SCProductVersionLocalServicePortalException
SystemException
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 versionsend - the upper bound of the range of s c product versions (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
SystemException - if a system exception occurred
public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
throws SystemException
updateSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product versionmerge - 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 occurredpublic String getBeanIdentifier()
getBeanIdentifier in interface SCProductVersionLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface SCProductVersionLocalServicebeanIdentifier - the Spring bean ID for this bean
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()
getWrappedService()
public void setWrappedSCProductVersionLocalService(SCProductVersionLocalService scProductVersionLocalService)
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService)
public SCProductVersionLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<SCProductVersionLocalService>public void setWrappedService(SCProductVersionLocalService scProductVersionLocalService)
setWrappedService in interface ServiceWrapper<SCProductVersionLocalService>
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||