Package | Description |
---|---|
com.liferay.blogs.kernel.model | |
com.liferay.document.library.kernel.model | |
com.liferay.exportimport.kernel.model | |
com.liferay.message.boards.kernel.model | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.trash | |
com.liferay.trash.kernel.model | |
com.liferay.trash.kernel.service | |
com.liferay.trash.kernel.service.persistence | |
com.liferay.trash.kernel.util | |
com.liferay.trash.kernel.util.comparator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
DLFileShortcutModel.getTrashEntry()
Returns the trash entry created when this document library file shortcut 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.
|
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 |
DLFileEntryWrapper.getTrashEntry()
Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
MBMessageModel.getTrashEntry()
Returns the trash entry created when this message-boards message was moved to the Recycle Bin.
|
TrashEntry |
MBThreadWrapper.getTrashEntry()
Returns the trash entry created when this message boards thread 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 |
MBThreadModel.getTrashEntry()
Returns the trash entry created when this message boards thread 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.
|
TrashEntry |
MBCategoryModel.getTrashEntry()
Returns the trash entry created when this message boards category was moved to the Recycle Bin.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashedModel.getTrashEntry() |
Modifier and Type | Method and Description |
---|---|
TrashEntry |
BaseTrashHandler.getTrashEntry(long classPK) |
TrashEntry |
TrashHandler.getTrashEntry(long classPK) |
Modifier and Type | Method and Description |
---|---|
void |
BaseTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Deprecated.
As of Wilberforce (7.0.x), replaced by
BaseTrashHandler.checkRestorableEntry(TrashEntry, long, String) |
void |
TrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Deprecated.
As of Wilberforce (7.0.x), replaced by
TrashHandler.checkRestorableEntry(TrashEntry, long, String) |
void |
BaseTrashHandler.checkRestorableEntry(TrashEntry trashEntry,
long containerModelId,
String newName) |
void |
TrashHandler.checkRestorableEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Checks if a duplicate trash entry already exists in the destination
container.
|
Modifier and Type | Class and Description |
---|---|
class |
TrashEntryWrapper
This class is a wrapper for
TrashEntry . |
Modifier and Type | Field and Description |
---|---|
static Accessor<TrashEntry,Long> |
TrashEntry.ENTRY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashEntry.getRootEntry() |
TrashEntry |
TrashEntryWrapper.getRootEntry() |
TrashEntry |
TrashEntryWrapper.getWrappedModel() |
TrashEntry |
TrashEntryModel.toEscapedModel() |
TrashEntry |
TrashEntryWrapper.toEscapedModel() |
TrashEntry |
TrashEntryModel.toUnescapedModel() |
TrashEntry |
TrashEntryWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<TrashEntry> |
TrashEntryModel.toCacheModel() |
CacheModel<TrashEntry> |
TrashEntryWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
TrashEntryModel.compareTo(TrashEntry trashEntry) |
int |
TrashEntryWrapper.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) |
Modifier and Type | Method and Description |
---|---|
static TrashEntrySoap[] |
TrashEntrySoap.toSoapModels(List<TrashEntry> models) |
Constructor and Description |
---|
TrashEntryWrapper(TrashEntry trashEntry) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
TrashEntry |
TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
static TrashEntry |
TrashEntryLocalServiceUtil.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
TrashEntry |
TrashEntryLocalServiceWrapper.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
TrashEntry |
TrashEntryLocalService.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 |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(long entryId)
Deletes the trash entry with the primary key.
|
TrashEntry |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.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.
|
TrashEntry |
TrashEntryLocalService.deleteEntry(TrashEntry trashEntry) |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry) |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry) |
TrashEntry |
TrashEntryLocalService.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 |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database.
|
TrashEntry |
TrashEntryLocalServiceWrapper.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database.
|
TrashEntry |
TrashEntryLocalService.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 |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.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.
|
TrashEntry |
TrashEntryLocalService.fetchTrashEntry(long entryId) |
static TrashEntry |
TrashEntryLocalServiceUtil.fetchTrashEntry(long entryId) |
TrashEntry |
TrashEntryLocalServiceWrapper.fetchTrashEntry(long entryId) |
TrashEntry |
TrashEntryLocalService.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 |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.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.
|
TrashEntry |
TrashEntryLocalService.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 |
TrashEntryLocalServiceWrapper.getTrashEntry(long entryId)
Returns the trash entry with the primary key.
|
TrashEntry |
TrashEntryService.restoreEntry(long entryId) |
static TrashEntry |
TrashEntryServiceUtil.restoreEntry(long entryId) |
TrashEntry |
TrashEntryServiceWrapper.restoreEntry(long entryId) |
TrashEntry |
TrashEntryService.restoreEntry(long entryId,
long overrideClassPK,
String name)
Restores the trash entry to its original location.
|
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(String className,
long classPK) |
static TrashEntry |
TrashEntryServiceUtil.restoreEntry(String className,
long classPK) |
TrashEntry |
TrashEntryServiceWrapper.restoreEntry(String className,
long classPK) |
TrashEntry |
TrashEntryService.restoreEntry(String className,
long classPK,
long overrideClassPK,
String name) |
static TrashEntry |
TrashEntryServiceUtil.restoreEntry(String className,
long classPK,
long overrideClassPK,
String name) |
TrashEntry |
TrashEntryServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.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.
|
Modifier and Type | Method and Description |
---|---|
List<TrashEntry> |
TrashEntryLocalService.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> |
TrashEntryLocalServiceWrapper.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.
|
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> |
TrashEntryLocalServiceWrapper.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.
|
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.
|
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.
|
List<TrashEntry> |
TrashEntryLocalService.getEntries(long groupId,
String className) |
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getEntries(long groupId,
String className) |
List<TrashEntry> |
TrashEntryService.getEntries(long groupId,
String className) |
static List<TrashEntry> |
TrashEntryServiceUtil.getEntries(long groupId,
String className) |
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getEntries(long groupId,
String className) |
List<TrashEntry> |
TrashEntryServiceWrapper.getEntries(long groupId,
String className) |
List<TrashEntry> |
TrashEntryLocalService.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> |
TrashEntryLocalServiceWrapper.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) |
static BaseModelSearchResult<TrashEntry> |
TrashEntryLocalServiceUtil.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) |
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
static TrashEntry |
TrashEntryLocalServiceUtil.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
TrashEntry |
TrashEntryLocalServiceWrapper.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database.
|
TrashEntry |
TrashEntryLocalService.deleteEntry(TrashEntry trashEntry) |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry) |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry) |
TrashEntry |
TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database.
|
static TrashEntry |
TrashEntryLocalServiceUtil.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database.
|
TrashEntry |
TrashEntryLocalServiceWrapper.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.
|
static TrashEntry |
TrashEntryLocalServiceUtil.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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> |
TrashEntryLocalServiceWrapper.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.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashEntryPersistence.create(long entryId)
Creates a new trash entry with the primary key.
|
static TrashEntry |
TrashEntryUtil.create(long entryId)
Creates a new trash entry with the primary key.
|
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)
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,
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.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.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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.fetchByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?.
|
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_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_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_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_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_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_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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.fetchByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?.
|
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.fetchByPrimaryKey(long entryId)
Returns the trash entry with the primary key or returns
null 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.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.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.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.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_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_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_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_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_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_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_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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.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.findByPrimaryKey(long entryId)
Returns the trash entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
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.remove(long entryId)
Removes the trash entry with the primary key from the database.
|
static TrashEntry |
TrashEntryUtil.remove(long entryId)
Removes the trash entry with the primary key 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.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) |
TrashEntry |
TrashEntryPersistence.updateImpl(TrashEntry trashEntry) |
static TrashEntry |
TrashEntryUtil.updateImpl(TrashEntry trashEntry) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,TrashEntry> |
TrashEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,TrashEntry> |
TrashEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<TrashEntry> |
TrashEntryPersistence.findAll()
Returns all the trash entries.
|
static List<TrashEntry> |
TrashEntryUtil.findAll()
Returns 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)
Returns a 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)
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.findAll(int start,
int end,
OrderByComparator<TrashEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the trash entries.
|
List<TrashEntry> |
TrashEntryPersistence.findByCompanyId(long companyId)
Returns all the trash entries where companyId = ?.
|
static List<TrashEntry> |
TrashEntryUtil.findByCompanyId(long companyId)
Returns 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)
Returns a 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)
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.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.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)
Returns 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)
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,
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)
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_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_LtCD(long groupId,
Date createDate)
Returns all the trash entries where groupId = ? and createDate < ?.
|
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,
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)
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,
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)
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.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.findByGroupId(long groupId)
Returns all the trash entries where groupId = ?.
|
static List<TrashEntry> |
TrashEntryUtil.findByGroupId(long groupId)
Returns 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)
Returns a 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)
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.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) |
Modifier and Type | Method and Description |
---|---|
void |
TrashEntryPersistence.cacheResult(TrashEntry trashEntry)
Caches the trash entry in the entity cache if it is enabled.
|
static void |
TrashEntryUtil.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) |
TrashEntry |
TrashEntryPersistence.updateImpl(TrashEntry trashEntry) |
static TrashEntry |
TrashEntryUtil.updateImpl(TrashEntry trashEntry) |
Modifier and Type | Method and Description |
---|---|
void |
TrashEntryPersistence.cacheResult(List<TrashEntry> trashEntries)
Caches the trash entries in the entity cache if it is enabled.
|
static void |
TrashEntryUtil.cacheResult(List<TrashEntry> trashEntries)
Caches the trash entries in the entity cache if it is enabled.
|
TrashEntry |
TrashEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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.fetchByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?.
|
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_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_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_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_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_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_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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.fetchByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?.
|
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)
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.findAll(int start,
int end,
OrderByComparator<TrashEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the trash entries.
|
TrashEntry |
TrashEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?.
|
static TrashEntry |
TrashEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.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> |
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)
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.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the trash entries where companyId = ?.
|
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_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_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_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_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_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> |
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)
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_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 |
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_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_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_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_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.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> |
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)
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.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 |
TrashEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?.
|
static TrashEntry |
TrashEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last 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.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> |
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)
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.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) |
Modifier and Type | Method and Description |
---|---|
static List<TrashEntry> |
TrashUtil.getEntries(Hits hits) |
List<TrashEntry> |
Trash.getEntries(Hits hits) |
static OrderByComparator<TrashEntry> |
TrashUtil.getEntryOrderByComparator(String orderByCol,
String orderByType) |
OrderByComparator<TrashEntry> |
Trash.getEntryOrderByComparator(String orderByCol,
String orderByType) |
Modifier and Type | Method and Description |
---|---|
int |
EntryUserNameComparator.compare(TrashEntry entry1,
TrashEntry entry2) |
int |
EntryTypeComparator.compare(TrashEntry entry1,
TrashEntry entry2) |
int |
EntryCreateDateComparator.compare(TrashEntry entry1,
TrashEntry entry2) |