Liferay 6.2.0-ce-m4

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

Packages that use TrashEntry
com.liferay.portal.kernel.trash   
com.liferay.portlet.documentlibrary.trash   
com.liferay.portlet.journal.trash   
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.impl   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.util   
com.liferay.portlet.wiki.trash   
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.trash with parameters of type TrashEntry
 void DLFolderTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 void DLFileEntryTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 

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

Methods in com.liferay.portlet.journal.trash with parameters of type TrashEntry
 void JournalArticleTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 

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.
 

Methods in com.liferay.portlet.trash.model that return TrashEntry
 TrashEntry TrashEntryWrapper.getRootEntry()
           
 TrashEntry TrashEntry.getRootEntry()
           
 TrashEntry TrashEntryWrapper.getWrappedModel()
           
 TrashEntry TrashEntryWrapper.getWrappedTrashEntry()
          Deprecated. Renamed to 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 TrashEntryWrapper.setRootEntry(TrashEntry rootEntry)
           
 void TrashEntry.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 TrashEntryLocalServiceWrapper.addTrashEntry(long userId, long groupId, String className, long classPK, 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, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashEntry TrashEntryLocalService.addTrashEntry(long userId, long groupId, String className, long classPK, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 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.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 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.createTrashEntry(long entryId)
          Creates a new 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(long entryId)
          Deletes the trash entry with the 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(String className, long classPK)
          Deletes the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry)
           
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
 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(long entryId)
          Deletes the trash entry with the primary key 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.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 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(long entryId)
          Returns the trash entry with the 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.fetchEntry(String className, long classPK)
          Returns the trash entry with the entity class name and primary key.
 TrashEntry TrashEntryLocalServiceWrapper.fetchTrashEntry(long entryId)
           
static TrashEntry TrashEntryLocalServiceUtil.fetchTrashEntry(long entryId)
           
 TrashEntry TrashEntryLocalService.fetchTrashEntry(long entryId)
           
 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(long entryId)
          Returns the trash entry with the 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.getEntry(String className, long classPK)
          Returns the entry with the entity class name and 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.
 TrashEntry TrashEntryLocalService.getTrashEntry(long entryId)
          Returns the trash entry with the primary key.
 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.
 TrashEntry TrashEntryLocalService.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> 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)
          Returns the trash entries with the matching 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)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator 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 obc)
          Returns a range of all the trash entries matching the group ID.
 List<TrashEntry> TrashEntryLocalService.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 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.
 List<TrashEntry> TrashEntryLocalService.getTrashEntries(int start, int end)
          Returns a range of all the trash entries.
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntry
 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.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashEntry TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry)
           
static TrashEntry TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
 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.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 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.
 TrashEntry TrashEntryLocalService.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.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.impl
 

Methods in com.liferay.portlet.trash.service.impl that return TrashEntry
 TrashEntry TrashEntryLocalServiceImpl.addTrashEntry(long userId, long groupId, String className, long classPK, 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.
 

Methods in com.liferay.portlet.trash.service.impl that return types with arguments of type TrashEntry
 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 obc)
          Returns a range of all the trash entries matching the group ID.
 

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

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.
 TrashEntry TrashEntryPersistenceImpl.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.
 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.
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.
 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.
static TrashEntry TrashEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_First(long groupId, Date createDate, OrderByComparator 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 orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator 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.
 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.
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.
 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.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry[] TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator 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 orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator 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 orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator 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 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 orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator 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 orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry[] TrashEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator 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 orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator 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.
 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 orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
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.
 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.
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.
 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)
           
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)
           
 TrashEntry TrashEntryPersistenceImpl.updateImpl(TrashEntry trashEntry)
           
 

Methods in com.liferay.portlet.trash.service.persistence that return types with arguments of type TrashEntry
static List<TrashEntry> TrashEntryUtil.findAll()
          Returns all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll()
          Returns all the trash entries.
 List<TrashEntry> TrashEntryPersistenceImpl.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.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the trash entries.
static List<TrashEntry> TrashEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries.
 List<TrashEntry> TrashEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where companyId = ?.
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 < ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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 < ?.
 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 < ?.
static List<TrashEntry> TrashEntryUtil.findByG_LtCD(long groupId, Date createDate, int start, int end, OrderByComparator 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 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 orderByComparator)
          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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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 = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash entries where groupId = ?.
 List<TrashEntry> TrashEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          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 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.
 void TrashEntryPersistenceImpl.cacheResult(TrashEntry trashEntry)
          Caches the trash entry in the entity cache if it is enabled.
protected  void TrashEntryPersistenceImpl.cacheUniqueFindersCache(TrashEntry trashEntry)
           
static void TrashEntryUtil.clearCache(TrashEntry trashEntry)
           
 void TrashEntryPersistenceImpl.clearCache(TrashEntry trashEntry)
          Clears the cache for the trash entry.
protected  void TrashEntryPersistenceImpl.clearUniqueFindersCache(TrashEntry trashEntry)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, TrashEntry trashEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByG_LtCD_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, Date createDate, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, TrashEntry trashEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashEntry TrashEntryPersistenceImpl.removeImpl(TrashEntry trashEntry)
           
protected  TrashEntry TrashEntryPersistenceImpl.toUnwrappedModel(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)
           
 TrashEntry TrashEntryPersistenceImpl.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.
 void TrashEntryPersistenceImpl.cacheResult(List<TrashEntry> trashEntries)
          Caches the trash entries in the entity cache if it is enabled.
 void TrashEntryPersistenceImpl.clearCache(List<TrashEntry> trashEntries)
           
 

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)
           
 

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

Methods in com.liferay.portlet.wiki.trash with parameters of type TrashEntry
 void WikiPageTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 void WikiNodeTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry, long containerModelId, String newName)
           
 


Liferay 6.2.0-ce-m4