Liferay 6.2-ce-ga5

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

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 obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryService.getEntries(long groupId, int start, int end, OrderByComparator 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 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 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 obc)
          Returns a range of all the trash entries matching the group ID.
 


Liferay 6.2-ce-ga5