Interface DLFileEntryPersistence
- All Superinterfaces:
BasePersistence<DLFileEntry>
,CTPersistence<DLFileEntry>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.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
countByCustom1ImageId
(long custom1ImageId) Returns the number of document library file entries where custom1ImageId = ?.int
countByCustom2ImageId
(long custom2ImageId) Returns the number of document library file entries where custom2ImageId = ?.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of document library file entries where externalReferenceCode = ? and groupId = ?.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
(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_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_U
(long groupId, long userId) Returns the number of document library file entries where groupId = ? and userId = ?.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
countByGroupId
(long groupId) Returns the number of document library file entries where groupId = ?.int
countByLargeImageId
(long largeImageId) Returns the number of document library file entries where largeImageId = ?.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
countByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Returns the number of document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.int
countBySmallImageId
(long smallImageId) Returns the number of document library file entries where smallImageId = ?.int
countByUuid
(String uuid) Returns the number of document library file entries where uuid = ?.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 = ?.create
(long fileEntryId) Creates a new document library file entry with the primary key.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.fetchByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.fetchByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.fetchByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.fetchByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the document library file entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.fetchByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.fetchByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.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 = ?.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 = ?.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 = ?.fetchByG_F_FN
(long groupId, long folderId, String fileName) Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returnsnull
if it could not be found.fetchByG_F_FN
(long groupId, long folderId, String fileName, boolean useFinderCache) Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.fetchByG_F_N
(long groupId, long folderId, String name) Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returnsnull
if it could not be found.fetchByG_F_N
(long groupId, long folderId, String name, boolean useFinderCache) Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_F_T
(long groupId, long folderId, String title) Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returnsnull
if it could not be found.fetchByG_F_T
(long groupId, long folderId, String title, boolean useFinderCache) Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.fetchByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.fetchByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.fetchByPrimaryKey
(long fileEntryId) Returns the document library file entry with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.fetchByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.fetchByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.fetchBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.fetchBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.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 = ?.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 = ?.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the document library file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the document library file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.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_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_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
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
filterCountByGroupId
(long groupId) Returns the number of document library file entries that the user has permission to view where groupId = ?.filterFindByG_F
(long groupId, long folderId) Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_U
(long groupId, long userId) Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.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 = ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByGroupId
(long groupId) Returns all the document library file entries that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the document library file entries.findAll
(int start, int end) Returns a range of all the document library file entries.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries.findByCompanyId
(long companyId) Returns all the document library file entries where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the document library file entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where companyId = ?.findByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.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 = ?.findByCustom1ImageId
(long custom1ImageId) Returns all the document library file entries where custom1ImageId = ?.findByCustom1ImageId
(long custom1ImageId, int start, int end) Returns a range of all the document library file entries where custom1ImageId = ?.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom1ImageId = ?.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom1ImageId = ?.findByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.findByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.findByCustom1ImageId_PrevAndNext
(long fileEntryId, long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom1ImageId = ?.findByCustom2ImageId
(long custom2ImageId) Returns all the document library file entries where custom2ImageId = ?.findByCustom2ImageId
(long custom2ImageId, int start, int end) Returns a range of all the document library file entries where custom2ImageId = ?.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom2ImageId = ?.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom2ImageId = ?.findByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.findByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.findByCustom2ImageId_PrevAndNext
(long fileEntryId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom2ImageId = ?.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileEntryException
if it could not be found.Returns all the document library file entries where folderId = ? and name = ?.Returns a range of all the document library file entries where folderId = ? and name = ?.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 = ?.findByF_N
(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.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 = ?.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 = ?.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 = ?.findByFileEntryTypeId
(long fileEntryTypeId) Returns all the document library file entries where fileEntryTypeId = ?.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end) Returns a range of all the document library file entries where fileEntryTypeId = ?.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.findByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.findByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.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 = ?.findByG_F
(long groupId, long folderId) Returns all the document library file entries where groupId = ? and folderId = ?.findByG_F
(long groupId, long[] folderIds) Returns all the document library file entries where groupId = ? and folderId = any ?.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 ?.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 ?.findByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.findByG_F
(long groupId, long folderId, int start, int end) Returns a range of all the document library file entries where groupId = ? and folderId = ?.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 = ?.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId) Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.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 = ?.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 = ?.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId) Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.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 = ?.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 = ?.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_F_FN
(long groupId, long folderId, String fileName) Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws aNoSuchFileEntryException
if it could not be found.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 = ?.findByG_F_N
(long groupId, long folderId, String name) Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws aNoSuchFileEntryException
if it could not be found.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 = ?.findByG_F_T
(long groupId, long folderId, String title) Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws aNoSuchFileEntryException
if it could not be found.findByG_U
(long groupId, long userId) Returns all the document library file entries where groupId = ? and userId = ?.findByG_U
(long groupId, long userId, int start, int end) Returns a range of all the document library file entries where groupId = ? and userId = ?.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 = ?.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.findByG_U_F
(long groupId, long userId, long folderId) Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.findByG_U_F
(long groupId, long userId, long[] folderIds) Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.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 ?.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 ?.findByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.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 = ?.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 = ?.findByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByGroupId
(long groupId) Returns all the document library file entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the document library file entries where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.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 = ?.findByLargeImageId
(long largeImageId) Returns all the document library file entries where largeImageId = ?.findByLargeImageId
(long largeImageId, int start, int end) Returns a range of all the document library file entries where largeImageId = ?.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where largeImageId = ?.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where largeImageId = ?.findByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.findByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.findByLargeImageId_PrevAndNext
(long fileEntryId, long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where largeImageId = ?.findByMimeType
(String mimeType) Returns all the document library file entries where mimeType = ?.findByMimeType
(String mimeType, int start, int end) Returns a range of all the document library file entries where mimeType = ?.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where mimeType = ?.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where mimeType = ?.findByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.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 = ?.findByPrimaryKey
(long fileEntryId) Returns the document library file entry with the primary key or throws aNoSuchFileEntryException
if it could not be found.findByR_F
(long repositoryId, long folderId) Returns all the document library file entries where repositoryId = ? and folderId = ?.findByR_F
(long repositoryId, long folderId, int start, int end) Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.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 = ?.findByR_F
(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.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 = ?.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 = ?.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 = ?.findByRepositoryId
(long repositoryId) Returns all the document library file entries where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end) Returns a range of all the document library file entries where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ?.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.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 = ?.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Returns all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end) Returns a range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findByS_L_C1_C2_PrevAndNext
(long fileEntryId, long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.findBySmallImageId
(long smallImageId) Returns all the document library file entries where smallImageId = ?.findBySmallImageId
(long smallImageId, int start, int end) Returns a range of all the document library file entries where smallImageId = ?.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ?.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ?.findBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.findBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.findBySmallImageId_PrevAndNext
(long fileEntryId, long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ?.findByUuid
(String uuid) Returns all the document library file entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the document library file entries where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the document library file entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the document library file entries where uuid = ? and companyId = ?.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 = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.findByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the document library file entry where uuid = ? and groupId = ? or throws aNoSuchFileEntryException
if it could not be found.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.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 = ?.remove
(long fileEntryId) Removes the document library file entry with the primary key from the database.void
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
removeByCustom1ImageId
(long custom1ImageId) Removes all the document library file entries where custom1ImageId = ? from the database.void
removeByCustom2ImageId
(long custom2ImageId) Removes all the document library file entries where custom2ImageId = ? from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library file entry where externalReferenceCode = ? and groupId = ? 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
(long groupId, long folderId) Removes all the document library file entries where groupId = ? and folderId = ? 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.removeByG_F_FN
(long groupId, long folderId, String fileName) Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.removeByG_F_N
(long groupId, long folderId, String name) Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.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_U
(long groupId, long userId) Removes all the document library file entries where groupId = ? and userId = ? 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
removeByGroupId
(long groupId) Removes all the document library file entries where groupId = ? from the database.void
removeByLargeImageId
(long largeImageId) Removes all the document library file entries where largeImageId = ? 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
removeByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Removes all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ? from the database.void
removeBySmallImageId
(long smallImageId) Removes all the document library file entries where smallImageId = ? from the database.void
removeByUuid
(String uuid) Removes all the document library file entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the document library file entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the document library file entry where uuid = ? and groupId = ? from the database.updateImpl
(DLFileEntry dlFileEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the document library file entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching document library file entries
-
findByUuid
Returns a range of all the document library file entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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)- Returns:
- the range of matching document library file entries
-
findByUuid
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByUuid
List<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByUuid_First
DLFileEntry findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByUuid_First
Returns the first document library file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByUuid_Last
DLFileEntry findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByUuid_Last
Returns the last document library file entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByUuid_PrevAndNext
DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByUuid
Removes all the document library file entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of document library file entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching document library file entries
-
findByUUID_G
Returns the document library file entry where uuid = ? and groupId = ? or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByUUID_G
Returns the document library file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
fetchByUUID_G
Returns the document library file entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
removeByUUID_G
Removes the document library file entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
-
countByUUID_G
Returns the number of document library file entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching document library file entries
-
findByUuid_C
Returns all the document library file entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching document library file entries
-
findByUuid_C
Returns a range of all the document library file entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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)- Returns:
- the range of matching document library file entries
-
findByUuid_C
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByUuid_C
List<DLFileEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByUuid_C_First
DLFileEntry findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByUuid_C_First
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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByUuid_C_Last
DLFileEntry findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByUuid_C_Last
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 = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByUuid_C_PrevAndNext
DLFileEntry[] findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByUuid_C
Removes all the document library file entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of document library file entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching document library file entries
-
findByGroupId
Returns all the document library file entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching document library file entries
-
findByGroupId
Returns a range of all the document library file entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByGroupId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByGroupId
List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByGroupId_First
DLFileEntry findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByGroupId_First
Returns the first document library file entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByGroupId_Last
DLFileEntry findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByGroupId_Last
Returns the last document library file entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByGroupId_PrevAndNext
DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByGroupId
Returns all the document library file entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the document library file entries that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByGroupId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
DLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the document library file entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of document library file entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching document library file entries
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of document library file entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
findByCompanyId
Returns all the document library file entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching document library file entries
-
findByCompanyId
Returns a range of all the document library file entries where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
companyId
- 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)- Returns:
- the range of matching document library file entries
-
findByCompanyId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByCompanyId
List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByCompanyId_First
DLFileEntry findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCompanyId_First
DLFileEntry fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCompanyId_Last
DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCompanyId_Last
Returns the last document library file entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCompanyId_PrevAndNext
DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the document library file entries where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of document library file entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching document library file entries
-
findByRepositoryId
Returns all the document library file entries where repositoryId = ?.- Parameters:
repositoryId
- the repository ID- Returns:
- the matching document library file entries
-
findByRepositoryId
Returns a range of all the document library file entries where repositoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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)- Returns:
- the range of matching document library file entries
-
findByRepositoryId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByRepositoryId
List<DLFileEntry> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByRepositoryId_First
DLFileEntry findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByRepositoryId_First
DLFileEntry fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByRepositoryId_Last
DLFileEntry findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByRepositoryId_Last
DLFileEntry fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByRepositoryId_PrevAndNext
DLFileEntry[] findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryrepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByRepositoryId
void removeByRepositoryId(long repositoryId) Removes all the document library file entries where repositoryId = ? from the database.- Parameters:
repositoryId
- the repository ID
-
countByRepositoryId
int countByRepositoryId(long repositoryId) Returns the number of document library file entries where repositoryId = ?.- Parameters:
repositoryId
- the repository ID- Returns:
- the number of matching document library file entries
-
findByMimeType
Returns all the document library file entries where mimeType = ?.- Parameters:
mimeType
- the mime type- Returns:
- the matching document library file entries
-
findByMimeType
Returns a range of all the document library file entries where mimeType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
mimeType
- 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)- Returns:
- the range of matching document library file entries
-
findByMimeType
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
mimeType
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByMimeType
List<DLFileEntry> findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where mimeType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
mimeType
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByMimeType_First
DLFileEntry findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where mimeType = ?.- Parameters:
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByMimeType_First
DLFileEntry fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.- Parameters:
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByMimeType_Last
DLFileEntry findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where mimeType = ?.- Parameters:
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByMimeType_Last
Returns the last document library file entry in the ordered set where mimeType = ?.- Parameters:
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByMimeType_PrevAndNext
DLFileEntry[] findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrymimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByMimeType
Removes all the document library file entries where mimeType = ? from the database.- Parameters:
mimeType
- the mime type
-
countByMimeType
Returns the number of document library file entries where mimeType = ?.- Parameters:
mimeType
- the mime type- Returns:
- the number of matching document library file entries
-
findByFileEntryTypeId
Returns all the document library file entries where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type ID- Returns:
- the matching document library file entries
-
findByFileEntryTypeId
Returns a range of all the document library file entries where fileEntryTypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
fileEntryTypeId
- 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)- Returns:
- the range of matching document library file entries
-
findByFileEntryTypeId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
fileEntryTypeId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByFileEntryTypeId
List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
fileEntryTypeId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByFileEntryTypeId_First
DLFileEntry findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByFileEntryTypeId_First
DLFileEntry fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByFileEntryTypeId_Last
DLFileEntry findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByFileEntryTypeId_Last
DLFileEntry fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByFileEntryTypeId_PrevAndNext
DLFileEntry[] findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByFileEntryTypeId
void removeByFileEntryTypeId(long fileEntryTypeId) Removes all the document library file entries where fileEntryTypeId = ? from the database.- Parameters:
fileEntryTypeId
- the file entry type ID
-
countByFileEntryTypeId
int countByFileEntryTypeId(long fileEntryTypeId) Returns the number of document library file entries where fileEntryTypeId = ?.- Parameters:
fileEntryTypeId
- the file entry type ID- Returns:
- the number of matching document library file entries
-
findBySmallImageId
Returns all the document library file entries where smallImageId = ?.- Parameters:
smallImageId
- the small image ID- Returns:
- the matching document library file entries
-
findBySmallImageId
Returns a range of all the document library file entries where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image 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)- Returns:
- the range of matching document library file entries
-
findBySmallImageId
List<DLFileEntry> findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findBySmallImageId
List<DLFileEntry> findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findBySmallImageId_First
DLFileEntry findBySmallImageId_First(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchBySmallImageId_First
DLFileEntry fetchBySmallImageId_First(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findBySmallImageId_Last
DLFileEntry findBySmallImageId_Last(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchBySmallImageId_Last
DLFileEntry fetchBySmallImageId_Last(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findBySmallImageId_PrevAndNext
DLFileEntry[] findBySmallImageId_PrevAndNext(long fileEntryId, long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrysmallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeBySmallImageId
void removeBySmallImageId(long smallImageId) Removes all the document library file entries where smallImageId = ? from the database.- Parameters:
smallImageId
- the small image ID
-
countBySmallImageId
int countBySmallImageId(long smallImageId) Returns the number of document library file entries where smallImageId = ?.- Parameters:
smallImageId
- the small image ID- Returns:
- the number of matching document library file entries
-
findByLargeImageId
Returns all the document library file entries where largeImageId = ?.- Parameters:
largeImageId
- the large image ID- Returns:
- the matching document library file entries
-
findByLargeImageId
Returns a range of all the document library file entries where largeImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
largeImageId
- the large image 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)- Returns:
- the range of matching document library file entries
-
findByLargeImageId
List<DLFileEntry> findByLargeImageId(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where largeImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
largeImageId
- the large image 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByLargeImageId
List<DLFileEntry> findByLargeImageId(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where largeImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
largeImageId
- the large image 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByLargeImageId_First
DLFileEntry findByLargeImageId_First(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where largeImageId = ?.- Parameters:
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByLargeImageId_First
DLFileEntry fetchByLargeImageId_First(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.- Parameters:
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByLargeImageId_Last
DLFileEntry findByLargeImageId_Last(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where largeImageId = ?.- Parameters:
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByLargeImageId_Last
DLFileEntry fetchByLargeImageId_Last(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.- Parameters:
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByLargeImageId_PrevAndNext
DLFileEntry[] findByLargeImageId_PrevAndNext(long fileEntryId, long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where largeImageId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrylargeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByLargeImageId
void removeByLargeImageId(long largeImageId) Removes all the document library file entries where largeImageId = ? from the database.- Parameters:
largeImageId
- the large image ID
-
countByLargeImageId
int countByLargeImageId(long largeImageId) Returns the number of document library file entries where largeImageId = ?.- Parameters:
largeImageId
- the large image ID- Returns:
- the number of matching document library file entries
-
findByCustom1ImageId
Returns all the document library file entries where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image ID- Returns:
- the matching document library file entries
-
findByCustom1ImageId
Returns a range of all the document library file entries where custom1ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom1ImageId
- the custom1 image 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)- Returns:
- the range of matching document library file entries
-
findByCustom1ImageId
List<DLFileEntry> findByCustom1ImageId(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom1ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom1ImageId
- the custom1 image 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByCustom1ImageId
List<DLFileEntry> findByCustom1ImageId(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom1ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom1ImageId
- the custom1 image 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByCustom1ImageId_First
DLFileEntry findByCustom1ImageId_First(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCustom1ImageId_First
DLFileEntry fetchByCustom1ImageId_First(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCustom1ImageId_Last
DLFileEntry findByCustom1ImageId_Last(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCustom1ImageId_Last
DLFileEntry fetchByCustom1ImageId_Last(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCustom1ImageId_PrevAndNext
DLFileEntry[] findByCustom1ImageId_PrevAndNext(long fileEntryId, long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where custom1ImageId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrycustom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByCustom1ImageId
void removeByCustom1ImageId(long custom1ImageId) Removes all the document library file entries where custom1ImageId = ? from the database.- Parameters:
custom1ImageId
- the custom1 image ID
-
countByCustom1ImageId
int countByCustom1ImageId(long custom1ImageId) Returns the number of document library file entries where custom1ImageId = ?.- Parameters:
custom1ImageId
- the custom1 image ID- Returns:
- the number of matching document library file entries
-
findByCustom2ImageId
Returns all the document library file entries where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image ID- Returns:
- the matching document library file entries
-
findByCustom2ImageId
Returns a range of all the document library file entries where custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom2ImageId
- the custom2 image 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)- Returns:
- the range of matching document library file entries
-
findByCustom2ImageId
List<DLFileEntry> findByCustom2ImageId(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom2ImageId
- the custom2 image 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByCustom2ImageId
List<DLFileEntry> findByCustom2ImageId(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
custom2ImageId
- the custom2 image 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByCustom2ImageId_First
DLFileEntry findByCustom2ImageId_First(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCustom2ImageId_First
DLFileEntry fetchByCustom2ImageId_First(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCustom2ImageId_Last
DLFileEntry findByCustom2ImageId_Last(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByCustom2ImageId_Last
DLFileEntry fetchByCustom2ImageId_Last(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByCustom2ImageId_PrevAndNext
DLFileEntry[] findByCustom2ImageId_PrevAndNext(long fileEntryId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where custom2ImageId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrycustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByCustom2ImageId
void removeByCustom2ImageId(long custom2ImageId) Removes all the document library file entries where custom2ImageId = ? from the database.- Parameters:
custom2ImageId
- the custom2 image ID
-
countByCustom2ImageId
int countByCustom2ImageId(long custom2ImageId) Returns the number of document library file entries where custom2ImageId = ?.- Parameters:
custom2ImageId
- the custom2 image ID- Returns:
- the number of matching document library file entries
-
findByG_U
Returns all the document library file entries where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the matching document library file entries
-
findByG_U
Returns a range of all the document library file entries where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_U
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_U
List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByG_U_First
DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_U_First
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_U_Last
DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_U_Last
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_U_PrevAndNext
DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_U
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_U
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_U
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
filterFindByG_U_PrevAndNext
DLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByG_U
void removeByG_U(long groupId, long userId) Removes all the document library file entries where groupId = ? and userId = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user ID
-
countByG_U
int countByG_U(long groupId, long userId) Returns the number of document library file entries where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the number of matching document library file entries
-
filterCountByG_U
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
findByG_F
Returns all the document library file entries where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the matching document library file entries
-
findByG_F
Returns a range of all the document library file entries where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_F
List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByG_F_First
DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_First
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_F_Last
DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_Last
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_F_PrevAndNext
DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_F
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_F
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
filterFindByG_F_PrevAndNext
DLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_F
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_F
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_F
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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
findByG_F
Returns all the document library file entries where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the matching document library file entries
-
findByG_F
Returns a range of all the document library file entries where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_F
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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_F
List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
removeByG_F
void removeByG_F(long groupId, long folderId) Removes all the document library file entries where groupId = ? and folderId = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder ID
-
countByG_F
int countByG_F(long groupId, long folderId) Returns the number of document library file entries where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the number of matching document library file entries
-
countByG_F
int countByG_F(long groupId, long[] folderIds) Returns the number of document library file entries where groupId = ? and folderId = any ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the number of matching document library file entries
-
filterCountByG_F
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
filterCountByG_F
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 ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the number of matching document library file entries that the user has permission to view
-
findByR_F
Returns all the document library file entries where repositoryId = ? and folderId = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder ID- Returns:
- the matching document library file entries
-
findByR_F
Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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)- Returns:
- the range of matching document library file entries
-
findByR_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByR_F
List<DLFileEntry> findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
repositoryId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByR_F_First
DLFileEntry findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByR_F_First
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 = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByR_F_Last
DLFileEntry findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByR_F_Last
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 = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByR_F_PrevAndNext
DLFileEntry[] findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryrepositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByR_F
void removeByR_F(long repositoryId, long folderId) Removes all the document library file entries where repositoryId = ? and folderId = ? from the database.- Parameters:
repositoryId
- the repository IDfolderId
- the folder ID
-
countByR_F
int countByR_F(long repositoryId, long folderId) Returns the number of document library file entries where repositoryId = ? and folderId = ?.- Parameters:
repositoryId
- the repository IDfolderId
- the folder ID- Returns:
- the number of matching document library file entries
-
findByF_N
Returns all the document library file entries where folderId = ? and name = ?.- Parameters:
folderId
- the folder IDname
- the name- Returns:
- the matching document library file entries
-
findByF_N
Returns a range of all the document library file entries where folderId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
folderId
- 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)- Returns:
- the range of matching document library file entries
-
findByF_N
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
folderId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByF_N
List<DLFileEntry> findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
folderId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByF_N_First
DLFileEntry findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where folderId = ? and name = ?.- Parameters:
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByF_N_First
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 = ?.- Parameters:
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByF_N_Last
DLFileEntry findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where folderId = ? and name = ?.- Parameters:
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByF_N_Last
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 = ?.- Parameters:
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByF_N_PrevAndNext
DLFileEntry[] findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entryfolderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByF_N
Removes all the document library file entries where folderId = ? and name = ? from the database.- Parameters:
folderId
- the folder IDname
- the name
-
countByF_N
Returns the number of document library file entries where folderId = ? and name = ?.- Parameters:
folderId
- the folder IDname
- the name- Returns:
- the number of matching document library file entries
-
findByG_U_F
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID- Returns:
- the matching document library file entries
-
findByG_U_F
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_U_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_U_F
List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByG_U_F_First
DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_U_F_First
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_U_F_Last
DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_U_F_Last
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_U_F_PrevAndNext
DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- 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 (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_U_F
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_U_F
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_U_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
filterFindByG_U_F_PrevAndNext
DLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- 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 (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_U_F
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_U_F
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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_U_F
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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
findByG_U_F
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs- Returns:
- the matching document library file entries
-
findByG_U_F
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_U_F
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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_U_F
List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
removeByG_U_F
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.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
-
countByG_U_F
int countByG_U_F(long groupId, long userId, long folderId) Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID- Returns:
- the number of matching document library file entries
-
countByG_U_F
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 ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs- Returns:
- the number of matching document library file entries
-
filterCountByG_U_F
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 = ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
filterCountByG_U_F
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 ?.- Parameters:
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs- Returns:
- the number of matching document library file entries that the user has permission to view
-
findByG_F_N
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
groupId
- the group IDfolderId
- the folder IDname
- the name- Returns:
- the matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_N
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDname
- the name- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
fetchByG_F_N
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDname
- the nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
removeByG_F_N
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDname
- the name- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
-
countByG_F_N
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDname
- the name- Returns:
- the number of matching document library file entries
-
findByG_F_FN
DLFileEntry findByG_F_FN(long groupId, long folderId, String fileName) throws NoSuchFileEntryException Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileName
- the file name- Returns:
- the matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_FN
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileName
- the file name- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
fetchByG_F_FN
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileName
- the file nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
removeByG_F_FN
DLFileEntry removeByG_F_FN(long groupId, long folderId, String fileName) throws NoSuchFileEntryException Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileName
- the file name- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
-
countByG_F_FN
Returns the number of document library file entries where groupId = ? and folderId = ? and fileName = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileName
- the file name- Returns:
- the number of matching document library file entries
-
findByG_F_T
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the title- Returns:
- the matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_T
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the title- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
fetchByG_F_T
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
removeByG_F_T
DLFileEntry removeByG_F_T(long groupId, long folderId, String title) throws NoSuchFileEntryException Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the title- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
-
countByG_F_T
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the title- Returns:
- the number of matching document library file entries
-
findByG_F_F
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID- Returns:
- the matching document library file entries
-
findByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_F_F
List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByG_F_F_First
DLFileEntry findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_F_First
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_F_F_Last
DLFileEntry findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByG_F_F_Last
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByG_F_F_PrevAndNext
DLFileEntry[] findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- 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 (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_F_F
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
filterFindByG_F_F_PrevAndNext
DLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException 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 = ?.- Parameters:
fileEntryId
- 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 (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
filterFindByG_F_F
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID- Returns:
- the matching document library file entries that the user has permission to view
-
filterFindByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries that the user has permission to view
-
filterFindByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries that the user has permission to view
-
findByG_F_F
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID- Returns:
- the matching document library file entries
-
findByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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)- Returns:
- the range of matching document library file entries
-
findByG_F_F
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByG_F_F
List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
groupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
removeByG_F_F
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.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
-
countByG_F_F
int countByG_F_F(long groupId, long folderId, long fileEntryTypeId) Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID- Returns:
- the number of matching document library file entries
-
countByG_F_F
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 = ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID- Returns:
- the number of matching document library file entries
-
filterCountByG_F_F
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 = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
filterCountByG_F_F
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 = ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID- Returns:
- the number of matching document library file entries that the user has permission to view
-
findByS_L_C1_C2
List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Returns all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image ID- Returns:
- the matching document library file entries
-
findByS_L_C1_C2
List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end) Returns a range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image 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)- Returns:
- the range of matching document library file entries
-
findByS_L_C1_C2
List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image 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 (optionallynull
)- Returns:
- the ordered range of matching document library file entries
-
findByS_L_C1_C2
List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library file entries
-
findByS_L_C1_C2_First
DLFileEntry findByS_L_C1_C2_First(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByS_L_C1_C2_First
DLFileEntry fetchByS_L_C1_C2_First(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByS_L_C1_C2_Last
DLFileEntry findByS_L_C1_C2_Last(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByS_L_C1_C2_Last
DLFileEntry fetchByS_L_C1_C2_Last(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file entry, or
null
if a matching document library file entry could not be found
-
findByS_L_C1_C2_PrevAndNext
DLFileEntry[] findByS_L_C1_C2_PrevAndNext(long fileEntryId, long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
fileEntryId
- the primary key of the current document library file entrysmallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
removeByS_L_C1_C2
void removeByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Removes all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ? from the database.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image ID
-
countByS_L_C1_C2
int countByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId) Returns the number of document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.- Parameters:
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image ID- Returns:
- the number of matching document library file entries
-
findByERC_G
Returns the document library file entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching document library file entry
- Throws:
NoSuchFileEntryException
- if a matching document library file entry could not be found
-
fetchByERC_G
Returns the document library file entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
fetchByERC_G
Returns the document library file entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file entry, or
null
if a matching document library file entry could not be found
-
removeByERC_G
DLFileEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchFileEntryException Removes the document library file entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
-
countByERC_G
Returns the number of document library file entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching document library file entries
-
cacheResult
Caches the document library file entry in the entity cache if it is enabled.- Parameters:
dlFileEntry
- the document library file entry
-
cacheResult
Caches the document library file entries in the entity cache if it is enabled.- Parameters:
dlFileEntries
- the document library file entries
-
create
Creates a new document library file entry with the primary key. Does not add the document library file entry to the database.- Parameters:
fileEntryId
- the primary key for the new document library file entry- Returns:
- the new document library file entry
-
remove
Removes the document library file entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
fileEntryId
- the primary key of the document library file entry- Returns:
- the document library file entry that was removed
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the document library file entry with the primary key or throws aNoSuchFileEntryException
if it could not be found.- Parameters:
fileEntryId
- the primary key of the document library file entry- Returns:
- the document library file entry
- Throws:
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the document library file entry with the primary key or returnsnull
if it could not be found.- Parameters:
fileEntryId
- the primary key of the document library file entry- Returns:
- the document library file entry, or
null
if a document library file entry with the primary key could not be found
-
findAll
List<DLFileEntry> findAll()Returns all the document library file entries.- Returns:
- the document library file entries
-
findAll
Returns a range of all the document library file entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
start
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)- Returns:
- the range of document library file entries
-
findAll
Returns an ordered range of all the document library file entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
start
- 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 (optionallynull
)- Returns:
- the ordered range of document library file entries
-
findAll
List<DLFileEntry> findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFileEntryModelImpl
.- Parameters:
start
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of document library file entries
-
removeAll
void removeAll()Removes all the document library file entries from the database. -
countAll
int countAll()Returns the number of document library file entries.- Returns:
- the number of document library file entries
-