Liferay 6.2-ce-ga5

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

Packages that use TrashEntryList
com.liferay.portlet.trash.service   
 

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.
 


Liferay 6.2-ce-ga5