Liferay 6.2-ce-ga5

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

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

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.
 

Uses of TrashEntrySoap in com.liferay.portlet.trash.service.http
 

Methods in com.liferay.portlet.trash.service.http that return TrashEntrySoap
static TrashEntrySoap TrashEntryServiceSoap.restoreEntry(long entryId)
           
static TrashEntrySoap TrashEntryServiceSoap.restoreEntry(long entryId, long overrideClassPK, String name)
          Restores the trash entry to its original location.
 


Liferay 6.2-ce-ga5