Liferay 6.2.0-ce-m1

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

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

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)
           
 

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

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


Liferay 6.2.0-ce-m1