Liferay 6.0.5

Uses of Class
com.liferay.portlet.softwarecatalog.model.SCProductVersionSoap

Packages that use SCProductVersionSoap
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.softwarecatalog.service.http   
 

Uses of SCProductVersionSoap in com.liferay.portlet.softwarecatalog.model
 

Methods in com.liferay.portlet.softwarecatalog.model that return SCProductVersionSoap
static SCProductVersionSoap SCProductVersionSoap.toSoapModel(SCProductVersion model)
           
static SCProductVersionSoap[] SCProductVersionSoap.toSoapModels(List<SCProductVersion> models)
           
static SCProductVersionSoap[] SCProductVersionSoap.toSoapModels(SCProductVersion[] models)
           
static SCProductVersionSoap[][] SCProductVersionSoap.toSoapModels(SCProductVersion[][] models)
           
 

Uses of SCProductVersionSoap in com.liferay.portlet.softwarecatalog.model.impl
 

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCProductVersionSoap
static SCProductVersion SCProductVersionModelImpl.toModel(SCProductVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<SCProductVersion> SCProductVersionModelImpl.toModels(SCProductVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of SCProductVersionSoap in com.liferay.portlet.softwarecatalog.service.http
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCProductVersionSoap
static SCProductVersionSoap SCProductVersionServiceSoap.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersionSoap SCProductVersionServiceSoap.getProductVersion(long productVersionId)
           
static SCProductVersionSoap[] SCProductVersionServiceSoap.getProductVersions(long productEntryId, int start, int end)
           
static SCProductVersionSoap SCProductVersionServiceSoap.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 


Liferay 6.0.5