|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductVersionServiceWrapper
@ProviderType public class SCProductVersionServiceWrapper
Provides a wrapper for SCProductVersionService.
SCProductVersionService| Constructor Summary | |
|---|---|
SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
|
|
| Method Summary | |
|---|---|
SCProductVersion |
addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
void |
deleteProductVersion(long productVersionId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
SCProductVersion |
getProductVersion(long productVersionId)
|
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 |
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,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
| Method Detail |
|---|
public SCProductVersion addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws PortalException
addProductVersion in interface SCProductVersionServicePortalException
public void deleteProductVersion(long productVersionId)
throws PortalException
deleteProductVersion in interface SCProductVersionServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SCProductVersionService
public SCProductVersion getProductVersion(long productVersionId)
throws PortalException
getProductVersion in interface SCProductVersionServicePortalException
public List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws PortalException
getProductVersions in interface SCProductVersionServicePortalException
public int getProductVersionsCount(long productEntryId)
throws PortalException
getProductVersionsCount in interface SCProductVersionServicePortalException
public SCProductVersion updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws PortalException
updateProductVersion in interface SCProductVersionServicePortalException@Deprecated public SCProductVersionService getWrappedSCProductVersionService()
getWrappedService()
@Deprecated 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>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||