Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.documentlibrary.model.DLFileVersion

Packages that use DLFileVersion
com.liferay.portal.convert   
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.liferayrepository.util   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.documentlibrary.util.comparator   
 

Uses of DLFileVersion in com.liferay.portal.convert
 

Methods in com.liferay.portal.convert that return types with arguments of type DLFileVersion
protected  List<DLFileVersion> ConvertDocumentLibrary.getDLFileVersions(DLFileEntry dlFileEntry)
           
 

Uses of DLFileVersion in com.liferay.portal.repository.liferayrepository.model
 

Constructors in com.liferay.portal.repository.liferayrepository.model with parameters of type DLFileVersion
LiferayFileVersion(DLFileVersion dlFileVersion)
           
LiferayFileVersion(DLFileVersion dlFileVersion, boolean escapedModel)
           
 

Uses of DLFileVersion in com.liferay.portal.repository.liferayrepository.util
 

Method parameters in com.liferay.portal.repository.liferayrepository.util with type arguments of type DLFileVersion
 List<FileVersion> LiferayBase.toFileVersions(List<DLFileVersion> dlFileVersions)
           
 

Uses of DLFileVersion in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return DLFileVersion
 DLFileVersion DataFactory.addDLFileVersion(DLFileEntry dlFileEntry)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.model
 

Classes in com.liferay.portlet.documentlibrary.model that implement DLFileVersion
 class DLFileVersionWrapper
           This class is a wrapper for DLFileVersion.
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileVersion
 DLFileVersion DLFileEntryMetadataWrapper.getFileVersion()
           
 DLFileVersion DLFileEntryMetadata.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)
           
 DLFileVersion DLFileVersionWrapper.getWrappedDLFileVersion()
          Deprecated. Renamed to DLFileVersionWrapper.getWrappedModel()
 DLFileVersion DLFileVersionWrapper.getWrappedModel()
           
 DLFileVersion DLFileVersionModel.toEscapedModel()
           
 DLFileVersion DLFileVersionWrapper.toEscapedModel()
           
 DLFileVersion DLFileVersionModel.toUnescapedModel()
           
 DLFileVersion DLFileVersionWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileEntryWrapper.getFileVersions(int status)
           
 List<DLFileVersion> DLFileEntry.getFileVersions(int status)
           
 CacheModel<DLFileVersion> DLFileVersionModel.toCacheModel()
           
 CacheModel<DLFileVersion> DLFileVersionWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileVersion
 int DLFileVersionModel.compareTo(DLFileVersion dlFileVersion)
           
 int DLFileVersionWrapper.compareTo(DLFileVersion dlFileVersion)
           
 void DLFileEntryWrapper.setFileVersion(DLFileVersion dlFileVersion)
           
 void DLFileEntry.setFileVersion(DLFileVersion dlFileVersion)
           
static DLFileVersionSoap DLFileVersionSoap.toSoapModel(DLFileVersion model)
           
static DLFileVersionSoap[] DLFileVersionSoap.toSoapModels(DLFileVersion[] models)
           
static DLFileVersionSoap[][] DLFileVersionSoap.toSoapModels(DLFileVersion[][] models)
           
 

Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileVersion
static DLFileVersionSoap[] DLFileVersionSoap.toSoapModels(List<DLFileVersion> models)
           
 

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileVersion
DLFileVersionWrapper(DLFileVersion dlFileVersion)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileVersion
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileVersion
 DLFileVersion DLFileEntryImpl.getFileVersion()
           
 DLFileVersion DLFileEntryMetadataImpl.getFileVersion()
           
 DLFileVersion DLFileEntryImpl.getFileVersion(String version)
           
 DLFileVersion DLFileEntryImpl.getLatestFileVersion(boolean trusted)
           
 DLFileVersion DLFileVersionCacheModel.toEntityModel()
           
 DLFileVersion DLFileVersionModelImpl.toEscapedModel()
           
