Package | Description |
---|---|
com.liferay.document.library.kernel.model | |
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service.persistence | |
com.liferay.document.library.kernel.util |
This package defines the document library portlet utility interfaces and classes.
|
com.liferay.document.library.kernel.util.comparator | |
com.liferay.document.library.kernel.versioning |
Modifier and Type | Class and Description |
---|---|
class |
DLFileVersionWrapper
This class is a wrapper for
DLFileVersion . |
Modifier and Type | Field and Description |
---|---|
static Accessor<DLFileVersion,Long> |
DLFileVersion.FILE_VERSION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
DLFileVersion |
DLFileVersionWrapper.cloneWithOriginalValues() |
DLFileVersion |
DLFileVersionModel.cloneWithOriginalValues() |
DLFileVersion |
DLFileEntryMetadata.getFileVersion() |
DLFileVersion |
DLFileEntryMetadataWrapper.getFileVersion() |
DLFileVersion |
DLFileEntryWrapper.getFileVersion() |
DLFileVersion |
DLFileEntry.getFileVersion() |
DLFileVersion |
DLFileEntryWrapper.getFileVersion(String version) |
DLFileVersion |
DLFileEntry.getFileVersion(String version) |
DLFileVersion |
DLFileEntryWrapper.getLatestFileVersion(boolean trusted) |
DLFileVersion |
DLFileEntry.getLatestFileVersion(boolean trusted) |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<DLFileVersion,Object>> |
DLFileVersionWrapper.getAttributeGetterFunctions() |
Map<String,BiConsumer<DLFileVersion,Object>> |
DLFileVersionWrapper.getAttributeSetterBiConsumers() |
List<DLFileVersion> |
DLFileEntryWrapper.getFileVersions(int status) |
List<DLFileVersion> |
DLFileEntry.getFileVersions(int status) |
Modifier and Type | Method and Description |
---|---|
protected DLFileVersionWrapper |
DLFileVersionWrapper.wrap(DLFileVersion dlFileVersion) |
Constructor and Description |
---|
DLFileVersionWrapper(DLFileVersion dlFileVersion) |
Modifier and Type | Method and Description |
---|---|
DLFileVersion |
DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
DLFileVersion |
DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
DLFileVersion |
DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId) |
static DLFileVersion |
DLFileEntryServiceUtil.cancelCheckOut(long fileEntryId) |
DLFileVersion |
DLFileEntryService.cancelCheckOut(long fileEntryId) |
static DLFileVersion |
DLFileEntryLocalServiceUtil.cancelCheckOut(long userId,
long fileEntryId) |
DLFileVersion |
DLFileEntryLocalService.cancelCheckOut(long userId,
long fileEntryId) |
DLFileVersion |
DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId,
long fileEntryId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.createDLFileVersion(long fileVersionId)
Creates a new document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.createDLFileVersion(long fileVersionId)
Creates a new document library file version with the primary key.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.createDLFileVersion(long fileVersionId)
Creates a new document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.fetchDLFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalService.fetchDLFileVersion(long fileVersionId) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.fetchDLFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.fetchDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalService.fetchDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.fetchDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionLocalService.fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionServiceWrapper.getFileVersion(long fileVersionId) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionService.getFileVersion(long fileVersionId) |
static DLFileVersion |
DLFileVersionServiceUtil.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId,
String version) |
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileEntryId,
String version) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId,
String version) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersionByUuidAndGroupId(String uuid,
long groupId) |
DLFileVersion |
DLFileVersionLocalService.getFileVersionByUuidAndGroupId(String uuid,
long groupId) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersionByUuidAndGroupId(String uuid,
long groupId) |
DLFileVersion |
DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId) |
DLFileVersion |
DLFileVersionService.getLatestFileVersion(long fileEntryId) |
static DLFileVersion |
DLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionService.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
static DLFileVersion |
DLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long userId,
long fileEntryId) |
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long userId,
long fileEntryId) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long userId,
long fileEntryId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
CTPersistence<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getCTPersistence() |
CTPersistence<DLFileVersion> |
DLFileVersionLocalService.getCTPersistence() |
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getDLFileVersions(int start,
int end)
Returns a range of all the document library file versions.
|
List<DLFileVersion> |
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.
|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file versions matching the UUID and company.
|
List<DLFileVersion> |
DLFileVersionLocalService.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)
Returns all the document library file versions matching the UUID and company.
|
List<DLFileVersion> |
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.
|
List<DLFileVersion> |
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,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns a range of document library file versions matching the UUID and company.
|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId,
int status) |
List<DLFileVersion> |
DLFileVersionLocalService.getFileVersions(long fileEntryId,
int status) |
List<DLFileVersion> |
DLFileVersionServiceWrapper.getFileVersions(long fileEntryId,
int status) |
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getFileVersions(long fileEntryId,
int status) |
List<DLFileVersion> |
DLFileVersionService.getFileVersions(long fileEntryId,
int status) |
static List<DLFileVersion> |
DLFileVersionServiceUtil.getFileVersions(long fileEntryId,
int status) |
Class<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getModelClass() |
Class<DLFileVersion> |
DLFileVersionLocalService.getModelClass() |
Modifier and Type | Method and Description |
---|---|
DLFileVersion |
DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
DLFileVersion |
DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateStatus(long userId,
DLFileEntry dlFileEntry,
DLFileVersion dlFileVersion,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext) |
DLFileEntry |
DLFileEntryLocalService.updateStatus(long userId,
DLFileEntry dlFileEntry,
DLFileVersion dlFileVersion,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateStatus(long userId,
DLFileEntry dlFileEntry,
DLFileVersion dlFileVersion,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext) |
Modifier and Type | Method and Description |
---|---|
List<DLFileVersion> |
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.
|
List<DLFileVersion> |
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,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns a range of document library file versions matching the UUID and company.
|
<R,E extends Throwable> |
DLFileVersionLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileVersion>,R,E> updateUnsafeFunction) |
<R,E extends Throwable> |
DLFileVersionLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileVersion>,R,E> updateUnsafeFunction) |
Modifier and Type | Method and Description |
---|---|
static DLFileVersion |
DLFileVersionUtil.create(long fileVersionId)
Creates a new document library file version with the primary key.
|
DLFileVersion |
DLFileVersionPersistence.create(long fileVersionId)
Creates a new document library file version with the primary key.
|
static DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or returns
null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or returns
null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version,
boolean useFinderCache)
Returns the document library file version where fileEntryId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version,
boolean useFinderCache)
Returns the document library file version where fileEntryId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or returns
null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or returns
null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or returns
null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or returns
null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByUUID_G(String uuid,
long groupId,
boolean useFinderCache)
Returns the document library file version where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DLFileVersion |
DLFileVersionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean useFinderCache)
Returns the document library file version where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 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 ≠ ?.
|
DLFileVersion[] |
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.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or throws a
NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or throws a
NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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_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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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.findByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or throws a
NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or throws a
NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or throws a
NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or throws a
NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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.remove(long fileVersionId)
Removes the document library file version with the primary key from the database.
|
DLFileVersion |
DLFileVersionPersistence.remove(long fileVersionId)
Removes the document library file version with the primary key from the database.
|
static DLFileVersion |
DLFileVersionUtil.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database.
|
DLFileVersion |
DLFileVersionPersistence.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database.
|
static DLFileVersion |
DLFileVersionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database.
|
DLFileVersion |
DLFileVersionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database.
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion) |
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
ServiceContext serviceContext) |
static DLFileVersion |
DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion) |
DLFileVersion |
DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,DLFileVersion> |
DLFileVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<DLFileVersion> |
DLFileVersionUtil.findAll()
Returns all the document library file versions.
|
List<DLFileVersion> |
DLFileVersionPersistence.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.
|
List<DLFileVersion> |
DLFileVersionPersistence.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.
|
List<DLFileVersion> |
DLFileVersionPersistence.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.
|
List<DLFileVersion> |
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.findByC_NotS(long companyId,
int status)
Returns all the document library file versions where companyId = ? and status ≠ ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 ≠ ?.
|
List<DLFileVersion> |
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 ≠ ?.
|
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 ≠ ?.
|
List<DLFileVersion> |
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 ≠ ?.
|
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 ≠ ?.
|
List<DLFileVersion> |
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.findByCompanyId(long companyId)
Returns all the document library file versions where companyId = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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.findByF_S(long fileEntryId,
int status)
Returns all the document library file versions where fileEntryId = ? and status = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 status,
int start,
int end)
Returns a range of all the document library file versions where fileEntryId = ? and status = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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.findByFileEntryId(long fileEntryId)
Returns all the document library file versions where fileEntryId = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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_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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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.findByMimeType(String mimeType)
Returns all the document library file versions where mimeType = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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.findByUuid_C(String uuid,
long companyId)
Returns all the document library file versions where uuid = ? and companyId = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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(String uuid)
Returns all the document library file versions where uuid = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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.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) |
Modifier and Type | Method and Description |
---|---|
static void |
DLFileVersionUtil.cacheResult(DLFileVersion dlFileVersion)
Caches the document library file version in the entity cache if it is enabled.
|
void |
DLFileVersionPersistence.cacheResult(DLFileVersion dlFileVersion)
Caches the document library file version in the entity cache if it is enabled.
|
static void |
DLFileVersionUtil.clearCache(DLFileVersion dlFileVersion) |
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion) |
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
ServiceContext serviceContext) |
static DLFileVersion |
DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion) |
DLFileVersion |
DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion) |
Modifier and Type | Method and Description |
---|---|
static void |
DLFileVersionUtil.cacheResult(List<DLFileVersion> dlFileVersions)
Caches the document library file versions in the entity cache if it is enabled.
|
void |
DLFileVersionPersistence.cacheResult(List<DLFileVersion> dlFileVersions)
Caches the document library file versions in the entity cache if it is enabled.
|
static DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions.
|
List<DLFileVersion> |
DLFileVersionPersistence.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.
|
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the document library file versions.
|
static DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 ≠ ?.
|
DLFileVersion |
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 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 ≠ ?.
|
DLFileVersion[] |
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 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 ≠ ?.
|
List<DLFileVersion> |
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 ≠ ?.
|
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 ≠ ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 DLFileVersion |
DLFileVersionUtil.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 = ?.
|
DLFileVersion |
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 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
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 = ?.
|
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 = ?.
|
List<DLFileVersion> |
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 DLFileVersion |
DLFileVersionUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?.
|
static DLFileVersion |
DLFileVersionUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?.
|
DLFileVersion |
DLFileVersionPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last 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 = ?.
|
DLFileVersion[] |
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 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 = ?.
|
List<DLFileVersion> |
DLFileVersionPersistence.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 = ?.
|
List<DLFileVersion> |
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.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
DL.startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext) |
static void |
DLUtil.startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
int |
DLFileVersionVersionComparator.compare(DLFileVersion dlFileVersion1,
DLFileVersion dlFileVersion2) |
Modifier and Type | Method and Description |
---|---|
DLVersionNumberIncrease |
VersioningStrategy.computeDLVersionNumberIncrease(DLFileVersion previousDLFileVersion,
DLFileVersion nextDLFileVersion) |