com.liferay.portlet.softwarecatalog.service
Class SCProductVersionServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductVersionServiceWrapper
- All Implemented Interfaces:
- SCProductVersionService
public class SCProductVersionServiceWrapper
- extends java.lang.Object
- implements SCProductVersionService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductVersionService
.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductVersionService
- Generated:
Method Summary |
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)
|
SCProductVersion |
getProductVersion(long productVersionId)
|
java.util.List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end)
|
int |
getProductVersionsCount(long productEntryId)
|
SCProductVersionService |
getWrappedSCProductVersionService()
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductVersionServiceWrapper
public SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
addProductVersion
public 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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProductVersion
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProductVersion
public void deleteProductVersion(long productVersionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProductVersion
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductVersion
public SCProductVersion getProductVersion(long productVersionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProductVersion
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductVersions
public java.util.List<SCProductVersion> getProductVersions(long productEntryId,
int start,
int end)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProductVersions
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProductVersionsCount
public int getProductVersionsCount(long productEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProductVersionsCount
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateProductVersion
public 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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateProductVersion
in interface SCProductVersionService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedSCProductVersionService
public SCProductVersionService getWrappedSCProductVersionService()