@ProviderType
public class SCProductVersionServiceUtil
extends java.lang.Object
com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.SCProductVersionService,
com.liferay.portlet.softwarecatalog.service.base.SCProductVersionServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionServiceImpl| Constructor and Description |
|---|
SCProductVersionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
static void |
deleteProductVersion(long productVersionId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static SCProductVersion |
getProductVersion(long productVersionId) |
static java.util.List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end) |
static int |
getProductVersionsCount(long productEntryId) |
static SCProductVersionService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(SCProductVersionService service)
Deprecated.
As of 6.2.0
|
static 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 static 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
PortalExceptionpublic static void deleteProductVersion(long productVersionId)
throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static SCProductVersion getProductVersion(long productVersionId) throws PortalException
PortalExceptionpublic static java.util.List<SCProductVersion> getProductVersions(long productEntryId, int start, int end) throws PortalException
PortalExceptionpublic static int getProductVersionsCount(long productEntryId)
throws PortalException
PortalExceptionpublic static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static 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
PortalExceptionpublic static SCProductVersionService getService()
@Deprecated public void setService(SCProductVersionService service)