|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrashEntryList | |
|---|---|
| com.liferay.portlet.trash.service | |
| com.liferay.portlet.trash.service.http | |
| com.liferay.portlet.trash.service.impl | |
| Uses of TrashEntryList in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service that return TrashEntryList | |
|---|---|
static TrashEntryList |
TrashEntryServiceUtil.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
TrashEntryList |
TrashEntryServiceWrapper.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
TrashEntryList |
TrashEntryService.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
static TrashEntryList |
TrashEntryServiceUtil.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
TrashEntryList |
TrashEntryServiceWrapper.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
TrashEntryList |
TrashEntryService.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
| Uses of TrashEntryList in com.liferay.portlet.trash.service.http |
|---|
| Methods in com.liferay.portlet.trash.service.http that return TrashEntryList | |
|---|---|
static TrashEntryList |
TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
long groupId)
|
static TrashEntryList |
TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
|
static TrashEntryList |
TrashEntryServiceSoap.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
static TrashEntryList |
TrashEntryServiceSoap.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
| Uses of TrashEntryList in com.liferay.portlet.trash.service.impl |
|---|
| Methods in com.liferay.portlet.trash.service.impl that return TrashEntryList | |
|---|---|
TrashEntryList |
TrashEntryServiceImpl.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
TrashEntryList |
TrashEntryServiceImpl.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||