|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getEntries(long groupId,
String className)
|
static TrashEntrySoap |
TrashEntryServiceSoap.restoreEntry(long entryId)
|
static TrashEntrySoap |
TrashEntryServiceSoap.restoreEntry(long entryId,
long overrideClassPK,
String name)
Restores the trash entry to its original location. |
static TrashEntrySoap |
TrashEntryServiceSoap.restoreEntry(String className,
long classPK)
|
static TrashEntrySoap |
TrashEntryServiceSoap.restoreEntry(String className,
long classPK,
long overrideClassPK,
String name)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||