Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.model.ServiceComponentSoap

Packages that use ServiceComponentSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

Uses of ServiceComponentSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ServiceComponentSoap
static ServiceComponentSoap ServiceComponentSoap.toSoapModel(ServiceComponent model)
           
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(List<ServiceComponent> models)
           
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(ServiceComponent[] models)
           
static ServiceComponentSoap[][] ServiceComponentSoap.toSoapModels(ServiceComponent[][] models)
           
 


Liferay 6.1.10-ee-ga1