|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCProductVersionServiceWrapper
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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 |
setBeanIdentifier(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,
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 String getBeanIdentifier()
getBeanIdentifier in interface SCProductVersionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface SCProductVersionServicebeanIdentifier - the Spring bean ID for this bean
public SCProductVersion addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
addProductVersion in interface SCProductVersionServicePortalException
SystemException
public void deleteProductVersion(long productVersionId)
throws PortalException,
SystemException
deleteProductVersion in interface SCProductVersionServicePortalException
SystemException
public SCProductVersion getProductVersion(long productVersionId)
throws PortalException,
SystemException
getProductVersion in interface SCProductVersionServicePortalException
SystemException
public List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws PortalException,
SystemException
getProductVersions in interface SCProductVersionServicePortalException
SystemException
public int getProductVersionsCount(long productEntryId)
throws PortalException,
SystemException
getProductVersionsCount in interface SCProductVersionServicePortalException
SystemException
public SCProductVersion updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws PortalException,
SystemException
updateProductVersion in interface SCProductVersionServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||