|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileEntry>
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFileEntryPersistenceImpl
@ProviderType public class DLFileEntryPersistenceImpl
The persistence implementation for the document library file entry service.
Caching information and settings can be found in portal.properties
DLFileEntryPersistence,
DLFileEntryUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
DLFileEntryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the document library file entry persistence. |
void |
cacheResult(DLFileEntry dlFileEntry)
Caches the document library file entry in the entity cache if it is enabled. |
void |
cacheResult(List<DLFileEntry> dlFileEntries)
Caches the document library file entries in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(DLFileEntryModelImpl dlFileEntryModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all document library file entries. |
void |
clearCache(DLFileEntry dlFileEntry)
Clears the cache for the document library file entry. |
void |
clearCache(List<DLFileEntry> dlFileEntries)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(DLFileEntryModelImpl dlFileEntryModelImpl)
|
int |
countAll()
Returns the number of document library file entries. |
int |
countByCompanyId(long companyId)
Returns the number of document library file entries where companyId = ?. |
int |
countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?. |
int |
countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entries where fileEntryTypeId = ?. |
int |
countByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
int |
countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
int |
countByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileName = ?. |
int |
countByG_F_N(long groupId,
long folderId,
String name)
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?. |
int |
countByG_F_T(long groupId,
long folderId,
String title)
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?. |
int |
countByG_F(long groupId,
long folderId)
Returns the number of document library file entries where groupId = ? and folderId = ?. |
int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and folderId = any ?. |
int |
countByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?. |
int |
countByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?. |
int |
countByG_U(long groupId,
long userId)
Returns the number of document library file entries where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Returns the number of document library file entries where groupId = ?. |
int |
countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?. |
int |
countByR_F(long repositoryId,
long folderId)
Returns the number of document library file entries where repositoryId = ? and folderId = ?. |
int |
countByRepositoryId(long repositoryId)
Returns the number of document library file entries where repositoryId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entries where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entries where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of document library file entries where uuid = ?. |
DLFileEntry |
create(long fileEntryId)
Creates a new document library file entry with the primary key. |
void |
destroy()
|
DLFileEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
fetchByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
fetchByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
fetchByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found. |
DLFileEntry |
fetchByG_F_FN(long groupId,
long folderId,
String fileName,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or returns null if it could not be found. |
DLFileEntry |
fetchByPrimaryKey(Serializable primaryKey)
Returns the document library file entry with the primary key or returns null if it could not be found. |
Map<Serializable,DLFileEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
DLFileEntry |
fetchByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
fetchByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
int |
filterCountByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
int |
filterCountByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
int |
filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
int |
filterCountByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
int |
filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
int |
filterCountByG_U(long groupId,
long userId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of document library file entries that the user has permission to view where groupId = ?. |
DLFileEntry[] |
filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?. |
DLFileEntry[] |
filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?. |
DLFileEntry[] |
filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId)
Returns all the document library file entries that the user has permission to view where groupId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ?. |
List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?. |
protected DLFileEntry |
filterGetByG_F_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
filterGetByG_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
filterGetByG_U_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
filterGetByG_U_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
filterGetByGroupId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
List<DLFileEntry> |
findAll()
Returns all the document library file entries. |
List<DLFileEntry> |
findAll(int start,
int end)
Returns a range of all the document library file entries. |
List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries. |
List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries. |
DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId)
Returns all the document library file entries where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file entries where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where companyId = ?. |
DLFileEntry |
findByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
findByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry[] |
findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?. |
List<DLFileEntry> |
findByF_N(long folderId,
String name)
Returns all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end)
Returns a range of all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
DLFileEntry |
findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry[] |
findByFileEntryTypeId_PrevAndNext(long fileEntryId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?. |
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entries where fileEntryTypeId = ?. |
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where fileEntryTypeId = ?. |
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?. |
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?. |
DLFileEntry |
findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
Returns all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId)
Returns all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId)
Returns all the document library file entries where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ?. |
DLFileEntry |
findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry[] |
findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?. |
List<DLFileEntry> |
findByMimeType(String mimeType)
Returns all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where mimeType = ?. |
DLFileEntry |
findByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
findByPrimaryKey(Serializable primaryKey)
Returns the document library file entry with the primary key or throws a NoSuchModelException if it could not be found. |
DLFileEntry |
findByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
findByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry[] |
findByR_F_PrevAndNext(long fileEntryId,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId)
Returns all the document library file entries where repositoryId = ? and folderId = ?. |
List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where repositoryId = ? and folderId = ?. |
List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?. |
List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?. |
DLFileEntry |
findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry[] |
findByRepositoryId_PrevAndNext(long fileEntryId,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?. |
List<DLFileEntry> |
findByRepositoryId(long repositoryId)
Returns all the document library file entries where repositoryId = ?. |
List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the document library file entries where repositoryId = ?. |
List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ?. |
List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where repositoryId = ?. |
DLFileEntry |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry[] |
findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?. |
List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file entries where uuid = ? and companyId = ?. |
List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entries where uuid = ? and companyId = ?. |
List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
DLFileEntry |
findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
findByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid)
Returns all the document library file entries where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entries where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where uuid = ?. |
Set<String> |
getBadColumnNames()
|
protected DLFileEntry |
getByCompanyId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByF_N_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByFileEntryTypeId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByG_F_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByG_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByG_U_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByG_U_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByGroupId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByMimeType_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByR_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByRepositoryId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByUuid_C_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected DLFileEntry |
getByUuid_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
DLFileEntry |
remove(long fileEntryId)
Removes the document library file entry with the primary key from the database. |
DLFileEntry |
remove(Serializable primaryKey)
Removes the document library file entry with the primary key from the database. |
void |
removeAll()
Removes all the document library file entries from the database. |
void |
removeByCompanyId(long companyId)
Removes all the document library file entries where companyId = ? from the database. |
void |
removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? from the database. |
void |
removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entries where fileEntryTypeId = ? from the database. |
void |
removeByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database. |
DLFileEntry |
removeByG_F_FN(long groupId,
long folderId,
String fileName)
Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database. |
DLFileEntry |
removeByG_F_N(long groupId,
long folderId,
String name)
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database. |
DLFileEntry |
removeByG_F_T(long groupId,
long folderId,
String title)
Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the document library file entries where groupId = ? and folderId = ? from the database. |
void |
removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the document library file entries where groupId = ? and userId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the document library file entries where groupId = ? from the database. |
void |
removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? from the database. |
void |
removeByR_F(long repositoryId,
long folderId)
Removes all the document library file entries where repositoryId = ? and folderId = ? from the database. |
void |
removeByRepositoryId(long repositoryId)
Removes all the document library file entries where repositoryId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entries where uuid = ? and companyId = ? from the database. |
DLFileEntry |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the document library file entries where uuid = ? from the database. |
protected DLFileEntry |
removeImpl(DLFileEntry dlFileEntry)
Removes the model instance from the database. |
protected DLFileEntry |
toUnwrappedModel(DLFileEntry dlFileEntry)
|
DLFileEntry |
updateImpl(DLFileEntry dlFileEntry)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_REPOSITORYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_REPOSITORYID
public static final FinderPath FINDER_PATH_COUNT_BY_REPOSITORYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_MIMETYPE
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_MIMETYPE
public static final FinderPath FINDER_PATH_COUNT_BY_MIMETYPE
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_FILEENTRYTYPEID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_FILEENTRYTYPEID
public static final FinderPath FINDER_PATH_COUNT_BY_FILEENTRYTYPEID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_F
public static final FinderPath FINDER_PATH_COUNT_BY_R_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_F_N
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_F_N
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_U_F
public static final FinderPath FINDER_PATH_FETCH_BY_G_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_N
public static final FinderPath FINDER_PATH_FETCH_BY_G_F_FN
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_FN
public static final FinderPath FINDER_PATH_FETCH_BY_G_F_T
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_T
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_F_F
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public DLFileEntryPersistenceImpl()
| Method Detail |
|---|
public List<DLFileEntry> findByUuid(String uuid)
findByUuid in interface DLFileEntryPersistenceuuid - the uuid
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface DLFileEntryPersistenceuuid - the uuidstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface DLFileEntryPersistenceuuid - the uuidstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface DLFileEntryPersistenceuuid - the uuidstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_First in interface DLFileEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByUuid_First in interface DLFileEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_Last in interface DLFileEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByUuid_Last in interface DLFileEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByUuid_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface DLFileEntryPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface DLFileEntryPersistenceuuid - the uuid
public DLFileEntry findByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryException
NoSuchFileEntryException if it could not be found.
findByUUID_G in interface DLFileEntryPersistenceuuid - the uuidgroupId - the group ID
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface DLFileEntryPersistenceuuid - the uuidgroupId - the group ID
null if a matching document library file entry could not be found
public DLFileEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface DLFileEntryPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry could not be found
public DLFileEntry removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryException
removeByUUID_G in interface DLFileEntryPersistenceuuid - the uuidgroupId - the group ID
NoSuchFileEntryException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface DLFileEntryPersistenceuuid - the uuidgroupId - the group ID
public List<DLFileEntry> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company ID
public List<DLFileEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_C_First in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByUuid_C_First in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_C_Last in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByUuid_C_Last in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByUuid_C_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByUuid_C_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface DLFileEntryPersistenceuuid - the uuidcompanyId - the company ID
public List<DLFileEntry> findByGroupId(long groupId)
findByGroupId in interface DLFileEntryPersistencegroupId - the group ID
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface DLFileEntryPersistencegroupId - the group IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface DLFileEntryPersistencegroupId - the group IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface DLFileEntryPersistencegroupId - the group IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByGroupId_First in interface DLFileEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByGroupId_First in interface DLFileEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByGroupId_Last in interface DLFileEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByGroupId_Last in interface DLFileEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByGroupId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByGroupId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByGroupId(long groupId)
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group ID
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface DLFileEntryPersistencegroupId - the group IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
filterFindByGroupId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry filterGetByGroupId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface DLFileEntryPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface DLFileEntryPersistencegroupId - the group ID
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface DLFileEntryPersistencegroupId - the group ID
public List<DLFileEntry> findByCompanyId(long companyId)
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company ID
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface DLFileEntryPersistencecompanyId - the company IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByCompanyId_First in interface DLFileEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByCompanyId_First in interface DLFileEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByCompanyId_Last in interface DLFileEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByCompanyId_Last in interface DLFileEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByCompanyId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrycompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByCompanyId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface DLFileEntryPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface DLFileEntryPersistencecompanyId - the company ID
public List<DLFileEntry> findByRepositoryId(long repositoryId)
findByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository ID
public List<DLFileEntry> findByRepositoryId(long repositoryId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByRepositoryId_First in interface DLFileEntryPersistencerepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByRepositoryId_First in interface DLFileEntryPersistencerepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByRepositoryId_Last in interface DLFileEntryPersistencerepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByRepositoryId_Last in interface DLFileEntryPersistencerepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByRepositoryId_PrevAndNext(long fileEntryId,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByRepositoryId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryrepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByRepositoryId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByRepositoryId(long repositoryId)
removeByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository IDpublic int countByRepositoryId(long repositoryId)
countByRepositoryId in interface DLFileEntryPersistencerepositoryId - the repository ID
public List<DLFileEntry> findByMimeType(String mimeType)
findByMimeType in interface DLFileEntryPersistencemimeType - the mime type
public List<DLFileEntry> findByMimeType(String mimeType,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByMimeType in interface DLFileEntryPersistencemimeType - the mime typestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByMimeType in interface DLFileEntryPersistencemimeType - the mime typestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByMimeType in interface DLFileEntryPersistencemimeType - the mime typestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByMimeType_First in interface DLFileEntryPersistencemimeType - the mime typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByMimeType_First in interface DLFileEntryPersistencemimeType - the mime typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByMimeType_Last in interface DLFileEntryPersistencemimeType - the mime typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByMimeType_Last in interface DLFileEntryPersistencemimeType - the mime typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByMimeType_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrymimeType - the mime typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByMimeType_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByMimeType(String mimeType)
removeByMimeType in interface DLFileEntryPersistencemimeType - the mime typepublic int countByMimeType(String mimeType)
countByMimeType in interface DLFileEntryPersistencemimeType - the mime type
public List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId)
findByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type ID
public List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByFileEntryTypeId_First in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByFileEntryTypeId_First in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByFileEntryTypeId_Last in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByFileEntryTypeId_Last in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByFileEntryTypeId_PrevAndNext(long fileEntryId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByFileEntryTypeId_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByFileEntryTypeId_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByFileEntryTypeId(long fileEntryTypeId)
removeByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type IDpublic int countByFileEntryTypeId(long fileEntryTypeId)
countByFileEntryTypeId in interface DLFileEntryPersistencefileEntryTypeId - the file entry type ID
public List<DLFileEntry> findByG_U(long groupId,
long userId)
findByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user ID
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_First in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_U_First in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_Last in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_U_Last in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByG_U_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId)
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user ID
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
filterFindByG_U_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry filterGetByG_U_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByG_U(long groupId,
long userId)
removeByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user ID
public int countByG_U(long groupId,
long userId)
countByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user ID
public int filterCountByG_U(long groupId,
long userId)
filterCountByG_U in interface DLFileEntryPersistencegroupId - the group IDuserId - the user ID
public List<DLFileEntry> findByG_F(long groupId,
long folderId)
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder ID
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_First in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_F_First in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_Last in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_F_Last in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByG_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId)
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder ID
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
filterFindByG_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry filterGetByG_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds)
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDs
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDs
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeByG_F(long groupId,
long folderId)
removeByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder ID
public int countByG_F(long groupId,
long folderId)
countByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder ID
public int countByG_F(long groupId,
long[] folderIds)
countByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDs
public int filterCountByG_F(long groupId,
long folderId)
filterCountByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder ID
public int filterCountByG_F(long groupId,
long[] folderIds)
filterCountByG_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDs
public List<DLFileEntry> findByR_F(long repositoryId,
long folderId)
findByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder ID
public List<DLFileEntry> findByR_F(long repositoryId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByR_F_First in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByR_F_First in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByR_F_Last in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByR_F_Last in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByR_F_PrevAndNext(long fileEntryId,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByR_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryrepositoryId - the repository IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByR_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByR_F(long repositoryId,
long folderId)
removeByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder ID
public int countByR_F(long repositoryId,
long folderId)
countByR_F in interface DLFileEntryPersistencerepositoryId - the repository IDfolderId - the folder ID
public List<DLFileEntry> findByF_N(long folderId,
String name)
findByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the name
public List<DLFileEntry> findByF_N(long folderId,
String name,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the namestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the namestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the namestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByF_N_First in interface DLFileEntryPersistencefolderId - the folder IDname - the nameorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByF_N_First in interface DLFileEntryPersistencefolderId - the folder IDname - the nameorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByF_N_Last in interface DLFileEntryPersistencefolderId - the folder IDname - the nameorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByF_N_Last in interface DLFileEntryPersistencefolderId - the folder IDname - the nameorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByF_N_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entryfolderId - the folder IDname - the nameorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByF_N_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public void removeByF_N(long folderId,
String name)
removeByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the name
public int countByF_N(long folderId,
String name)
countByF_N in interface DLFileEntryPersistencefolderId - the folder IDname - the name
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId)
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder ID
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_F_First in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_U_F_First in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_F_Last in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_U_F_Last in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_U_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByG_U_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId)
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder ID
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
filterFindByG_U_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDuserId - the user IDfolderId - the folder IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry filterGetByG_U_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDs
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDs
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDsstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeByG_U_F(long groupId,
long userId,
long folderId)
removeByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder ID
public int countByG_U_F(long groupId,
long userId,
long folderId)
countByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder ID
public int countByG_U_F(long groupId,
long userId,
long[] folderIds)
countByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDs
public int filterCountByG_U_F(long groupId,
long userId,
long folderId)
filterCountByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderId - the folder ID
public int filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
filterCountByG_U_F in interface DLFileEntryPersistencegroupId - the group IDuserId - the user IDfolderIds - the folder IDs
public DLFileEntry findByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException
NoSuchFileEntryException if it could not be found.
findByG_F_N in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDname - the name
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name)
null if it could not be found. Uses the finder cache.
fetchByG_F_N in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDname - the name
null if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_F_N in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDname - the nameretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry could not be found
public DLFileEntry removeByG_F_N(long groupId,
long folderId,
String name)
throws NoSuchFileEntryException
removeByG_F_N in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDname - the name
NoSuchFileEntryException
public int countByG_F_N(long groupId,
long folderId,
String name)
countByG_F_N in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDname - the name
public DLFileEntry findByG_F_FN(long groupId,
long folderId,
String fileName)
throws NoSuchFileEntryException
NoSuchFileEntryException if it could not be found.
findByG_F_FN in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileName - the file name
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_FN(long groupId,
long folderId,
String fileName)
null if it could not be found. Uses the finder cache.
fetchByG_F_FN in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileName - the file name
null if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_FN(long groupId,
long folderId,
String fileName,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_F_FN in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileName - the file nameretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry could not be found
public DLFileEntry removeByG_F_FN(long groupId,
long folderId,
String fileName)
throws NoSuchFileEntryException
removeByG_F_FN in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileName - the file name
NoSuchFileEntryException
public int countByG_F_FN(long groupId,
long folderId,
String fileName)
countByG_F_FN in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileName - the file name
public DLFileEntry findByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException
NoSuchFileEntryException if it could not be found.
findByG_F_T in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDtitle - the title
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title)
null if it could not be found. Uses the finder cache.
fetchByG_F_T in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDtitle - the title
null if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_F_T in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDtitle - the titleretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry could not be found
public DLFileEntry removeByG_F_T(long groupId,
long folderId,
String title)
throws NoSuchFileEntryException
removeByG_F_T in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDtitle - the title
NoSuchFileEntryException
public int countByG_F_T(long groupId,
long folderId,
String title)
countByG_F_T in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDtitle - the title
public List<DLFileEntry> findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type ID
public List<DLFileEntry> findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public DLFileEntry findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_F_First in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_F_F_First in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_F_Last in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a matching document library file entry could not be found
public DLFileEntry fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
fetchByG_F_F_Last in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry could not be found
public DLFileEntry[] findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
findByG_F_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry getByG_F_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type ID
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public DLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
throws NoSuchFileEntryException
filterFindByG_F_F_PrevAndNext in interface DLFileEntryPersistencefileEntryId - the primary key of the current document library file entrygroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
protected DLFileEntry filterGetByG_F_F_PrevAndNext(Session session,
DLFileEntry dlFileEntry,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator,
boolean previous)
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type ID
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type ID
public List<DLFileEntry> findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type IDstart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
removeByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type ID
public int countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
countByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type ID
public int countByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
countByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type ID
public int filterCountByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
filterCountByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderId - the folder IDfileEntryTypeId - the file entry type ID
public int filterCountByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
filterCountByG_F_F in interface DLFileEntryPersistencegroupId - the group IDfolderIds - the folder IDsfileEntryTypeId - the file entry type ID
public void cacheResult(DLFileEntry dlFileEntry)
cacheResult in interface DLFileEntryPersistencedlFileEntry - the document library file entrypublic void cacheResult(List<DLFileEntry> dlFileEntries)
cacheResult in interface DLFileEntryPersistencedlFileEntries - the document library file entriespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>public void clearCache(DLFileEntry dlFileEntry)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the instance of this model to clear the cache forpublic void clearCache(List<DLFileEntry> dlFileEntries)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<DLFileEntry>clearCache in class BasePersistenceImpl<DLFileEntry>dlFileEntries - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(DLFileEntryModelImpl dlFileEntryModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(DLFileEntryModelImpl dlFileEntryModelImpl)
public DLFileEntry create(long fileEntryId)
create in interface DLFileEntryPersistencefileEntryId - the primary key for the new document library file entry
public DLFileEntry remove(long fileEntryId)
throws NoSuchFileEntryException
remove in interface DLFileEntryPersistencefileEntryId - the primary key of the document library file entry
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
public DLFileEntry remove(Serializable primaryKey)
throws NoSuchFileEntryException
remove in interface BasePersistence<DLFileEntry>remove in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the document library file entry
NoSuchFileEntryException - if a document library file entry with the primary key could not be foundprotected DLFileEntry removeImpl(DLFileEntry dlFileEntry)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the model instance to remove
public DLFileEntry updateImpl(DLFileEntry dlFileEntry)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface DLFileEntryPersistenceupdateImpl in class BasePersistenceImpl<DLFileEntry>dlFileEntry - the model instance to update
protected DLFileEntry toUnwrappedModel(DLFileEntry dlFileEntry)
public DLFileEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchFileEntryException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<DLFileEntry>findByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the document library file entry
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
public DLFileEntry findByPrimaryKey(long fileEntryId)
throws NoSuchFileEntryException
NoSuchFileEntryException if it could not be found.
findByPrimaryKey in interface DLFileEntryPersistencefileEntryId - the primary key of the document library file entry
NoSuchFileEntryException - if a document library file entry with the primary key could not be foundpublic DLFileEntry fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<DLFileEntry>fetchByPrimaryKey in class BasePersistenceImpl<DLFileEntry>primaryKey - the primary key of the document library file entry
null if a document library file entry with the primary key could not be foundpublic DLFileEntry fetchByPrimaryKey(long fileEntryId)
null if it could not be found.
fetchByPrimaryKey in interface DLFileEntryPersistencefileEntryId - the primary key of the document library file entry
null if a document library file entry with the primary key could not be foundpublic Map<Serializable,DLFileEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<DLFileEntry>fetchByPrimaryKeys in interface DLFileEntryPersistencefetchByPrimaryKeys in class BasePersistenceImpl<DLFileEntry>public List<DLFileEntry> findAll()
findAll in interface DLFileEntryPersistence
public List<DLFileEntry> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface DLFileEntryPersistencestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)
public List<DLFileEntry> findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface DLFileEntryPersistencestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<DLFileEntry> findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface DLFileEntryPersistencestart - the lower bound of the range of document library file entriesend - the upper bound of the range of document library file entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface DLFileEntryPersistencepublic int countAll()
countAll in interface DLFileEntryPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<DLFileEntry>getBadColumnNames in interface DLFileEntryPersistencegetBadColumnNames in class BasePersistenceImpl<DLFileEntry>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<DLFileEntry>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||