static DLFileVersion DLFileVersionModelImpl.toModel(DLFileVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 DLFileVersion DLFileVersionModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileEntryImpl.getFileVersions(int status)
           
 CacheModel<DLFileVersion> DLFileVersionModelImpl.toCacheModel()
           
static List<DLFileVersion> DLFileVersionModelImpl.toModels(DLFileVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileVersion
 int DLFileVersionModelImpl.compareTo(DLFileVersion dlFileVersion)
           
 void DLFileEntryImpl.setFileVersion(DLFileVersion dlFileVersion)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileVersion
static DLFileVersion DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 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 DLFileEntryServiceUtil.cancelCheckOut(long fileEntryId)
           
 DLFileVersion DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId)
           
 DLFileVersion DLFileEntryService.cancelCheckOut(long fileEntryId)
           
 DLFileVersion DLFileEntryLocalService.cancelCheckOut(long userId, long fileEntryId)
           
static DLFileVersion DLFileEntryLocalServiceUtil.cancelCheckOut(long userId, long fileEntryId)
           
 DLFileVersion DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId, long fileEntryId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.createDLFileVersion(long fileVersionId)
          Creates a new document library file version with the primary key.
 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.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from 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(long fileVersionId)
          Deletes the document library file version with the primary key 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.fetchDLFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.fetchDLFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalService.fetchDLFileVersion(long fileVersionId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
          Returns the document library file version with the primary key.
 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.getDLFileVersionByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file version with the UUID in the group.
 DLFileVersion DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file version with the UUID in the group.
 DLFileVersion DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file version with the UUID in the group.
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionService.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionServiceWrapper.getFileVersion(long fileVersionId)
           
static DLFileVersion DLFileVersionServiceUtil.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long fileVersionId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId, String version)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId, String version)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long fileEntryId, String version)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersionByUuidAndGroupId(String uuid, long groupId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersionByUuidAndGroupId(String uuid, long groupId)
           
 DLFileVersion DLFileVersionLocalService.getFileVersionByUuidAndGroupId(String uuid, long groupId)
           
 DLFileVersion DLFileVersionService.getLatestFileVersion(long fileEntryId)
           
 DLFileVersion DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId)
           
static DLFileVersion DLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy)
           
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getLatestFileVersion(long userId, long fileEntryId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getLatestFileVersion(long userId, long fileEntryId)
           
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long userId, long fileEntryId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 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, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileVersion
static List<DLFileVersion> DLFileVersionLocalServiceUtil.getDLFileVersions(int start, int end)
          Returns a range of all the document library file versions.
 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.getFileVersions(long fileEntryId, int status)
           
 List<DLFileVersion> DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId, int status)
           
 List<DLFileVersion> DLFileVersionLocalService.getFileVersions(long fileEntryId, int status)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileVersion
static DLFileVersion DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 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.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from 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.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 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, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileVersion
 DLFileVersion DLFileVersionLocalServiceBaseImpl.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.createDLFileVersion(long fileVersionId)
          Creates a new document library file version with the primary key.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(long fileVersionId)
          Deletes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.fetchDLFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceBaseImpl.getDLFileVersion(long fileVersionId)
          Returns the document library file version with the primary key.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.getDLFileVersionByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file version with the UUID in the group.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionLocalServiceBaseImpl.getDLFileVersions(int start, int end)
          Returns a range of all the document library file versions.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileVersion
 DLFileVersion DLFileVersionLocalServiceBaseImpl.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the document library file version in the database or adds it if it does not yet exist.
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileVersion
static DLFileVersion DLFileEntryServiceHttp.cancelCheckOut(HttpPrincipal httpPrincipal, long fileEntryId)
           
static DLFileVersion DLFileVersionServiceHttp.getFileVersion(HttpPrincipal httpPrincipal, long fileVersionId)
           
static DLFileVersion DLFileVersionServiceHttp.getLatestFileVersion(HttpPrincipal httpPrincipal, long fileEntryId)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileVersion
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry dlFileEntry, Date modifiedDate, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,Fields> fieldsMap, String version, long size, int status, ServiceContext serviceContext)
           
 DLFileVersion DLFileEntryServiceImpl.cancelCheckOut(long fileEntryId)
           
 DLFileVersion DLFileEntryLocalServiceImpl.cancelCheckOut(long userId, long fileEntryId)
           
 DLFileVersion DLFileVersionServiceImpl.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getFileVersion(long fileEntryId, String version)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getFileVersionByUuidAndGroupId(String uuid, long groupId)
           
 DLFileVersion DLFileVersionServiceImpl.getLatestFileVersion(long fileEntryId)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getLatestFileVersion(long userId, long fileEntryId)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion dlFileVersion, String sourceFileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,Fields> fieldsMap, String version, long size, int status, Date statusDate, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionLocalServiceImpl.getFileVersions(long fileEntryId, int status)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileVersion
protected  void DLFileEntryLocalServiceImpl.convertExtraSettings(DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, String[] keys)
           
protected  boolean DLFileEntryLocalServiceImpl.isKeepFileVersionLabel(DLFileEntry dlFileEntry, DLFileVersion lastDLFileVersion, DLFileVersion latestDLFileVersion, int workflowAction)
           
protected  void DLFileEntryLocalServiceImpl.removeFileVersion(DLFileEntry dlFileEntry, DLFileVersion dlFileVersion)
           
protected  void DLFileEntryLocalServiceImpl.startWorkflowInstance(long userId, ServiceContext serviceContext, DLFileVersion dlFileVersion, String syncEventType)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion dlFileVersion, String sourceFileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,Fields> fieldsMap, String version, long size, int status, Date statusDate, ServiceContext serviceContext)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileVersion
 DLFileVersion DLFileVersionPersistence.create(long fileVersionId)
          Creates a new document library file version with the primary key.
static DLFileVersion DLFileVersionUtil.create(long fileVersionId)
          Creates a new document library file version with the primary key.
 DLFileVersion DLFileVersionPersistenceImpl.create(long fileVersionId)
          Creates a new document library file version with the primary key.
 DLFileVersion DLFileVersionPersistence.fetchByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 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)
          Returns the document library file version where fileEntryId = ? and version = ? or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.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, boolean retrieveFromCache)
          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.fetchByF_V(long fileEntryId, String version, boolean retrieveFromCache)
          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 DLFileVersionPersistenceImpl.fetchByF_V(long fileEntryId, String version, boolean retrieveFromCache)
          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.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator 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_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator 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_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 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.fetchByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library file version with the primary key or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 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)
          Returns the document library file version where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.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, boolean retrieveFromCache)
          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_G(String uuid, long groupId, boolean retrieveFromCache)
          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 DLFileVersionPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator 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[] DLFileVersionPersistenceImpl.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator 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_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.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 DLFileVersionPersistenceImpl.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.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion[] DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator 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[] DLFileVersionPersistenceImpl.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator 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_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator 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_First(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_T_V_First(long groupId, long folderId, String title, String version, OrderByComparator 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_Last(long groupId, long folderId, String title, String version, OrderByComparator 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_Last(long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_T_V_Last(long groupId, long folderId, String title, String version, OrderByComparator 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_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_T_V_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator 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[] DLFileVersionPersistenceImpl.findByG_F_T_V_PrevAndNext(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator 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.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistence.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
static DLFileVersion DLFileVersionUtil.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where mimeType = ?.
 DLFileVersion[] DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
static DLFileVersion[] DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByMimeType_PrevAndNext(long fileVersionId, String mimeType, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.
 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.findByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file version with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 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_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 DLFileVersionPersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
protected  DLFileVersion DLFileVersionPersistenceImpl.getByF_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByFileEntryId_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_T_V_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String title, String version, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileVersion dlFileVersion, String mimeType, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileVersion dlFileVersion, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 DLFileVersion DLFileVersionPersistence.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
static DLFileVersion DLFileVersionUtil.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file version with the primary key 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.removeByF_V(long fileEntryId, String version)
          Removes the document library file version where fileEntryId = ? and version = ? from the database.
 DLFileVersion DLFileVersionPersistenceImpl.removeByF_V(long fileEntryId, String version)
          Removes the document library file version where fileEntryId = ? and version = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the document library file version where uuid = ? and groupId = ? from the database.
 DLFileVersion DLFileVersionPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library file version where uuid = ? and groupId = ? from the database.
protected  DLFileVersion DLFileVersionPersistenceImpl.removeImpl(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.toUnwrappedModel(DLFileVersion dlFileVersion)
           
static DLFileVersion DLFileVersionUtil.update(DLFileVersion dlFileVersion, boolean merge)
           
static DLFileVersion DLFileVersionUtil.update(DLFileVersion dlFileVersion, boolean merge, ServiceContext serviceContext)
           
 DLFileVersion DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
static DLFileVersion DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
 DLFileVersion DLFileVersionPersistenceImpl.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionPersistence.findAll()
          Returns all the document library file versions.
static List<DLFileVersion> DLFileVersionUtil.findAll()
          Returns all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
static List<DLFileVersion> DLFileVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions.
 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)
          Returns all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, 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)
          Returns a range of all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByF_S(long fileEntryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByFileEntryId(long fileEntryId)
          Returns all the document library file versions where fileEntryId = ?.
static List<DLFileVersion> DLFileVersionUtil.findByFileEntryId(long fileEntryId)
          Returns all the document library file versions where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByFileEntryId(long fileEntryId)
          Returns 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)
          Returns a range of all the document library file versions where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where fileEntryId = ?.
 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)
          Returns all the document library file versions where groupId = ? and folderId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, 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)
          Returns a range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_S(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.
 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)
          Returns all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, 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)
          Returns a range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_T_V(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByMimeType(String mimeType)
          Returns all the document library file versions where mimeType = ?.
static List<DLFileVersion> DLFileVersionUtil.findByMimeType(String mimeType)
          Returns all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByMimeType(String mimeType)
          Returns 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)
          Returns a range of all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file versions where mimeType = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByUuid(String uuid)
          Returns all the document library file versions where uuid = ?.
static List<DLFileVersion> DLFileVersionUtil.findByUuid(String uuid)
          Returns all the document library file versions where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the document library file versions where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file versions where uuid = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileVersion
 void DLFileVersionPersistence.cacheResult(DLFileVersion dlFileVersion)
          Caches the document library file version in the entity cache if it is enabled.
static void DLFileVersionUtil.cacheResult(DLFileVersion dlFileVersion)
          Caches the document library file version in the entity cache if it is enabled.
 void DLFileVersionPersistenceImpl.cacheResult(DLFileVersion dlFileVersion)
          Caches the document library file version in the entity cache if it is enabled.
protected  void DLFileVersionPersistenceImpl.cacheUniqueFindersCache(DLFileVersion dlFileVersion)
           
static void DLFileVersionUtil.clearCache(DLFileVersion dlFileVersion)
           
 void DLFileVersionPersistenceImpl.clearCache(DLFileVersion dlFileVersion)
          Clears the cache for the document library file version.
protected  void DLFileVersionPersistenceImpl.clearUniqueFindersCache(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByF_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByFileEntryId_PrevAndNext(Session session, DLFileVersion dlFileVersion, long fileEntryId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_T_V_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String title, String version, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileVersion dlFileVersion, String mimeType, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileVersion dlFileVersion, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.removeImpl(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.toUnwrappedModel(DLFileVersion dlFileVersion)
           
static DLFileVersion DLFileVersionUtil.update(DLFileVersion dlFileVersion, boolean merge)
           
static DLFileVersion DLFileVersionUtil.update(DLFileVersion dlFileVersion, boolean merge, ServiceContext serviceContext)
           
 DLFileVersion DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
static DLFileVersion DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
 DLFileVersion DLFileVersionPersistenceImpl.updateImpl(DLFileVersion dlFileVersion, boolean merge)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileVersion
 void DLFileVersionPersistence.cacheResult(List<DLFileVersion> dlFileVersions)
          Caches the document library file versions in the entity cache if it is enabled.
static void DLFileVersionUtil.cacheResult(List<DLFileVersion> dlFileVersions)
          Caches the document library file versions in the entity cache if it is enabled.
 void DLFileVersionPersistenceImpl.cacheResult(List<DLFileVersion> dlFileVersions)
          Caches the document library file versions in the entity cache if it is enabled.
 void DLFileVersionPersistenceImpl.clearCache(List<DLFileVersion> dlFileVersions)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileVersion
protected  void DLIndexer.addFileEntryTypeAttributes(Document document, DLFileVersion dlFileVersion)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.util.comparator
 

Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type DLFileVersion
 int FileVersionVersionComparator.compare(DLFileVersion dlFileVersion1, DLFileVersion dlFileVersion2)
           
 


Liferay 6.1.2-ce-ga3