|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceWrapper
@ProviderType public class SCProductVersionLocalServiceWrapper
Provides 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)
|
|
void |
addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
void |
addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
|
|
void |
addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
|
|
void |
addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
SCProductVersion |
addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
|
void |
clearSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
SCProductVersion |
createSCProductVersion(long productVersionId)
Creates a new s c product version with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteProductVersion(long productVersionId)
|
|
void |
deleteProductVersion(SCProductVersion productVersion)
|
|
void |
deleteProductVersions(long productEntryId)
|
|
void |
deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
void |
deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
|
|
void |
deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
|
|
void |
deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
SCProductVersion |
deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
|
SCProductVersion |
deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
SCProductVersion |
fetchSCProductVersion(long productVersionId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
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)
|
|
long[] |
getSCFrameworkVersionPrimaryKeys(long productVersionId)
Returns the frameworkVersionIds of the s c framework versions associated with the s c product version. |
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end)
|
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
|
int |
getSCFrameworkVersionSCProductVersionsCount(long frameworkVersionId)
|
|
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. As of 6.1.0, replaced by getWrappedService() |
|
SCProductVersionLocalService |
getWrappedService()
|
|
boolean |
hasSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
boolean |
hasSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
void |
setWrappedSCProductVersionLocalService(SCProductVersionLocalService scProductVersionLocalService)
Deprecated. As of 6.1.0, replaced by 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. |
|
| 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 addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws PortalException
addProductVersion in interface SCProductVersionLocalServicePortalException
public void addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
addSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
addSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
addSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
addSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
addSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
public void clearSCFrameworkVersionSCProductVersions(long frameworkVersionId)
clearSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic SCProductVersion createSCProductVersion(long productVersionId)
createSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key for the new s c product version
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface SCProductVersionLocalServicePortalExceptionpublic void deleteProductVersion(SCProductVersion productVersion)
deleteProductVersion in interface SCProductVersionLocalService
public void deleteProductVersion(long productVersionId)
throws PortalException
deleteProductVersion in interface SCProductVersionLocalServicePortalExceptionpublic void deleteProductVersions(long productEntryId)
deleteProductVersions in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
deleteSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
deleteSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
deleteSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
deleteSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public SCProductVersion deleteSCProductVersion(long productVersionId)
throws PortalException
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 foundpublic SCProductVersion deleteSCProductVersion(SCProductVersion scProductVersion)
deleteSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
public DynamicQuery dynamicQuery()
dynamicQuery in interface SCProductVersionLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public SCProductVersion fetchSCProductVersion(long productVersionId)
fetchSCProductVersion in interface SCProductVersionLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SCProductVersionLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface SCProductVersionLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SCProductVersionLocalServicePortalException
public SCProductVersion getProductVersion(long productVersionId)
throws PortalException
getProductVersion in interface SCProductVersionLocalServicePortalException
public SCProductVersion getProductVersionByDirectDownloadURL(String directDownloadURL)
throws PortalException
getProductVersionByDirectDownloadURL in interface SCProductVersionLocalServicePortalException
public List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
getProductVersions in interface SCProductVersionLocalServicepublic int getProductVersionsCount(long productEntryId)
getProductVersionsCount in interface SCProductVersionLocalServicepublic long[] getSCFrameworkVersionPrimaryKeys(long productVersionId)
getSCFrameworkVersionPrimaryKeys in interface SCProductVersionLocalServiceproductVersionId - the productVersionId of the s c product version
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic int getSCFrameworkVersionSCProductVersionsCount(long frameworkVersionId)
getSCFrameworkVersionSCProductVersionsCount in interface SCProductVersionLocalService
public SCProductVersion getSCProductVersion(long productVersionId)
throws PortalException
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
public List<SCProductVersion> getSCProductVersions(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
public int getSCProductVersionsCount()
getSCProductVersionsCount in interface SCProductVersionLocalService
public boolean hasSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
hasSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalServicepublic boolean hasSCFrameworkVersionSCProductVersions(long frameworkVersionId)
hasSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface SCProductVersionLocalServicebeanIdentifier - the Spring bean ID for this bean
public void setSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
setSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public SCProductVersion updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws PortalException
updateProductVersion in interface SCProductVersionLocalServicePortalExceptionpublic SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
updateSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
@Deprecated public SCProductVersionLocalService getWrappedSCProductVersionLocalService()
getWrappedService()
@Deprecated 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 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||