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.blogs.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.exportimport.model   
com.liferay.portlet.exportimport.model.impl   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.model.impl   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.http   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.service.persistence.impl   
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.blogs.model.impl
 

Methods in com.liferay.portlet.blogs.model.impl that return TrashEntry
 TrashEntry BlogsEntryModelImpl.getTrashEntry()
           
 

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.documentlibrary.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return TrashEntry
 TrashEntry DLFileEntryModelImpl.getTrashEntry()
           
 TrashEntry DLFolderModelImpl.getTrashEntry()
           
 TrashEntry DLFileShortcutModelImpl.getTrashEntry()
           
 

Uses of TrashEntry in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type TrashEntry
protected  void DLAppHelperLocalServiceImpl.trashOrRestoreFolder(DLFolder dlFolder, DLFolder childDLFolder, boolean moveToTrash, TrashEntry trashEntry)
           
 

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.exportimport.model.impl
 

Methods in com.liferay.portlet.exportimport.model.impl that return TrashEntry
 TrashEntry ExportImportConfigurationModelImpl.getTrashEntry()
           
 

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.messageboards.model.impl
 

Methods in com.liferay.portlet.messageboards.model.impl that return TrashEntry
 TrashEntry MBThreadModelImpl.getTrashEntry()
           
 TrashEntry MBCategoryModelImpl.getTrashEntry()
           
 TrashEntry MBMessageModelImpl.getTrashEntry()
           
 

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.model.impl
 

Classes in com.liferay.portlet.trash.model.impl that implement TrashEntry
 class TrashEntryBaseImpl
          The extended model base implementation for the TrashEntry service.
 class TrashEntryImpl
           
 

Methods in com.liferay.portlet.trash.model.impl that return TrashEntry
 TrashEntry TrashEntryImpl.getRootEntry()
           
 TrashEntry TrashEntryCacheModel.toEntityModel()
           
 TrashEntry TrashEntryModelImpl.toEscapedModel()
           
static TrashEntry TrashEntryModelImpl.toModel(TrashEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.trash.model.impl that return types with arguments of type TrashEntry
 CacheModel<TrashEntry> TrashEntryModelImpl.toCacheModel()
           
static List<TrashEntry> TrashEntryModelImpl.toModels(TrashEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.trash.model.impl with parameters of type TrashEntry
 int TrashEntryModelImpl.compareTo(TrashEntry trashEntry)
           
 void TrashEntryImpl.setRootEntry(TrashEntry rootEntry)
           
 

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.base
 

Methods in com.liferay.portlet.trash.service.base that return TrashEntry
 TrashEntry TrashEntryLocalServiceBaseImpl.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.createTrashEntry(long entryId)
          Creates a new trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceBaseImpl.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.fetchTrashEntry(long entryId)
           
 TrashEntry TrashEntryLocalServiceBaseImpl.getTrashEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceBaseImpl.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.base that return types with arguments of type TrashEntry
 List<TrashEntry> TrashEntryLocalServiceBaseImpl.getTrashEntries(int start, int end)
          Returns a range of all the trash entries.
 

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

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

Methods in com.liferay.portlet.trash.service.http that return TrashEntry
static TrashEntry TrashEntryServiceHttp.restoreEntry(HttpPrincipal httpPrincipal, long entryId)
           
static TrashEntry TrashEntryServiceHttp.restoreEntry(HttpPrincipal httpPrincipal, long entryId, long overrideClassPK, String name)
           
static TrashEntry TrashEntryServiceHttp.restoreEntry(HttpPrincipal httpPrincipal, String className, long classPK)
           
static TrashEntry TrashEntryServiceHttp.restoreEntry(HttpPrincipal httpPrincipal, String className, long classPK, long overrideClassPK, String name)
           
 

Methods in com.liferay.portlet.trash.service.http that return types with arguments of type TrashEntry
static List<TrashEntry> TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, long groupId, String className)
           
 

Method parameters in com.liferay.portlet.trash.service.http with type arguments of type TrashEntry
static TrashEntryList TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
           
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 TrashEntry in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl that return TrashEntry
 TrashEntry TrashEntryLocalServiceImpl.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 TrashEntryLocalServiceImpl.deleteEntry(long entryId)
          Deletes the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceImpl.deleteEntry(String className, long classPK)
          Deletes the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceImpl.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalServiceImpl.fetchEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceImpl.fetchEntry(String className, long classPK)
          Returns the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceImpl.getEntry(long entryId)
          Returns the trash entry with the primary key.
 TrashEntry TrashEntryLocalServiceImpl.getEntry(String className, long classPK)
          Returns the entry with the entity class name and primary key.
 TrashEntry TrashEntryServiceImpl.restoreEntry(long entryId)
           
 TrashEntry TrashEntryServiceImpl.restoreEntry(long entryId, long overrideClassPK, String name)
          Restores the trash entry to its original location.
 TrashEntry TrashEntryServiceImpl.restoreEntry(String className, long classPK)
           
 TrashEntry TrashEntryServiceImpl.restoreEntry(String className, long classPK, long overrideClassPK, String name)
           
 

Methods in com.liferay.portlet.trash.service.impl that return types with arguments of type TrashEntry
protected  List<TrashEntry> TrashEntryServiceImpl.filterEntries(List<TrashEntry> entries)
           
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId, int start, int end)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId, String className)
           
 List<TrashEntry> TrashEntryServiceImpl.getEntries(long groupId, String className)
           
 BaseModelSearchResult<TrashEntry> TrashEntryLocalServiceImpl.searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 

Methods in com.liferay.portlet.trash.service.impl with parameters of type TrashEntry
 TrashEntry TrashEntryLocalServiceImpl.deleteEntry(TrashEntry trashEntry)
           
protected  void TrashEntryServiceImpl.deleteEntry(TrashEntry entry)
           
 

Method parameters in com.liferay.portlet.trash.service.impl with type arguments of type TrashEntry
protected  List<TrashEntry> TrashEntryServiceImpl.filterEntries(List<TrashEntry> entries)
           
 List<TrashEntry> TrashEntryLocalServiceImpl.getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
          Returns a range of all the trash entries matching the 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.
 

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.service.persistence.impl
 

Methods in com.liferay.portlet.trash.service.persistence.impl that return TrashEntry
 TrashEntry TrashEntryPersistenceImpl.create(long entryId)
          Creates a new trash entry with the primary key.
 TrashEntry TrashEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or returns null if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the trash entry with the primary key or returns null if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 TrashEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the trash entry with the primary key or throws a NoSuchModelException if it could not be found.
protected  TrashEntry TrashEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, TrashEntry trashEntry, long companyId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_C_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
 TrashEntry TrashEntryPersistenceImpl.remove(long entryId)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
protected  TrashEntry TrashEntryPersistenceImpl.removeImpl(TrashEntry trashEntry)
           
protected  TrashEntry TrashEntryPersistenceImpl.toUnwrappedModel(TrashEntry trashEntry)
           
 TrashEntry TrashEntryPersistenceImpl.updateImpl(TrashEntry trashEntry)
           
 

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

Methods in com.liferay.portlet.trash.service.persistence.impl with parameters of type TrashEntry
 void TrashEntryPersistenceImpl.cacheResult(TrashEntry trashEntry)
          Caches the trash entry in the entity cache if it is enabled.
 void TrashEntryPersistenceImpl.clearCache(TrashEntry trashEntry)
          Clears the cache for the trash entry.
protected  TrashEntry TrashEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, TrashEntry trashEntry, long companyId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_C_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.removeImpl(TrashEntry trashEntry)
           
protected  TrashEntry TrashEntryPersistenceImpl.toUnwrappedModel(TrashEntry trashEntry)
           
 TrashEntry TrashEntryPersistenceImpl.updateImpl(TrashEntry trashEntry)
           
 

Method parameters in com.liferay.portlet.trash.service.persistence.impl with type arguments of type TrashEntry
 void TrashEntryPersistenceImpl.cacheResult(List<TrashEntry> trashEntries)
          Caches the trash entries in the entity cache if it is enabled.
 void TrashEntryPersistenceImpl.clearCache(List<TrashEntry> trashEntries)
           
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.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 = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 < ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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> TrashEntryPersistenceImpl.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 < ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<TrashEntry> orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<TrashEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash entries where groupId = ?.
protected  TrashEntry TrashEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, TrashEntry trashEntry, long companyId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_C_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, long classNameId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator<TrashEntry> orderByComparator, boolean previous)
           
 

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)
           
 List<TrashEntry> TrashImpl.getEntries(Hits hits)
           
static OrderByComparator<TrashEntry> TrashUtil.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<TrashEntry> Trash.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 OrderByComparator<TrashEntry> TrashImpl.getEntryOrderByComparator(String orderByCol, String orderByType)
           
 

Methods in com.liferay.portlet.trash.util with parameters of type TrashEntry
protected  void TrashIndexer.doDelete(TrashEntry trashEntry)
           
protected  Document TrashIndexer.doGetDocument(TrashEntry trashEntry)
           
protected  void TrashIndexer.doReindex(TrashEntry trashEntry)
           
 

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