@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SCProductVersionService extends BaseService
SCProductVersionServiceUtil,
com.liferay.portlet.softwarecatalog.service.base.SCProductVersionServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionServiceImpl| 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) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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) |
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
PortalExceptionvoid deleteProductVersion(long productVersionId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) SCProductVersion getProductVersion(long productVersionId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<SCProductVersion> getProductVersions(long productEntryId, int start, int end) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getProductVersionsCount(long productEntryId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanSCProductVersion 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
PortalException