Liferay 6.2-ce-ga5

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

Packages that use PhoneSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of PhoneSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5