Liferay 6.2.0-ce-m3

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

Packages that use TrashEntry
com.liferay.portal.kernel.trash   
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.util   
 

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)
          Checks if a duplicate trash entry already exists in the destination container.
 

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.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.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 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 = ?.
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 = ?.
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 < ?.
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 < ?.
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 = ?.
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 = ?.
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 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 = ?.
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 = ?.
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 = ?.
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 < ?.
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 < ?.
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 < ?.
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 = ?.
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 = ?.
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 = ?.
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 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 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.
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 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 = ?.
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 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 < ?.
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 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 = ?.
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.
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.
 

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)
           
 


Liferay 6.2.0-ce-m3