Uses of Class
com.liferay.document.library.kernel.exception.NoSuchFileVersionException
Packages that use NoSuchFileVersionException
-
Uses of NoSuchFileVersionException in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that throw NoSuchFileVersionExceptionModifier and TypeMethodDescriptionDLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersion[]DLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 aNoSuchFileVersionExceptionif it could not be found.static DLFileVersionReturns the document library file version where fileEntryId = ? and version = ? or throws aNoSuchFileVersionExceptionif it could not be found.DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByPrimaryKey(long fileVersionId) Returns the document library file version with the primary key or throws aNoSuchFileVersionExceptionif it could not be found.static DLFileVersionDLFileVersionUtil.findByPrimaryKey(long fileVersionId) Returns the document library file version with the primary key or throws aNoSuchFileVersionExceptionif it could not be found.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.findByUUID_G(String uuid, long groupId) Returns the document library file version where uuid = ? and groupId = ? or throws aNoSuchFileVersionExceptionif it could not be found.static DLFileVersionDLFileVersionUtil.findByUUID_G(String uuid, long groupId) Returns the document library file version where uuid = ? and groupId = ? or throws aNoSuchFileVersionExceptionif it could not be found.DLFileVersionPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.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 = ?.static DLFileVersion[]DLFileVersionUtil.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 = ?.DLFileVersionPersistence.remove(long fileVersionId) Removes the document library file version with the primary key from the database.static DLFileVersionDLFileVersionUtil.remove(long fileVersionId) Removes the document library file version with the primary key from the database.DLFileVersionPersistence.removeByF_V(long fileEntryId, String version) Removes the document library file version where fileEntryId = ? and version = ? from the database.static DLFileVersionDLFileVersionUtil.removeByF_V(long fileEntryId, String version) Removes the document library file version where fileEntryId = ? and version = ? from the database.DLFileVersionPersistence.removeByUUID_G(String uuid, long groupId) Removes the document library file version where uuid = ? and groupId = ? from the database.static DLFileVersionDLFileVersionUtil.removeByUUID_G(String uuid, long groupId) Removes the document library file version where uuid = ? and groupId = ? from the database.