@ProviderType public class SCProductVersionServiceWrapper extends java.lang.Object implements SCProductVersionService, ServiceWrapper<SCProductVersionService>
SCProductVersionService.SCProductVersionService| Constructor and Description |
|---|
SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService) |
| Modifier and Type | Method and Description |
|---|---|
SCProductVersion |
addProductVersion(long productEntryId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext) |
void |
deleteProductVersion(long productVersionId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
SCProductVersion |
getProductVersion(long productVersionId) |
java.util.List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end) |
int |
getProductVersionsCount(long productEntryId) |
SCProductVersionService |
getWrappedSCProductVersionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
SCProductVersionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService) |
void |
setWrappedService(SCProductVersionService scProductVersionService) |
SCProductVersion |
updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds) |
public SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface SCProductVersionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface SCProductVersionServicebeanIdentifier - the Spring bean ID for this beanpublic SCProductVersion addProductVersion(long productEntryId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext) throws PortalException, SystemException
addProductVersion in interface SCProductVersionServicePortalExceptionSystemExceptionpublic void deleteProductVersion(long productVersionId)
throws PortalException,
SystemException
deleteProductVersion in interface SCProductVersionServicePortalExceptionSystemExceptionpublic SCProductVersion getProductVersion(long productVersionId) throws PortalException, SystemException
getProductVersion in interface SCProductVersionServicePortalExceptionSystemExceptionpublic java.util.List<SCProductVersion> getProductVersions(long productEntryId, int start, int end) throws PortalException, SystemException
getProductVersions in interface SCProductVersionServicePortalExceptionSystemExceptionpublic int getProductVersionsCount(long productEntryId)
throws PortalException,
SystemException
getProductVersionsCount in interface SCProductVersionServicePortalExceptionSystemExceptionpublic SCProductVersion updateProductVersion(long productVersionId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds) throws PortalException, SystemException
updateProductVersion in interface SCProductVersionServicePortalExceptionSystemExceptionpublic SCProductVersionService getWrappedSCProductVersionService()
getWrappedService()public void setWrappedSCProductVersionService(SCProductVersionService scProductVersionService)
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService)public SCProductVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<SCProductVersionService>public void setWrappedService(SCProductVersionService scProductVersionService)
setWrappedService in interface ServiceWrapper<SCProductVersionService>