Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.trash.model.TrashEntrySoap

Packages that use TrashEntrySoap
com.liferay.portlet.trash.model   
 

Uses of TrashEntrySoap in com.liferay.portlet.trash.model
 

Methods in com.liferay.portlet.trash.model that return TrashEntrySoap
 TrashEntrySoap[] TrashEntryList.getArray()
           
static TrashEntrySoap TrashEntrySoap.toSoapModel(TrashEntry model)
           
static TrashEntrySoap[] TrashEntrySoap.toSoapModels(List<TrashEntry> models)
           
static TrashEntrySoap[] TrashEntrySoap.toSoapModels(TrashEntry[] models)
           
static TrashEntrySoap[][] TrashEntrySoap.toSoapModels(TrashEntry[][] models)
           
 

Methods in com.liferay.portlet.trash.model with parameters of type TrashEntrySoap
 void TrashEntryList.setArray(TrashEntrySoap[] array)
           
 


Liferay 6.2-ce-ga5