Uses of Interface
com.liferay.document.library.kernel.model.DLFileVersion
Packages that use DLFileVersion
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet utility interfaces and classes.
-
Uses of DLFileVersion in com.liferay.document.library.kernel.model
Classes in com.liferay.document.library.kernel.model that implement DLFileVersionFields in com.liferay.document.library.kernel.model with type parameters of type DLFileVersionModifier and TypeFieldDescriptionstatic final Accessor<DLFileVersion,Long> DLFileVersion.FILE_VERSION_ID_ACCESSORMethods in com.liferay.document.library.kernel.model that return DLFileVersionModifier and TypeMethodDescriptionDLFileVersionModel.cloneWithOriginalValues()DLFileVersionWrapper.cloneWithOriginalValues()DLFileEntry.getFileVersion()DLFileEntry.getFileVersion(String version) DLFileEntryMetadata.getFileVersion()DLFileEntryMetadataWrapper.getFileVersion()DLFileEntryWrapper.getFileVersion()DLFileEntryWrapper.getFileVersion(String version) DLFileEntry.getLatestFileVersion(boolean trusted) DLFileEntryWrapper.getLatestFileVersion(boolean trusted) Methods in com.liferay.document.library.kernel.model that return types with arguments of type DLFileVersionModifier and TypeMethodDescriptionDLFileVersionWrapper.getAttributeGetterFunctions()DLFileVersionWrapper.getAttributeSetterBiConsumers()DLFileEntry.getFileVersions(int status) DLFileEntry.getFileVersions(int status, int start, int end) DLFileEntryWrapper.getFileVersions(int status) DLFileEntryWrapper.getFileVersions(int status, int start, int end) Methods in com.liferay.document.library.kernel.model with parameters of type DLFileVersionModifier and TypeMethodDescriptionprotected DLFileVersionWrapperDLFileVersionWrapper.wrap(DLFileVersion dlFileVersion) Constructors in com.liferay.document.library.kernel.model with parameters of type DLFileVersion -
Uses of DLFileVersion in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return DLFileVersionModifier and TypeMethodDescriptionDLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.static DLFileVersionDLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.DLFileEntryLocalService.cancelCheckOut(long userId, long fileEntryId) static DLFileVersionDLFileEntryLocalServiceUtil.cancelCheckOut(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId, long fileEntryId) DLFileEntryService.cancelCheckOut(long fileEntryId) static DLFileVersionDLFileEntryServiceUtil.cancelCheckOut(long fileEntryId) DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId) DLFileVersionLocalService.createDLFileVersion(long fileVersionId) Creates a new document library file version with the primary key.static DLFileVersionDLFileVersionLocalServiceUtil.createDLFileVersion(long fileVersionId) Creates a new document library file version with the primary key.DLFileVersionLocalServiceWrapper.createDLFileVersion(long fileVersionId) Creates a new document library file version with the primary key.DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.static DLFileVersionDLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.static DLFileVersionDLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.DLFileVersionLocalService.fetchDLFileVersion(long fileVersionId) static DLFileVersionDLFileVersionLocalServiceUtil.fetchDLFileVersion(long fileVersionId) DLFileVersionLocalServiceWrapper.fetchDLFileVersion(long fileVersionId) DLFileVersionLocalService.fetchDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.static DLFileVersionDLFileVersionLocalServiceUtil.fetchDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalServiceWrapper.fetchDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalService.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy, int status) static DLFileVersionDLFileVersionLocalServiceUtil.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersionDLFileVersionLocalServiceUtil.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy, int status) DLFileVersionLocalServiceWrapper.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalServiceWrapper.fetchLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy, int status) DLFileVersionLocalService.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.static DLFileVersionDLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.static DLFileVersionDLFileVersionLocalServiceUtil.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalService.getFileVersion(long fileVersionId) DLFileVersionLocalService.getFileVersion(long fileEntryId, String version) static DLFileVersionDLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId) static DLFileVersionDLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId, String version) DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId) DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId, String version) DLFileVersionService.getFileVersion(long fileVersionId) static DLFileVersionDLFileVersionServiceUtil.getFileVersion(long fileVersionId) DLFileVersionServiceWrapper.getFileVersion(long fileVersionId) DLFileVersionLocalService.getFileVersionByUuidAndGroupId(String uuid, long groupId) static DLFileVersionDLFileVersionLocalServiceUtil.getFileVersionByUuidAndGroupId(String uuid, long groupId) DLFileVersionLocalServiceWrapper.getFileVersionByUuidAndGroupId(String uuid, long groupId) DLFileVersionLocalService.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.getLatestFileVersion(long userId, long fileEntryId) static DLFileVersionDLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersionDLFileVersionLocalServiceUtil.getLatestFileVersion(long userId, long fileEntryId) DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalServiceWrapper.getLatestFileVersion(long userId, long fileEntryId) DLFileVersionService.getLatestFileVersion(long fileEntryId) DLFileVersionService.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersionDLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId) static DLFileVersionDLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId) DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.static DLFileVersionDLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.Methods in com.liferay.document.library.kernel.service that return types with arguments of type DLFileVersionModifier and TypeMethodDescriptionDLFileVersionLocalService.getCTPersistence()DLFileVersionLocalServiceWrapper.getCTPersistence()DLFileVersionLocalService.getDLFileVersions(int start, int end) Returns a range of all the document library file versions.static List<DLFileVersion>DLFileVersionLocalServiceUtil.getDLFileVersions(int start, int end) Returns a range of all the document library file versions.DLFileVersionLocalServiceWrapper.getDLFileVersions(int start, int end) Returns a range of all the document library file versions.DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file versions matching the UUID and company.DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.static List<DLFileVersion>DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file versions matching the UUID and company.static List<DLFileVersion>DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file versions matching the UUID and company.DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.DLFileVersionLocalService.getFileVersions(long fileEntryId, int status) DLFileVersionLocalService.getFileVersions(long fileEntryId, int status, int start, int end) static List<DLFileVersion>DLFileVersionLocalServiceUtil.getFileVersions(long fileEntryId, int status) static List<DLFileVersion>DLFileVersionLocalServiceUtil.getFileVersions(long fileEntryId, int status, int start, int end) DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId, int status) DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId, int status, int start, int end) DLFileVersionService.getFileVersions(long fileEntryId, int status) static List<DLFileVersion>DLFileVersionServiceUtil.getFileVersions(long fileEntryId, int status) DLFileVersionServiceWrapper.getFileVersions(long fileEntryId, int status) DLFileVersionLocalService.getModelClass()DLFileVersionLocalServiceWrapper.getModelClass()Methods in com.liferay.document.library.kernel.service with parameters of type DLFileVersionModifier and TypeMethodDescriptionDLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.static DLFileVersionDLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion) Adds the document library file version to the database.DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.static DLFileVersionDLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion) Deletes the document library file version from the database.DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.static DLFileVersionDLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion) Updates the document library file version in the database or adds it if it does not yet exist.DLFileEntryLocalService.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static DLFileEntryDLFileEntryLocalServiceUtil.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryLocalServiceWrapper.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) Method parameters in com.liferay.document.library.kernel.service with type arguments of type DLFileVersionModifier and TypeMethodDescriptionDLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.static List<DLFileVersion>DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.<R,E extends Throwable>
RDLFileVersionLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileVersion>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RDLFileVersionLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileVersion>, R, E> updateUnsafeFunction) -
Uses of DLFileVersion in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that return DLFileVersionModifier and TypeMethodDescriptionDLFileVersionPersistence.create(long fileVersionId) Creates a new document library file version with the primary key.static DLFileVersionDLFileVersionUtil.create(long fileVersionId) Creates a new document library file version with the primary key.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByF_V(long fileEntryId, String version) Returns the document library file version where fileEntryId = ? and version = ? or returnsnullif it could not be found.DLFileVersionPersistence.fetchByF_V(long fileEntryId, String version, boolean useFinderCache) Returns the document library file version where fileEntryId = ? and version = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileVersionDLFileVersionUtil.fetchByF_V(long fileEntryId, String version) Returns the document library file version where fileEntryId = ? and version = ? or returnsnullif it could not be found.static DLFileVersionDLFileVersionUtil.fetchByF_V(long fileEntryId, String version, boolean useFinderCache) Returns the document library file version where fileEntryId = ? and version = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.fetchByPrimaryKey(long fileVersionId) Returns the document library file version with the primary key or returnsnullif it could not be found.static DLFileVersionDLFileVersionUtil.fetchByPrimaryKey(long fileVersionId) Returns the document library file version with the primary key or returnsnullif it could not be found.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.fetchByUUID_G(String uuid, long groupId) Returns the document library file version where uuid = ? and groupId = ? or returnsnullif it could not be found.DLFileVersionPersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file version where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileVersionDLFileVersionUtil.fetchByUUID_G(String uuid, long groupId) Returns the document library file version where uuid = ? and groupId = ? or returnsnullif it could not be found.static DLFileVersionDLFileVersionUtil.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file version where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileVersionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.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.static DLFileVersionDLFileVersionUtil.update(DLFileVersion dlFileVersion) static DLFileVersionDLFileVersionUtil.update(DLFileVersion dlFileVersion, ServiceContext serviceContext) DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion) static DLFileVersionDLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion) Methods in com.liferay.document.library.kernel.service.persistence that return types with arguments of type DLFileVersionModifier and TypeMethodDescriptionstatic Map<Serializable,DLFileVersion> DLFileVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) DLFileVersionPersistence.findAll()Returns all the document library file versions.DLFileVersionPersistence.findAll(int start, int end) Returns a range of all the document library file versions.DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll()Returns all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll(int start, int end) Returns a range of all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.DLFileVersionPersistence.findByC_E_S(long companyId, Date expirationDate, int status) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.findByC_E_S(long companyId, Date expirationDate, int[] statuses) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.DLFileVersionPersistence.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 ?.DLFileVersionPersistence.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 ?.DLFileVersionPersistence.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.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByC_E_S(long companyId, Date expirationDate, int status) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.findByC_E_S(long companyId, Date expirationDate, int[] statuses) Returns all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByC_NotS(long companyId, int status) Returns all the document library file versions where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library file versions where companyId = ? and status ≠ ?.DLFileVersionPersistence.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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static List<DLFileVersion>DLFileVersionUtil.findByC_NotS(long companyId, int status) Returns all the document library file versions where companyId = ? and status ≠ ?.static List<DLFileVersion>DLFileVersionUtil.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library file versions where companyId = ? and status ≠ ?.static List<DLFileVersion>DLFileVersionUtil.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 ≠ ?.static List<DLFileVersion>DLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.findByC_SU(long companyId, String storeUUID) Returns all the document library file versions where companyId = ? and storeUUID = ?.DLFileVersionPersistence.findByC_SU(long companyId, String storeUUID, int start, int end) Returns a range of all the document library file versions where companyId = ? and storeUUID = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByC_SU(long companyId, String storeUUID) Returns all the document library file versions where companyId = ? and storeUUID = ?.static List<DLFileVersion>DLFileVersionUtil.findByC_SU(long companyId, String storeUUID, int start, int end) Returns a range of all the document library file versions where companyId = ? and storeUUID = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByCompanyId(long companyId) Returns all the document library file versions where companyId = ?.DLFileVersionPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file versions where companyId = ?.DLFileVersionPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByCompanyId(long companyId) Returns all the document library file versions where companyId = ?.static List<DLFileVersion>DLFileVersionUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file versions where companyId = ?.static List<DLFileVersion>DLFileVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByF_S(long fileEntryId, int status) Returns all the document library file versions where fileEntryId = ? and status = ?.DLFileVersionPersistence.findByF_S(long fileEntryId, int[] statuses) Returns all the document library file versions where fileEntryId = ? and status = any ?.DLFileVersionPersistence.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 ?.DLFileVersionPersistence.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 ?.DLFileVersionPersistence.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.DLFileVersionPersistence.findByF_S(long fileEntryId, int status, int start, int end) Returns a range of all the document library file versions where fileEntryId = ? and status = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByF_S(long fileEntryId, int status) Returns all the document library file versions where fileEntryId = ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.findByF_S(long fileEntryId, int[] statuses) Returns all the document library file versions where fileEntryId = ? and status = any ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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.static List<DLFileVersion>DLFileVersionUtil.findByF_S(long fileEntryId, int status, int start, int end) Returns a range of all the document library file versions where fileEntryId = ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByFileEntryId(long fileEntryId) Returns all the document library file versions where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId(long fileEntryId, int start, int end) Returns a range of all the document library file versions where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByFileEntryId(long fileEntryId) Returns all the document library file versions where fileEntryId = ?.static List<DLFileVersion>DLFileVersionUtil.findByFileEntryId(long fileEntryId, int start, int end) Returns a range of all the document library file versions where fileEntryId = ?.static List<DLFileVersion>DLFileVersionUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByG_F_S(long groupId, long folderId, int status) Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByG_F_S(long groupId, long folderId, int status) Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByLtD_S(Date displayDate, int status) Returns all the document library file versions where displayDate < ? and status = ?.DLFileVersionPersistence.findByLtD_S(Date displayDate, int status, int start, int end) Returns a range of all the document library file versions where displayDate < ? and status = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByLtD_S(Date displayDate, int status) Returns all the document library file versions where displayDate < ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.findByLtD_S(Date displayDate, int status, int start, int end) Returns a range of all the document library file versions where displayDate < ? and status = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByMimeType(String mimeType) Returns all the document library file versions where mimeType = ?.DLFileVersionPersistence.findByMimeType(String mimeType, int start, int end) Returns a range of all the document library file versions where mimeType = ?.DLFileVersionPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByMimeType(String mimeType) Returns all the document library file versions where mimeType = ?.static List<DLFileVersion>DLFileVersionUtil.findByMimeType(String mimeType, int start, int end) Returns a range of all the document library file versions where mimeType = ?.static List<DLFileVersion>DLFileVersionUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByUuid(String uuid) Returns all the document library file versions where uuid = ?.DLFileVersionPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the document library file versions where uuid = ?.DLFileVersionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid(String uuid) Returns all the document library file versions where uuid = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid(String uuid, int start, int end) Returns a range of all the document library file versions where uuid = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.findByUuid_C(String uuid, long companyId) Returns all the document library file versions where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file versions where uuid = ? and companyId = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid_C(String uuid, long companyId) Returns all the document library file versions where uuid = ? and companyId = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file versions where uuid = ? and companyId = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<DLFileVersion>DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<DLFileVersion>DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Methods in com.liferay.document.library.kernel.service.persistence with parameters of type DLFileVersionModifier and TypeMethodDescriptionvoidDLFileVersionPersistence.cacheResult(DLFileVersion dlFileVersion) Caches the document library file version in the entity cache if it is enabled.static voidDLFileVersionUtil.cacheResult(DLFileVersion dlFileVersion) Caches the document library file version in the entity cache if it is enabled.static voidDLFileVersionUtil.clearCache(DLFileVersion dlFileVersion) static DLFileVersionDLFileVersionUtil.update(DLFileVersion dlFileVersion) static DLFileVersionDLFileVersionUtil.update(DLFileVersion dlFileVersion, ServiceContext serviceContext) DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion) static DLFileVersionDLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFileVersionModifier and TypeMethodDescriptionvoidDLFileVersionPersistence.cacheResult(List<DLFileVersion> dlFileVersions) Caches the document library file versions in the entity cache if it is enabled.static voidDLFileVersionUtil.cacheResult(List<DLFileVersion> dlFileVersions) Caches the document library file versions in the entity cache if it is enabled.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static DLFileVersionDLFileVersionUtil.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 ≠ ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.static DLFileVersionDLFileVersionUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.static DLFileVersionDLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.static DLFileVersionDLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.static DLFileVersionDLFileVersionUtil.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 = ?.DLFileVersionPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.static DLFileVersionDLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.DLFileVersionPersistence.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.static List<DLFileVersion>DLFileVersionUtil.findAll(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.DLFileVersionPersistence.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 ?.DLFileVersionPersistence.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.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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(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 ≠ ?.DLFileVersionPersistence.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 ≠ ?.static List<DLFileVersion>DLFileVersionUtil.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 ≠ ?.static List<DLFileVersion>DLFileVersionUtil.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 ≠ ?.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(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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(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 ?.DLFileVersionPersistence.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.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 ?.static List<DLFileVersion>DLFileVersionUtil.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.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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 = ?.DLFileVersionPersistence.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.DLFileVersionPersistence.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 = ?.DLFileVersionPersistence.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.static List<DLFileVersion>DLFileVersionUtil.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 = ?.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_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 = ?.static List<DLFileVersion>DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) -
Uses of DLFileVersion in com.liferay.document.library.kernel.util
Methods in com.liferay.document.library.kernel.util with parameters of type DLFileVersionModifier and TypeMethodDescriptionvoidDL.startWorkflowInstance(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) static voidDLUtil.startWorkflowInstance(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) -
Uses of DLFileVersion in com.liferay.document.library.kernel.util.comparator
Methods in com.liferay.document.library.kernel.util.comparator with parameters of type DLFileVersionModifier and TypeMethodDescriptionintDLFileVersionVersionComparator.compare(DLFileVersion dlFileVersion1, DLFileVersion dlFileVersion2) -
Uses of DLFileVersion in com.liferay.document.library.kernel.versioning
Methods in com.liferay.document.library.kernel.versioning with parameters of type DLFileVersionModifier and TypeMethodDescriptionVersioningStrategy.computeDLVersionNumberIncrease(DLFileVersion previousDLFileVersion, DLFileVersion nextDLFileVersion)