Liferay 6.0.5

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

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

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

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

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCProductEntrySoap
static SCProductEntrySoap SCProductEntryServiceSoap.addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
static SCProductEntrySoap SCProductEntryServiceSoap.getProductEntry(long productEntryId)
           
static SCProductEntrySoap SCProductEntryServiceSoap.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 


Liferay 6.0.5