com.liferay.client.soap.portlet.softwarecatalog.service.http
Interface SCProductVersionServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_SC_SCProductVersionServiceSoapBindingImpl, Portlet_SC_SCProductVersionServiceSoapBindingStub

public interface SCProductVersionServiceSoap
extends java.rmi.Remote


Method Summary
 SCProductVersionSoap 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)
           
 SCProductVersionSoap getProductVersion(long productVersionId)
           
 SCProductVersionSoap[] getProductVersions(long productEntryId, int start, int end)
           
 int getProductVersionsCount(long productEntryId)
           
 SCProductVersionSoap 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)
           
 

Method Detail

addProductVersion

SCProductVersionSoap 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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteProductVersion

void deleteProductVersion(long productVersionId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductVersion

SCProductVersionSoap getProductVersion(long productVersionId)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductVersions

SCProductVersionSoap[] getProductVersions(long productEntryId,
                                          int start,
                                          int end)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getProductVersionsCount

int getProductVersionsCount(long productEntryId)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateProductVersion

SCProductVersionSoap 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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException