Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.trash.model.TrashEntry

Packages that use TrashEntry
com.liferay.portal.kernel.trash   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.blogs.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.util   
com.liferay.portlet.trash.util.comparator   
 

Uses of TrashEntry in com.liferay.portal.kernel.trash
 

Methods in com.liferay.portal.kernel.trash that return TrashEntry
 TrashEntry TrashHandler.getTrashEntry(long classPK)
           
 TrashEntry BaseTrashHandler.getTrashEntry(long classPK)
           
 

Methods in com.liferay.portal.kernel.trash with parameters of type TrashEntry
 void TrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
          Deprecated. As of 7.0.0, replaced by TrashHandler.checkRestorableEntry(TrashEntry, long, String)
 void BaseTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
          Deprecated. As of 7.0.0, replaced by BaseTrashHandler.checkRestorableEntry(TrashEntry, long, String)
 void TrashHandler.checkRestorableEntry(TrashEntry trashEntry, long containerModelId, String newName)
          Checks if a duplicate trash entry already exists in the destination container.
 void BaseTrashHandler.checkRestorableEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 

Uses of TrashEntry in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return TrashEntry
 TrashEntry TrashedModel.getTrashEntry()
           
 

Uses of TrashEntry in com.liferay.portlet.blogs.model
 

Methods in com.liferay.portlet.blogs.model that return TrashEntry
 TrashEntry BlogsEntryWrapper.getTrashEntry()
          Returns the trash entry created when this blogs entry was moved to the Recycle Bin.
 TrashEntry BlogsEntryModel.getTrashEntry()
          Returns the trash entry created when this blogs entry was moved to the Recycle Bin.
 

Uses of TrashEntry in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return TrashEntry
 TrashEntry DLFileShortcutModel.getTrashEntry()
          Returns the trash entry created when this document library file shortcut was moved to the Recycle Bin.
 TrashEntry DLFileEntryWrapper.getTrashEntry()
          Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
 TrashEntry DLFolderWrapper.getTrashEntry()
          Returns the trash entry created when this document library folder was moved to the Recycle Bin.
 TrashEntry DLFolderModel.getTrashEntry()
          Returns the trash entry created when this document library folder was moved to the Recycle Bin.
 TrashEntry DLFileEntryModel.getTrashEntry()
          Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
 TrashEntry DLFileShortcutWrapper.getTrashEntry()
          Returns the trash entry created when this document library file shortcut was moved to the Recycle Bin.
 

Uses of TrashEntry in com.liferay.portlet.exportimport.model
 

Methods in com.liferay.portlet.exportimport.model that return TrashEntry
 TrashEntry ExportImportConfigurationModel.getTrashEntry()
          Returns the trash entry created when this export import configuration was moved to the Recycle Bin.
 TrashEntry ExportImportConfigurationWrapper.getTrashEntry()
          Returns the trash entry created when this export import configuration was moved to the Recycle Bin.
 

Uses of TrashEntry in com.liferay.portlet.messageboards.model
 

Methods in com.liferay.portlet.messageboards.model that return TrashEntry
 TrashEntry MBThreadWrapper.getTrashEntry()
          Returns the trash entry created when this message boards thread was moved to the Recycle Bin.
 TrashEntry MBThreadModel.getTrashEntry()
          Returns the trash entry created when this message boards thread was moved to the Recycle Bin.
 TrashEntry MBMessageModel.getTrashEntry()
          Returns the trash entry created when this message-boards message was moved to the Recycle Bin.
 TrashEntry MBCategoryWrapper.getTrashEntry()
          Returns the trash entry created when this message boards category was moved to the Recycle Bin.
 TrashEntry MBCategoryModel.getTrashEntry()
          Returns the trash entry created when this message boards category was moved to the Recycle Bin.
 TrashEntry MBMessageWrapper.getTrashEntry()
          Returns the trash entry created when this message-boards message was moved to the Recycle Bin.
 

Uses of TrashEntry in com.liferay.portlet.trash.model
 

Classes in com.liferay.portlet.trash.model that implement TrashEntry
 class TrashEntryWrapper
           This class is a wrapper for TrashEntry.
 

