Liferay 6.0.5

com.liferay.portlet.softwarecatalog.service
Class SCProductVersionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductVersionServiceWrapper
All Implemented Interfaces:
SCProductVersionService

public class SCProductVersionServiceWrapper
extends Object
implements SCProductVersionService

This class is a wrapper for SCProductVersionService.

See Also:
SCProductVersionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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)
           
 SCProductVersion getProductVersion(long productVersionId)
           
 List<SCProductVersion> getProductVersions(long productEntryId, int start, int end)
           
 int getProductVersionsCount(long productEntryId)
           
 SCProductVersionService getWrappedSCProductVersionService()
           
 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

SCProductVersionServiceWrapper

public SCProductVersionServiceWrapper(SCProductVersionService scProductVersionService)
Method Detail

addProductVersion

public SCProductVersion addProductVersion(long productEntryId,
                                          String version,
                                          String changeLog,
                                          String downloadPageURL,
                                          String directDownloadURL,
                                          boolean testDirectDownloadURL,
                                          boolean repoStoreArtifact,
                                          long[] frameworkVersionIds,
                                          ServiceContext serviceContext)
                                   throws PortalException,
                                          SystemException
Specified by:
addProductVersion in interface SCProductVersionService
Throws:
PortalException
SystemException

deleteProductVersion

public void deleteProductVersion(long productVersionId)
                          throws PortalException,
                                 SystemException
Specified by:
deleteProductVersion in interface SCProductVersionService
Throws:
PortalException
SystemException

getProductVersion

public SCProductVersion getProductVersion(long productVersionId)
                                   throws PortalException,
                                          SystemException
Specified by:
getProductVersion in interface SCProductVersionService
Throws:
PortalException
SystemException

getProductVersions

public List<SCProductVersion> getProductVersions(long productEntryId,
                                                 int start,
                                                 int end)
                                          throws PortalException,
                                                 SystemException
Specified by:
getProductVersions in interface SCProductVersionService
Throws:
PortalException
SystemException

getProductVersionsCount

public int getProductVersionsCount(long productEntryId)
                            throws PortalException,
                                   SystemException
Specified by:
getProductVersionsCount in interface SCProductVersionService
Throws:
PortalException
SystemException

updateProductVersion

public SCProductVersion updateProductVersion(long productVersionId,
                                             String version,
                                             String changeLog,
                                             String downloadPageURL,
                                             String directDownloadURL,
                                             boolean testDirectDownloadURL,
                                             boolean repoStoreArtifact,
                                             long[] frameworkVersionIds)
                                      throws PortalException,
                                             SystemException
Specified by:
updateProductVersion in interface SCProductVersionService
Throws:
PortalException
SystemException

getWrappedSCProductVersionService

public SCProductVersionService getWrappedSCProductVersionService()

Liferay 6.0.5