Liferay 6.2-ce-ga5

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

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

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

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

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCLicenseSoap
static SCLicenseSoap SCLicenseServiceSoap.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicenseSoap SCLicenseServiceSoap.getLicense(long licenseId)
           
static SCLicenseSoap SCLicenseServiceSoap.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 


Liferay 6.2-ce-ga5