Fields in com.liferay.portlet.trash.model with type parameters of type TrashEntry
static Accessor<TrashEntry,Long> TrashEntry.ENTRY_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.trash.model that return TrashEntry
 TrashEntry TrashEntry.getRootEntry()
           
 TrashEntry TrashEntryWrapper.getRootEntry()
           
 TrashEntry TrashEntryWrapper.getWrappedModel()
           
 TrashEntry TrashEntryWrapper.toEscapedModel()
           
 TrashEntry TrashEntryModel.toEscapedModel()
           
 TrashEntry TrashEntryWrapper.toUnescapedModel()
           
 TrashEntry TrashEntryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.trash.model that return types with arguments of type TrashEntry
 CacheModel<TrashEntry> TrashEntryWrapper.toCacheModel()
           
 CacheModel<TrashEntry> TrashEntryModel.toCacheModel()
           
 

Methods in com.liferay.portlet.trash.model with parameters of type TrashEntry
 int TrashEntryWrapper.compareTo(TrashEntry trashEntry)
           
 int TrashEntryModel.compareTo(TrashEntry trashEntry)
           
 void TrashEntry.setRootEntry(TrashEntry rootEntry)
           
 void TrashEntryWrapper.setRootEntry(TrashEntry rootEntry)
           
static TrashEntrySoap TrashEntrySoap.toSoapModel(TrashEntry model)
           
static TrashEntrySoap[] TrashEntrySoap.toSoapModels(TrashEntry[] models)
           
static TrashEntrySoap[][] TrashEntrySoap.toSoapModels(TrashEntry[][] models)
           
 

Method parameters in com.liferay.portlet.trash.model with type arguments of type TrashEntry
static TrashEntrySoap[] TrashEntrySoap.toSoapModels(List<TrashEntry> models)
           
 

Constructors in com.liferay.portlet.trash.model with parameters of type TrashEntry
TrashEntryWrapper(TrashEntry trashEntry)
           
 

Uses of TrashEntry in com.liferay.portlet.trash.service
 

Methods in com.liferay.portlet.trash.service that return TrashEntry
 TrashEntry TrashEntryLocalService.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashEntry TrashEntryLocalServiceWrapper.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
static TrashEntry TrashEntryLocalServiceUtil.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashEntry TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalServiceWrapper.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
static TrashEntry TrashEntryLocalServiceUtil.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalService.createTrashEntry(long entryId)
          Creates a new trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceWrapper.createTrashEntry(long entryId)
          Creates a new trash entry with the primary key.
static TrashEntry TrashEntryLocalServiceUtil.createTrashEntry(long entryId)
          Creates a new trash entry with the primary key.
 TrashEntry TrashEntryLocalService.deleteEntry(long entryId)
          Deletes the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(long entryId)
          Deletes the trash entry with the primary key.
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(long entryId)
          Deletes the trash entry with the primary key.
 TrashEntry TrashEntryLocalService.deleteEntry(String className, long classPK)
          Deletes the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(String className, long classPK)
          Deletes the trash entry with the entity class name and primary key.
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(String className, long classPK)
          Deletes the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry)
           
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalService.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
 TrashEntry TrashEntryLocalServiceWrapper.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
static TrashEntry TrashEntryLocalServiceUtil.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
 TrashEntry TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashEntry TrashEntryLocalServiceWrapper.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
static TrashEntry TrashEntryLocalServiceUtil.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashEntry TrashEntryLocalService.fetchEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceWrapper.fetchEntry(long entryId)
          Returns the trash entry with the primary key.
static TrashEntry TrashEntryLocalServiceUtil.fetchEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalService.fetchEntry(String className, long classPK)
          Returns the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceWrapper.fetchEntry(String className, long classPK)
          Returns the trash entry with the entity class name and primary key.
static TrashEntry TrashEntryLocalServiceUtil.fetchEntry(String className, long classPK)
          Returns the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalService.fetchTrashEntry(long entryId)
           
 TrashEntry TrashEntryLocalServiceWrapper.fetchTrashEntry(long entryId)
           
static TrashEntry TrashEntryLocalServiceUtil.fetchTrashEntry(long entryId)
           
 TrashEntry TrashEntryLocalService.getEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceWrapper.getEntry(long entryId)
          Returns the trash entry with the primary key.
static TrashEntry TrashEntryLocalServiceUtil.getEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalService.getEntry(String className, long classPK)
          Returns the entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceWrapper.getEntry(String className, long classPK)
          Returns the entry with the entity class name and primary key.
