Interface DLFileVersionPersistence
- All Superinterfaces:
BasePersistence<DLFileVersion>
,CTPersistence<DLFileVersion>
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
(DLFileVersion dlFileVersion) Caches the document library file version in the entity cache if it is enabled.void
cacheResult
(List<DLFileVersion> dlFileVersions) Caches the document library file versions in the entity cache if it is enabled.int
countAll()
Returns the number of document library file versions.int
countByC_E_S
(long companyId, Date expirationDate, int status) Returns the number of document library file versions where companyId = ? and expirationDate = ? and status = ?.int
countByC_E_S
(long companyId, Date expirationDate, int[] statuses) Returns the number of document library file versions where companyId = ? and expirationDate = ? and status = any ?.int
countByC_NotS
(long companyId, int status) Returns the number of document library file versions where companyId = ? and status ≠ ?.int
countByC_SU
(long companyId, String storeUUID) Returns the number of document library file versions where companyId = ? and storeUUID = ?.int
countByCompanyId
(long companyId) Returns the number of document library file versions where companyId = ?.int
countByF_S
(long fileEntryId, int status) Returns the number of document library file versions where fileEntryId = ? and status = ?.int
countByF_S
(long fileEntryId, int[] statuses) Returns the number of document library file versions where fileEntryId = ? and status = any ?.int
countByF_V
(long fileEntryId, String version) Returns the number of document library file versions where fileEntryId = ? and version = ?.int
countByFileEntryId
(long fileEntryId) Returns the number of document library file versions where fileEntryId = ?.int
countByG_F_S
(long groupId, long folderId, int status) Returns the number of document library file versions where groupId = ? and folderId = ? and status = ?.int
countByG_F_T_V
(long groupId, long folderId, String title, String version) Returns the number of document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of document library file versions where displayDate < ? and status = ?.int
countByMimeType
(String mimeType) Returns the number of document library file versions where mimeType = ?.int
countByUuid
(String uuid) Returns the number of document library file versions where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of document library file versions where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of document library file versions where uuid = ? and groupId = ?.create
(long fileVersionId) Creates a new document library file version with the primary key.fetchByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.fetchByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.fetchByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.fetchByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.fetchByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.fetchByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.fetchByF_V
(long fileEntryId, String version) Returns the document library file version where fileEntryId = ? and version = ? or returnsnull
if it could not be found.fetchByF_V
(long fileEntryId, String version, boolean useFinderCache) Returns the document library file version where fileEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.fetchByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.fetchByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.fetchByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.fetchByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.fetchByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.fetchByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.fetchByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.fetchByPrimaryKey
(long fileVersionId) Returns the document library file version with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the document library file version 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 version where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.findAll()
Returns all the document library file versions.findAll
(int start, int end) Returns a range of all the document library file versions.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.findByC_E_S
(long companyId, Date expirationDate, int status) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = ?.findByC_E_S
(long companyId, Date expirationDate, int[] statuses) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end) Returns a range of all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?, optionally using the finder cache.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end) Returns a range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.findByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.findByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.findByC_E_S_PrevAndNext
(long fileVersionId, long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.findByC_NotS
(long companyId, int status) Returns all the document library file versions where companyId = ? and status ≠ ?.findByC_NotS
(long companyId, int status, int start, int end) Returns a range of all the document library file versions where companyId = ? and status ≠ ?.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.findByC_NotS_PrevAndNext
(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.findByC_SU
(long companyId, String storeUUID) Returns all the document library file versions where companyId = ? and storeUUID = ?.findByC_SU
(long companyId, String storeUUID, int start, int end) Returns a range of all the document library file versions where companyId = ? and storeUUID = ?.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.findByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.findByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.findByC_SU_PrevAndNext
(long fileVersionId, long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and storeUUID = ?.findByCompanyId
(long companyId) Returns all the document library file versions where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the document library file versions where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ?.findByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.findByF_S
(long fileEntryId, int status) Returns all the document library file versions where fileEntryId = ? and status = ?.findByF_S
(long fileEntryId, int[] statuses) Returns all the document library file versions where fileEntryId = ? and status = any ?.findByF_S
(long fileEntryId, int[] statuses, int start, int end) Returns a range of all the document library file versions where fileEntryId = ? and status = any ?.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = any ?.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?, optionally using the finder cache.findByF_S
(long fileEntryId, int status, int start, int end) Returns a range of all the document library file versions where fileEntryId = ? and status = ?.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.findByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.findByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.findByF_S_PrevAndNext
(long fileVersionId, long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.Returns the document library file version where fileEntryId = ? and version = ? or throws aNoSuchFileVersionException
if it could not be found.findByFileEntryId
(long fileEntryId) Returns all the document library file versions where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end) Returns a range of all the document library file versions where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ?.findByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.findByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.findByFileEntryId_PrevAndNext
(long fileVersionId, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.findByG_F_S
(long groupId, long folderId, int status) Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.findByG_F_S
(long groupId, long folderId, int status, int start, int end) Returns a range of all the document library file versions where groupId = ? and folderId = ? and status = ?.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.findByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.findByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.findByG_F_S_PrevAndNext
(long fileVersionId, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.findByG_F_T_V
(long groupId, long folderId, String title, String version) Returns all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end) Returns a range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.findByG_F_T_V_PrevAndNext
(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.findByLtD_S
(Date displayDate, int status) Returns all the document library file versions where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the document library file versions where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.findByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.findByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.findByLtD_S_PrevAndNext
(long fileVersionId, Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where displayDate < ? and status = ?.findByMimeType
(String mimeType) Returns all the document library file versions where mimeType = ?.findByMimeType
(String mimeType, int start, int end) Returns a range of all the document library file versions where mimeType = ?.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where mimeType = ?.findByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.findByMimeType_PrevAndNext
(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.findByPrimaryKey
(long fileVersionId) Returns the document library file version with the primary key or throws aNoSuchFileVersionException
if it could not be found.findByUuid
(String uuid) Returns all the document library file versions where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the document library file versions where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the document library file versions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the document library file versions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the document library file version where uuid = ? and groupId = ? or throws aNoSuchFileVersionException
if it could not be found.findByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.remove
(long fileVersionId) Removes the document library file version with the primary key from the database.void
Removes all the document library file versions from the database.void
removeByC_E_S
(long companyId, Date expirationDate, int status) Removes all the document library file versions where companyId = ? and expirationDate = ? and status = ? from the database.void
removeByC_NotS
(long companyId, int status) Removes all the document library file versions where companyId = ? and status ≠ ? from the database.void
removeByC_SU
(long companyId, String storeUUID) Removes all the document library file versions where companyId = ? and storeUUID = ? from the database.void
removeByCompanyId
(long companyId) Removes all the document library file versions where companyId = ? from the database.void
removeByF_S
(long fileEntryId, int status) Removes all the document library file versions where fileEntryId = ? and status = ? from the database.removeByF_V
(long fileEntryId, String version) Removes the document library file version where fileEntryId = ? and version = ? from the database.void
removeByFileEntryId
(long fileEntryId) Removes all the document library file versions where fileEntryId = ? from the database.void
removeByG_F_S
(long groupId, long folderId, int status) Removes all the document library file versions where groupId = ? and folderId = ? and status = ? from the database.void
removeByG_F_T_V
(long groupId, long folderId, String title, String version) Removes all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the document library file versions where displayDate < ? and status = ? from the database.void
removeByMimeType
(String mimeType) Removes all the document library file versions where mimeType = ? from the database.void
removeByUuid
(String uuid) Removes all the document library file versions where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the document library file versions where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the document library file version where uuid = ? and groupId = ? from the database.updateImpl
(DLFileVersion dlFileVersion) 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 versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching document library file versions
-
findByUuid
Returns a range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByUuid
List<DLFileVersion> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByUuid
List<DLFileVersion> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByUuid_First
DLFileVersion findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByUuid_First
Returns the first document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByUuid_Last
DLFileVersion findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByUuid_Last
Returns the last document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByUuid_PrevAndNext
DLFileVersion[] findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByUuid
Removes all the document library file versions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of document library file versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching document library file versions
-
findByUUID_G
Returns the document library file version where uuid = ? and groupId = ? or throws aNoSuchFileVersionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByUUID_G
Returns the document library file version 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 version, or
null
if a matching document library file version could not be found
-
fetchByUUID_G
Returns the document library file version 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 version, or
null
if a matching document library file version could not be found
-
removeByUUID_G
Removes the document library file version where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the document library file version that was removed
- Throws:
NoSuchFileVersionException
-
countByUUID_G
Returns the number of document library file versions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching document library file versions
-
findByUuid_C
Returns all the document library file versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching document library file versions
-
findByUuid_C
Returns a range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByUuid_C
List<DLFileVersion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByUuid_C
List<DLFileVersion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByUuid_C_First
DLFileVersion findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByUuid_C_First
DLFileVersion fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByUuid_C_Last
DLFileVersion findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByUuid_C_Last
DLFileVersion fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByUuid_C_PrevAndNext
DLFileVersion[] findByUuid_C_PrevAndNext(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByUuid_C
Removes all the document library file versions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of document library file versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching document library file versions
-
findByCompanyId
Returns all the document library file versions where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching document library file versions
-
findByCompanyId
Returns a range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByCompanyId
List<DLFileVersion> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByCompanyId
List<DLFileVersion> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByCompanyId_First
DLFileVersion findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByCompanyId_First
DLFileVersion fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByCompanyId_Last
DLFileVersion findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByCompanyId_Last
DLFileVersion fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByCompanyId_PrevAndNext
DLFileVersion[] findByCompanyId_PrevAndNext(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the document library file versions where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of document library file versions where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching document library file versions
-
findByFileEntryId
Returns all the document library file versions where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry ID- Returns:
- the matching document library file versions
-
findByFileEntryId
Returns a range of all the document library file versions where fileEntryId = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByFileEntryId
List<DLFileVersion> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByFileEntryId
List<DLFileVersion> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByFileEntryId_First
DLFileVersion findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByFileEntryId_First
DLFileVersion fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByFileEntryId_Last
DLFileVersion findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByFileEntryId_Last
DLFileVersion fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByFileEntryId_PrevAndNext
DLFileVersion[] findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versionfileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByFileEntryId
void removeByFileEntryId(long fileEntryId) Removes all the document library file versions where fileEntryId = ? from the database.- Parameters:
fileEntryId
- the file entry ID
-
countByFileEntryId
int countByFileEntryId(long fileEntryId) Returns the number of document library file versions where fileEntryId = ?.- Parameters:
fileEntryId
- the file entry ID- Returns:
- the number of matching document library file versions
-
findByMimeType
Returns all the document library file versions where mimeType = ?.- Parameters:
mimeType
- the mime type- Returns:
- the matching document library file versions
-
findByMimeType
Returns a range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
mimeType
- the mime typestart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByMimeType
List<DLFileVersion> findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
mimeType
- the mime typestart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByMimeType
List<DLFileVersion> findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions 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 fromDLFileVersionModelImpl
.- Parameters:
mimeType
- the mime typestart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByMimeType_First
DLFileVersion findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByMimeType_First
DLFileVersion fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByMimeType_Last
DLFileVersion findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version 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 version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByMimeType_Last
DLFileVersion fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version 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 version, or
null
if a matching document library file version could not be found
-
findByMimeType_PrevAndNext
DLFileVersion[] findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versionmimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByMimeType
Removes all the document library file versions where mimeType = ? from the database.- Parameters:
mimeType
- the mime type
-
countByMimeType
Returns the number of document library file versions where mimeType = ?.- Parameters:
mimeType
- the mime type- Returns:
- the number of matching document library file versions
-
findByC_SU
Returns all the document library file versions where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuid- Returns:
- the matching document library file versions
-
findByC_SU
Returns a range of all the document library file versions where companyId = ? and storeUUID = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByC_SU
List<DLFileVersion> findByC_SU(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByC_SU
List<DLFileVersion> findByC_SU(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByC_SU_First
DLFileVersion findByC_SU_First(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_SU_First
DLFileVersion fetchByC_SU_First(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_SU_Last
DLFileVersion findByC_SU_Last(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_SU_Last
DLFileVersion fetchByC_SU_Last(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_SU_PrevAndNext
DLFileVersion[] findByC_SU_PrevAndNext(long fileVersionId, long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and storeUUID = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versioncompanyId
- the company IDstoreUUID
- the store uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByC_SU
Removes all the document library file versions where companyId = ? and storeUUID = ? from the database.- Parameters:
companyId
- the company IDstoreUUID
- the store uuid
-
countByC_SU
Returns the number of document library file versions where companyId = ? and storeUUID = ?.- Parameters:
companyId
- the company IDstoreUUID
- the store uuid- Returns:
- the number of matching document library file versions
-
findByC_NotS
Returns all the document library file versions where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching document library file versions
-
findByC_NotS
Returns a range of all the document library file versions where companyId = ? and status ≠ ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByC_NotS
List<DLFileVersion> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByC_NotS
List<DLFileVersion> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByC_NotS_First
DLFileVersion findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_NotS_First
DLFileVersion fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_NotS_Last
DLFileVersion findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_NotS_Last
DLFileVersion fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_NotS_PrevAndNext
DLFileVersion[] findByC_NotS_PrevAndNext(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.- Parameters:
fileVersionId
- the primary key of the current document library file versioncompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByC_NotS
void removeByC_NotS(long companyId, int status) Removes all the document library file versions where companyId = ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_NotS
int countByC_NotS(long companyId, int status) Returns the number of document library file versions where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching document library file versions
-
findByF_V
Returns the document library file version where fileEntryId = ? and version = ? or throws aNoSuchFileVersionException
if it could not be found.- Parameters:
fileEntryId
- the file entry IDversion
- the version- Returns:
- the matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByF_V
Returns the document library file version where fileEntryId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
fileEntryId
- the file entry IDversion
- the version- Returns:
- the matching document library file version, or
null
if a matching document library file version could not be found
-
fetchByF_V
Returns the document library file version where fileEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
fileEntryId
- the file entry IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library file version, or
null
if a matching document library file version could not be found
-
removeByF_V
Removes the document library file version where fileEntryId = ? and version = ? from the database.- Parameters:
fileEntryId
- the file entry IDversion
- the version- Returns:
- the document library file version that was removed
- Throws:
NoSuchFileVersionException
-
countByF_V
Returns the number of document library file versions where fileEntryId = ? and version = ?.- Parameters:
fileEntryId
- the file entry IDversion
- the version- Returns:
- the number of matching document library file versions
-
findByF_S
Returns all the document library file versions where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the status- Returns:
- the matching document library file versions
-
findByF_S
Returns a range of all the document library file versions where fileEntryId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByF_S
List<DLFileVersion> findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByF_S
List<DLFileVersion> findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByF_S_First
DLFileVersion findByF_S_First(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByF_S_First
DLFileVersion fetchByF_S_First(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByF_S_Last
DLFileVersion findByF_S_Last(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByF_S_Last
DLFileVersion fetchByF_S_Last(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByF_S_PrevAndNext
DLFileVersion[] findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versionfileEntryId
- the file entry IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
findByF_S
Returns all the document library file versions where fileEntryId = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatuses
- the statuses- Returns:
- the matching document library file versions
-
findByF_S
Returns a range of all the document library file versions where fileEntryId = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByF_S
List<DLFileVersion> findByF_S(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByF_S
List<DLFileVersion> findByF_S(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?, 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 fromDLFileVersionModelImpl
.- Parameters:
fileEntryId
- the file entry IDstatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
removeByF_S
void removeByF_S(long fileEntryId, int status) Removes all the document library file versions where fileEntryId = ? and status = ? from the database.- Parameters:
fileEntryId
- the file entry IDstatus
- the status
-
countByF_S
int countByF_S(long fileEntryId, int status) Returns the number of document library file versions where fileEntryId = ? and status = ?.- Parameters:
fileEntryId
- the file entry IDstatus
- the status- Returns:
- the number of matching document library file versions
-
countByF_S
int countByF_S(long fileEntryId, int[] statuses) Returns the number of document library file versions where fileEntryId = ? and status = any ?.- Parameters:
fileEntryId
- the file entry IDstatuses
- the statuses- Returns:
- the number of matching document library file versions
-
findByLtD_S
Returns all the document library file versions where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching document library file versions
-
findByLtD_S
Returns a range of all the document library file versions where displayDate < ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByLtD_S
List<DLFileVersion> findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByLtD_S
List<DLFileVersion> findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByLtD_S_First
DLFileVersion findByLtD_S_First(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByLtD_S_First
DLFileVersion fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByLtD_S_Last
DLFileVersion findByLtD_S_Last(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByLtD_S_Last
DLFileVersion fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByLtD_S_PrevAndNext
DLFileVersion[] findByLtD_S_PrevAndNext(long fileVersionId, Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where displayDate < ? and status = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versiondisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByLtD_S
Removes all the document library file versions where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of document library file versions where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching document library file versions
-
findByG_F_S
Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the matching document library file versions
-
findByG_F_S
Returns a range of all the document library file versions where groupId = ? and folderId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByG_F_S
List<DLFileVersion> findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByG_F_S
List<DLFileVersion> findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByG_F_S_First
DLFileVersion findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByG_F_S_First
DLFileVersion fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByG_F_S_Last
DLFileVersion findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByG_F_S_Last
DLFileVersion fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByG_F_S_PrevAndNext
DLFileVersion[] findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versiongroupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByG_F_S
void removeByG_F_S(long groupId, long folderId, int status) Removes all the document library file versions where groupId = ? and folderId = ? and status = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status
-
countByG_F_S
int countByG_F_S(long groupId, long folderId, int status) Returns the number of document library file versions where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the number of matching document library file versions
-
findByC_E_S
Returns all the document library file versions where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the status- Returns:
- the matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int status, int start, int end) Returns a range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByC_E_S_First
DLFileVersion findByC_E_S_First(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_E_S_First
DLFileVersion fetchByC_E_S_First(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_E_S_Last
DLFileVersion findByC_E_S_Last(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByC_E_S_Last
DLFileVersion fetchByC_E_S_Last(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByC_E_S_PrevAndNext
DLFileVersion[] findByC_E_S_PrevAndNext(long fileVersionId, long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versioncompanyId
- the company IDexpirationDate
- the expiration datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
findByC_E_S
Returns all the document library file versions where companyId = ? and expirationDate = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatuses
- the statuses- Returns:
- the matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int[] statuses, int start, int end) Returns a range of all the document library file versions where companyId = ? and expirationDate = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByC_E_S
List<DLFileVersion> findByC_E_S(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?, 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 fromDLFileVersionModelImpl
.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatuses
- the statusesstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
removeByC_E_S
Removes all the document library file versions where companyId = ? and expirationDate = ? and status = ? from the database.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the status
-
countByC_E_S
Returns the number of document library file versions where companyId = ? and expirationDate = ? and status = ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatus
- the status- Returns:
- the number of matching document library file versions
-
countByC_E_S
Returns the number of document library file versions where companyId = ? and expirationDate = ? and status = any ?.- Parameters:
companyId
- the company IDexpirationDate
- the expiration datestatuses
- the statuses- Returns:
- the number of matching document library file versions
-
findByG_F_T_V
Returns all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the version- Returns:
- the matching document library file versions
-
findByG_F_T_V
List<DLFileVersion> findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end) Returns a range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of matching document library file versions
-
findByG_F_T_V
List<DLFileVersion> findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library file versions
-
findByG_F_T_V
List<DLFileVersion> findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.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 fromDLFileVersionModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionstart
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
findByG_F_T_V_First
DLFileVersion findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByG_F_T_V_First
DLFileVersion fetchByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library file version, or
null
if a matching document library file version could not be found
-
findByG_F_T_V_Last
DLFileVersion findByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version
- Throws:
NoSuchFileVersionException
- if a matching document library file version could not be found
-
fetchByG_F_T_V_Last
DLFileVersion fetchByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library file version, or
null
if a matching document library file version could not be found
-
findByG_F_T_V_PrevAndNext
DLFileVersion[] findByG_F_T_V_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) throws NoSuchFileVersionException Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
fileVersionId
- the primary key of the current document library file versiongroupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
removeByG_F_T_V
Removes all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the version
-
countByG_F_T_V
Returns the number of document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDtitle
- the titleversion
- the version- Returns:
- the number of matching document library file versions
-
cacheResult
Caches the document library file version in the entity cache if it is enabled.- Parameters:
dlFileVersion
- the document library file version
-
cacheResult
Caches the document library file versions in the entity cache if it is enabled.- Parameters:
dlFileVersions
- the document library file versions
-
create
Creates a new document library file version with the primary key. Does not add the document library file version to the database.- Parameters:
fileVersionId
- the primary key for the new document library file version- Returns:
- the new document library file version
-
remove
Removes the document library file version with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
fileVersionId
- the primary key of the document library file version- Returns:
- the document library file version that was removed
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the document library file version with the primary key or throws aNoSuchFileVersionException
if it could not be found.- Parameters:
fileVersionId
- the primary key of the document library file version- Returns:
- the document library file version
- Throws:
NoSuchFileVersionException
- if a document library file version with the primary key could not be found
-
fetchByPrimaryKey
Returns the document library file version with the primary key or returnsnull
if it could not be found.- Parameters:
fileVersionId
- the primary key of the document library file version- Returns:
- the document library file version, or
null
if a document library file version with the primary key could not be found
-
findAll
List<DLFileVersion> findAll()Returns all the document library file versions.- Returns:
- the document library file versions
-
findAll
Returns a range of all the document library file versions.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 fromDLFileVersionModelImpl
.- Parameters:
start
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)- Returns:
- the range of document library file versions
-
findAll
Returns an ordered range of all the document library file versions.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 fromDLFileVersionModelImpl
.- Parameters:
start
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of document library file versions
-
findAll
List<DLFileVersion> findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.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 fromDLFileVersionModelImpl
.- Parameters:
start
- the lower bound of the range of document library file versionsend
- the upper bound of the range of document library file versions (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 versions
-
removeAll
void removeAll()Removes all the document library file versions from the database. -
countAll
int countAll()Returns the number of document library file versions.- Returns:
- the number of document library file versions
-