static TrashEntry TrashEntryLocalServiceUtil.getEntry(String className, long classPK)
          Returns the entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalService.getTrashEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceWrapper.getTrashEntry(long entryId)
          Returns the trash entry with the primary key.
static TrashEntry TrashEntryLocalServiceUtil.getTrashEntry(long entryId)
          Returns the trash entry with the primary key.
static TrashEntry TrashEntryServiceUtil.restoreEntry(long entryId)
           
 TrashEntry TrashEntryServiceWrapper.restoreEntry(long entryId)
           
 TrashEntry TrashEntryService.restoreEntry(long entryId)
           
static TrashEntry TrashEntryServiceUtil.restoreEntry(long entryId, long overrideClassPK, String name)
          Restores the trash entry to its original location.
 TrashEntry TrashEntryServiceWrapper.restoreEntry(long entryId, long overrideClassPK, String name)
          Restores the trash entry to its original location.
 TrashEntry TrashEntryService.restoreEntry(long entryId, long overrideClassPK, String name)
          Restores the trash entry to its original location.
static TrashEntry TrashEntryServiceUtil.restoreEntry(String className, long classPK)
           
 TrashEntry TrashEntryServiceWrapper.restoreEntry(String className, long classPK)
           
 TrashEntry TrashEntryService.restoreEntry(String className, long classPK)
           
static TrashEntry TrashEntryServiceUtil.restoreEntry(String className, long classPK, long overrideClassPK, String name)
           
 TrashEntry TrashEntryServiceWrapper.restoreEntry(String className, long classPK, long overrideClassPK, String name)
           
 TrashEntry TrashEntryService.restoreEntry(String className, long classPK, long overrideClassPK, String name)
           
 TrashEntry TrashEntryLocalService.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 TrashEntry TrashEntryLocalServiceWrapper.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
static TrashEntry TrashEntryLocalServiceUtil.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.trash.service that return types with arguments of type TrashEntry
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
static List<TrashEntry> TrashEntryLocalServiceUtil.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId, int start, int end)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, int start, int end)
          Returns a range of all the trash entries matching the group ID.
static List<TrashEntry> TrashEntryLocalServiceUtil.getEntries(long groupId, int start, int end)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
static List<TrashEntry> TrashEntryLocalServiceUtil.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
static List<TrashEntry> TrashEntryServiceUtil.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryServiceWrapper.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, String className)
           
static List<TrashEntry> TrashEntryLocalServiceUtil.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryService.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryLocalService.getTrashEntries(int start, int end)
          Returns a range of all the trash entries.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getTrashEntries(int start, int end)
          Returns a range of all the trash entries.
static List<TrashEntry> TrashEntryLocalServiceUtil.getTrashEntries(int start, int end)
          Returns a range of all the trash entries.
 BaseModelSearchResult<TrashEntry> TrashEntryLocalService.searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<TrashEntry> TrashEntryLocalServiceWrapper.searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
static BaseModelSearchResult<TrashEntry> TrashEntryLocalServiceUtil.searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntry
 TrashEntry TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalServiceWrapper.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
static TrashEntry TrashEntryLocalServiceUtil.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry)
           
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashEntry TrashEntryLocalServiceWrapper.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
static TrashEntry TrashEntryLocalServiceUtil.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashEntry TrashEntryLocalService.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 TrashEntry TrashEntryLocalServiceWrapper.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
static TrashEntry TrashEntryLocalServiceUtil.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.trash.service with type arguments of type TrashEntry
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.
 List<TrashEntry> TrashEntryLocalService.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.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
static List<TrashEntry> TrashEntryLocalServiceUtil.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 TrashEntry in com.liferay.portlet.trash.service.persistence
 

Methods in com.liferay.portlet.trash.service.persistence that return TrashEntry
static TrashEntry TrashEntryUtil.create(long entryId)
          Creates a new trash entry with the primary key.
 TrashEntry TrashEntryPersistence.create(long entryId)
          Creates a new trash entry with the primary key.
static TrashEntry TrashEntryUtil.fetchByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 TrashEntry TrashEntryPersistence.fetchByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found.
static TrashEntry TrashEntryUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 TrashEntry TrashEntryPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static TrashEntry TrashEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or returns null if it could not be found.
 TrashEntry TrashEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or returns null if it could not be found.
static TrashEntry TrashEntryUtil.findByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry[] TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry[] TrashEntryUtil.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistence.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry[] TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry[] TrashEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistence.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
static TrashEntry TrashEntryUtil.remove(long entryId)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistence.remove(long entryId)
          Removes the trash entry with the primary key from the database.
static TrashEntry TrashEntryUtil.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
 TrashEntry TrashEntryPersistence.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
static TrashEntry TrashEntryUtil.update(TrashEntry trashEntry)
           
static TrashEntry TrashEntryUtil.update(TrashEntry trashEntry, ServiceContext serviceContext)
           
static TrashEntry TrashEntryUtil.updateImpl(TrashEntry trashEntry)
           
 TrashEntry TrashEntryPersistence.updateImpl(TrashEntry trashEntry)
           
 

Methods in com.liferay.portlet.trash.service.persistence that return types with arguments of type TrashEntry
static Map<Serializable,TrashEntry> TrashEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,TrashEntry> TrashEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<TrashEntry> TrashEntryUtil.findAll()
          Returns all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll()
          Returns all the trash entries.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end)
          Returns a range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end)
          Returns a range of all the trash entries.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId)
          Returns all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId)
          Returns all the trash entries where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the trash entries where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId)
          Returns all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId)
          Returns all the trash entries where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end)
          Returns a range of all the trash entries where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate)
          Returns all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate)
          Returns all the trash entries where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end)
          Returns a range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end)
          Returns a range of all the trash entries where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId)
          Returns all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId)
          Returns all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<TrashEntry> TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<TrashEntry> TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
           
 

Methods in com.liferay.portlet.trash.service.persistence with parameters of type TrashEntry
static void TrashEntryUtil.cacheResult(TrashEntry trashEntry)
          Caches the trash entry in the entity cache if it is enabled.
 void TrashEntryPersistence.cacheResult(TrashEntry trashEntry)
          Caches the trash entry in the entity cache if it is enabled.
static void TrashEntryUtil.clearCache(TrashEntry trashEntry)
           
static TrashEntry TrashEntryUtil.update(TrashEntry trashEntry)
           
static TrashEntry TrashEntryUtil.update(TrashEntry trashEntry, ServiceContext serviceContext)
           
static TrashEntry TrashEntryUtil.updateImpl(TrashEntry trashEntry)
           
 TrashEntry TrashEntryPersistence.updateImpl(TrashEntry trashEntry)
           
 

Method parameters in com.liferay.portlet.trash.service.persistence with type arguments of type TrashEntry
static void TrashEntryUtil.cacheResult(List<TrashEntry> trashEntries)
          Caches the trash entries in the entity cache if it is enabled.
 void TrashEntryPersistence.cacheResult(List<TrashEntry> trashEntries)
          Caches the trash entries in the entity cache if it is enabled.
static TrashEntry TrashEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry[] TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
static List<TrashEntry> TrashEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
static TrashEntry TrashEntryUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry[] TrashEntryUtil.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistence.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
static List<TrashEntry> TrashEntryUtil.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
 List<TrashEntry> TrashEntryPersistence.findByG_C(long groupId, long classNameId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry[] TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
 List<TrashEntry> TrashEntryPersistence.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry[] TrashEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
static List<TrashEntry> TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
           
 

Uses of TrashEntry in com.liferay.portlet.trash.util
 

Methods in com.liferay.portlet.trash.util that return types with arguments of type TrashEntry
static List<TrashEntry> TrashUtil.getEntries(Hits hits)
           
 List<TrashEntry> Trash.getEntries(Hits hits)
           
static OrderByComparator<TrashEntry> TrashUtil.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<TrashEntry> Trash.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 

Uses of TrashEntry in com.liferay.portlet.trash.util.comparator
 

Methods in com.liferay.portlet.trash.util.comparator with parameters of type TrashEntry
 int EntryTypeComparator.compare(TrashEntry entry1, TrashEntry entry2)
           
 int EntryUserNameComparator.compare(TrashEntry entry1, TrashEntry entry2)
           
 int EntryCreateDateComparator.compare(TrashEntry entry1, TrashEntry entry2)
           
 


Liferay 7.0-ce-b4