Liferay 7.0-ce-b4

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

Packages that use DLFileEntry
com.liferay.portal.repository.capabilities   
com.liferay.portal.repository.capabilities.util   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.liferayrepository.util   
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.permission   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.documentlibrary.util.comparator   
com.liferay.portlet.documentlibrary.util.test   
 

Uses of DLFileEntry in com.liferay.portal.repository.capabilities
 

Methods in com.liferay.portal.repository.capabilities that return DLFileEntry
protected  DLFileEntry LiferayThumbnailCapability.getDLFileEntry(FileEntry fileEntry)
           
protected  DLFileEntry LiferayRelatedModelCapability.getDLFileEntry(FileEntry fileEntry)
           
 

Methods in com.liferay.portal.repository.capabilities with parameters of type DLFileEntry
protected  void LiferayTrashCapability.deleteTrashEntry(DLFileEntry dlFileEntry)
           
protected  FileEntry LiferayThumbnailCapability.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 

Uses of DLFileEntry in com.liferay.portal.repository.capabilities.util
 

Methods in com.liferay.portal.repository.capabilities.util that return DLFileEntry
 DLFileEntry RepositoryEntryChecker.checkDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryServiceAdapter.fetchDLFileEntryByImageId(long imageId)
           
 DLFileEntry RepositoryEntryConverter.getDLFileEntry(FileEntry fileEntry)
           
 DLFileEntry DLFileEntryServiceAdapter.getDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceAdapter.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portal.repository.capabilities.util that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryServiceAdapter.getGroupFileEntries(long groupId, int userId, long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

Methods in com.liferay.portal.repository.capabilities.util with parameters of type DLFileEntry
 DLFileEntry RepositoryEntryChecker.checkDLFileEntry(DLFileEntry dlFileEntry)
           
 

Method parameters in com.liferay.portal.repository.capabilities.util with type arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryServiceAdapter.getGroupFileEntries(long groupId, int userId, long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

Uses of DLFileEntry in com.liferay.portal.repository.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository with parameters of type DLFileEntry
protected  void LiferayRepositoryBase.addFileEntryResources(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portal.repository.liferayrepository.model that return DLFileEntry
 DLFileEntry LiferayFileEntry.getDLFileEntry()
           
 

Constructors in com.liferay.portal.repository.liferayrepository.model with parameters of type DLFileEntry
LiferayFileEntry(DLFileEntry dlFileEntry)
           
LiferayFileEntry(DLFileEntry fileEntry, boolean escapedModel)
           
 

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

Method parameters in com.liferay.portal.repository.liferayrepository.util with type arguments of type DLFileEntry
 List<FileEntry> LiferayBase.toFileEntries(List<DLFileEntry> dlFileEntries)
          Deprecated.  
 

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

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

Fields in com.liferay.portlet.documentlibrary.model with type parameters of type DLFileEntry
static Accessor<DLFileEntry,Long> DLFileEntry.FILE_ENTRY_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntry
 DLFileEntry DLFileVersionWrapper.getFileEntry()
           
 DLFileEntry DLFileVersion.getFileEntry()
           
 DLFileEntry DLFileEntryWrapper.getWrappedModel()
           
 DLFileEntry DLFileEntryWrapper.toEscapedModel()
           
 DLFileEntry DLFileEntryModel.toEscapedModel()
           
 DLFileEntry DLFileEntryWrapper.toUnescapedModel()
           
 DLFileEntry DLFileEntryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileEntry
 CacheModel<DLFileEntry> DLFileEntryWrapper.toCacheModel()
           
 CacheModel<DLFileEntry> DLFileEntryModel.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntry
 int DLFileEntryWrapper.compareTo(DLFileEntry dlFileEntry)
           
 int DLFileEntryModel.compareTo(DLFileEntry dlFileEntry)
           
static DLFileEntrySoap DLFileEntrySoap.toSoapModel(DLFileEntry model)
           
static DLFileEntrySoap[] DLFileEntrySoap.toSoapModels(DLFileEntry[] models)
           
static DLFileEntrySoap[][] DLFileEntrySoap.toSoapModels(DLFileEntry[][] models)
           
 

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

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntry
DLFileEntryWrapper(DLFileEntry dlFileEntry)
           
 

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileEntry
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileEntry
 DLFileEntry DLFileVersionImpl.getFileEntry()
           
 DLFileEntry DLFileEntryCacheModel.toEntityModel()
           
 DLFileEntry DLFileEntryModelImpl.toEscapedModel()
           
static DLFileEntry DLFileEntryModelImpl.toModel(DLFileEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileEntry
 CacheModel<DLFileEntry> DLFileEntryModelImpl.toCacheModel()
           
static List<DLFileEntry> DLFileEntryModelImpl.toModels(DLFileEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileEntry
 int DLFileEntryModelImpl.compareTo(DLFileEntry dlFileEntry)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntry
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.checkOutFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryService.checkOutFileEntry(long, ServiceContext)
 DLFileEntry DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceWrapper.checkOutFileEntry(long, ServiceContext)
static DLFileEntry DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceUtil.checkOutFileEntry(long, ServiceContext)
static DLFileEntry DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceUtil.checkOutFileEntry(long, long, ServiceContext)
 DLFileEntry DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalService.checkOutFileEntry(long, long, ServiceContext)
 DLFileEntry DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceWrapper.checkOutFileEntry(long, long, ServiceContext)
static DLFileEntry DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceUtil.checkOutFileEntry(long, long, String, long, ServiceContext)
 DLFileEntry DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalService.checkOutFileEntry(long, long, String, long, ServiceContext)
 DLFileEntry DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceWrapper.checkOutFileEntry(long, long, String, long, ServiceContext)
static DLFileEntry DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.checkOutFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryService.checkOutFileEntry(long, String, long, ServiceContext)
 DLFileEntry DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceWrapper.checkOutFileEntry(long, String, long, ServiceContext)
static DLFileEntry DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceUtil.checkOutFileEntry(long, String, long, ServiceContext)
 DLFileEntry DLFileEntryService.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.copyFileEntry(long userId, long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.copyFileEntry(long userId, long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.copyFileEntry(long userId, long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.createDLFileEntry(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalService.createDLFileEntry(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceWrapper.createDLFileEntry(long fileEntryId)
          Creates a new document library file entry with the primary key.
static DLFileEntry DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
static DLFileEntry DLFileEntryLocalServiceUtil.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
static DLFileEntry DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry dlFileEntry)
           
static DLFileEntry DLFileEntryLocalServiceUtil.deleteFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.deleteFileEntry(long userId, long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(long userId, long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteFileEntry(long userId, long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.deleteFileVersion(long userId, long fileEntryId, String version)
           
 DLFileEntry DLFileEntryLocalService.deleteFileVersion(long userId, long fileEntryId, String version)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteFileVersion(long userId, long fileEntryId, String version)
           
static DLFileEntry DLFileEntryLocalServiceUtil.fetchDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.fetchDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchDLFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.fetchDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalService.fetchDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
static DLFileEntry DLFileEntryLocalServiceUtil.fetchFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalService.fetchFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchFileEntry(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryLocalServiceUtil.fetchFileEntryByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryLocalService.fetchFileEntryByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchFileEntryByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.fetchFileEntryByFileName(long groupId, long folderId, String fileName)
           
 DLFileEntry DLFileEntryLocalService.fetchFileEntryByFileName(long groupId, long folderId, String fileName)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchFileEntryByFileName(long groupId, long folderId, String fileName)
           
 DLFileEntry DLFileEntryService.fetchFileEntryByImageId(long imageId)
           
 DLFileEntry DLFileEntryServiceWrapper.fetchFileEntryByImageId(long imageId)
           
static DLFileEntry DLFileEntryServiceUtil.fetchFileEntryByImageId(long imageId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.fetchFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalService.fetchFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.fetchFileEntryByName(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
          Returns the document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
          Returns the document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
          Returns the document library file entry with the primary key.
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryService.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntry(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByName(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 DLFileEntry DLFileEntryLocalService.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 DLFileEntry DLFileEntryService.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntry
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDDMStructureFileEntries(long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalService.getDDMStructureFileEntries(long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDDMStructureFileEntries(long[] ddmStructureIds)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDDMStructureFileEntries(long groupId, long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalService.getDDMStructureFileEntries(long groupId, long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDDMStructureFileEntries(long groupId, long[] ddmStructureIds)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntries(int start, int end)
          Returns a range of all the document library file entries.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntries(int start, int end)
          Returns a range of all the document library file entries.
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntries(int start, int end)
          Returns a range of all the document library file entries.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entries matching the UUID and company.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getExtraSettingsFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getExtraSettingsFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getExtraSettingsFileEntries(int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long folderId, String name)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getMisversionedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getMisversionedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getMisversionedFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getNoAssetFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getOrphanedFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getRepositoryFileEntries(long repositoryId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getRepositoryFileEntries(long repositoryId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getRepositoryFileEntries(long repositoryId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntry
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
static DLFileEntry DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
static DLFileEntry DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry dlFileEntry)
           
static void DLFileEntryLocalServiceUtil.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
 void DLFileEntryLocalService.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
 void DLFileEntryLocalServiceWrapper.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DLFileEntry
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static int DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
static int DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileEntry
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.createDLFileEntry(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.fetchDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.fetchDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntry(long fileEntryId)
          Returns the document library file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry matching the UUID and group.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry 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 DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntries(int start, int end)
          Returns a range of all the document library file entries.
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entries matching the UUID and company.
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileEntry
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service.base with type arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns a range of document library file entries matching the UUID and company.
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileEntry
static DLFileEntry DLFileEntryServiceHttp.addFileEntry(HttpPrincipal httpPrincipal, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.checkOutFileEntry(HttpPrincipal httpPrincipal, long fileEntryId)
           
static DLFileEntry DLFileEntryServiceHttp.checkOutFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.checkOutFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, String owner, long expirationTime)
           
static DLFileEntry DLFileEntryServiceHttp.checkOutFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.copyFileEntry(HttpPrincipal httpPrincipal, long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.fetchFileEntryByImageId(HttpPrincipal httpPrincipal, long imageId)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntry(HttpPrincipal httpPrincipal, long fileEntryId)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntryByUuidAndGroupId(HttpPrincipal httpPrincipal, String uuid, long groupId)
           
static DLFileEntry DLFileEntryServiceHttp.moveFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.updateStatus(HttpPrincipal httpPrincipal, long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.http that return types with arguments of type DLFileEntry
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DLFileEntry
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getFileEntries(HttpPrincipal httpPrincipal, long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static List<DLFileEntry> DLFileEntryServiceHttp.getGroupFileEntries(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileEntry
 DLFileEntry DLFileEntryLocalServiceImpl.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.checkOutFileEntry(long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceImpl.checkOutFileEntry(long, ServiceContext)
 DLFileEntry DLFileEntryLocalServiceImpl.checkOutFileEntry(long userId, long fileEntryId)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceImpl.checkOutFileEntry(long, long, ServiceContext)
 DLFileEntry DLFileEntryLocalServiceImpl.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryLocalServiceImpl.checkOutFileEntry(long, long, String, long, ServiceContext)
 DLFileEntry DLFileEntryLocalServiceImpl.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.checkOutFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. As of 6.2.0, replaced by DLFileEntryServiceImpl.checkOutFileEntry(long, String, long, ServiceContext)
 DLFileEntry DLFileEntryServiceImpl.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.copyFileEntry(long userId, long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(long userId, long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileVersion(long userId, long fileEntryId, String version)
           
 DLFileEntry DLFileEntryLocalServiceImpl.fetchFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalServiceImpl.fetchFileEntryByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.fetchFileEntryByFileName(long groupId, long folderId, String fileName)
           
 DLFileEntry DLFileEntryServiceImpl.fetchFileEntryByImageId(long imageId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.fetchFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntry(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntryByName(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
protected  DLFileEntry DLFileEntryLocalServiceImpl.moveFileEntryImpl(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
protected  DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String extension, String mimeType, String title, String description, String changeLog, boolean majorVersion, String extraSettings, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryTypeLocalServiceImpl.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 DLFileEntry DLFileEntryServiceImpl.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getDDMStructureFileEntries(long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getDDMStructureFileEntries(long groupId, long[] ddmStructureIds)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getExtraSettingsFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getMisversionedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getRepositoryFileEntries(long repositoryId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileEntry
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry dlFileEntry, String fileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, String version, long size, int status, ServiceContext serviceContext)
           
protected  void DLFileEntryLocalServiceImpl.convertExtraSettings(DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, String[] keys)
           
protected  void DLFileEntryLocalServiceImpl.convertExtraSettings(DLFileEntry dlFileEntry, String[] keys)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(DLFileEntry dlFileEntry)
           
protected  String DLFileEntryLocalServiceImpl.getNextVersion(DLFileEntry dlFileEntry, boolean majorVersion, int workflowAction)
           
 void DLFileEntryLocalServiceImpl.incrementViewCounter(DLFileEntry dlFileEntry, int increment)
           
protected  boolean DLFileEntryLocalServiceImpl.isKeepFileVersionLabel(DLFileEntry dlFileEntry, DLFileVersion lastDLFileVersion, DLFileVersion latestDLFileVersion, ServiceContext serviceContext)
           
protected  void DLFileEntryLocalServiceImpl.reindex(DLFileEntry dlFileEntry)
           
protected  void DLFileEntryLocalServiceImpl.removeFileVersion(DLFileEntry dlFileEntry, DLFileVersion dlFileVersion)
           
 DLFileEntry DLFileEntryTypeLocalServiceImpl.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 int DLFileEntryLocalServiceImpl.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryLocalServiceImpl.getFileEntriesCount(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryLocalServiceImpl.getFileEntriesCount(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> obc)
           
 

Uses of DLFileEntry in com.liferay.portlet.documentlibrary.service.permission
 

Methods in com.liferay.portlet.documentlibrary.service.permission with parameters of type DLFileEntry
static void DLFileEntryPermission.check(PermissionChecker permissionChecker, DLFileEntry dlFileEntry, String actionId)
           
static boolean DLFileEntryPermission.contains(PermissionChecker permissionChecker, DLFileEntry dlFileEntry, String actionId)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileEntry
static DLFileEntry DLFileEntryUtil.create(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryPersistence.create(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryFinder.fetchByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryFinderUtil.fetchByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByG_F_FN(long groupId, long folderId, String fileName, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_FN(long groupId, long folderId, String fileName, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry DLFileEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry DLFileEntryUtil.fetchByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry DLFileEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
 DLFileEntry DLFileEntryFinder.findByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryFinderUtil.findByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry[] DLFileEntryUtil.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry[] DLFileEntryPersistence.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileEntry[] DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry[] DLFileEntryUtil.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.remove(long fileEntryId)
          Removes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistence.remove(long fileEntryId)
          Removes the document library file entry with the primary key from the database.
static DLFileEntry DLFileEntryUtil.removeByG_F_FN(long groupId, long folderId, String fileName)
          Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.
 DLFileEntry DLFileEntryPersistence.removeByG_F_FN(long groupId, long folderId, String fileName)
          Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.
static DLFileEntry DLFileEntryUtil.removeByG_F_N(long groupId, long folderId, String name)
          Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.
 DLFileEntry DLFileEntryPersistence.removeByG_F_N(long groupId, long folderId, String name)
          Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.
static DLFileEntry DLFileEntryUtil.removeByG_F_T(long groupId, long folderId, String title)
          Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.
 DLFileEntry DLFileEntryPersistence.removeByG_F_T(long groupId, long folderId, String title)
          Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.
static DLFileEntry DLFileEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry where uuid = ? and groupId = ? from the database.
 DLFileEntry DLFileEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry where uuid = ? and groupId = ? from the database.
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry)
           
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntry
static Map<Serializable,DLFileEntry> DLFileEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,DLFileEntry> DLFileEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId)
          Returns all the document library file entries that the user has permission to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId)
          Returns all the document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findAll()
          Returns all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll()
          Returns all the document library file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end)
          Returns a range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end)
          Returns a range of all the document library file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId)
          Returns all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId)
          Returns all the document library file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.findByDDMStructureIds(long[] ddmStructureIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByDDMStructureIds(long[] ddmStructureIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryFinder.findByDDMStructureIds(long groupId, long[] ddmStructureIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByDDMStructureIds(long groupId, long[] ddmStructureIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryFinder.findByExtraSettings(int start, int end)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByExtraSettings(int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name)
          Returns all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name)
          Returns all the document library file entries where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end)
          Returns a range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end)
          Returns a range of all the document library file entries where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId)
          Returns all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId)
          Returns all the document library file entries where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId)
          Returns all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId)
          Returns all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId)
          Returns all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId)
          Returns all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId)
          Returns all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId)
          Returns all the document library file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType)
          Returns all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType)
          Returns all the document library file entries where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end)
          Returns a range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end)
          Returns a range of all the document library file entries where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryFinder.findByMisversioned()
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByMisversioned()
           
 List<DLFileEntry> DLFileEntryFinder.findByNoAssets()
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinder.findByOrphanedFileEntries()
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByOrphanedFileEntries()
           
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId)
          Returns all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId)
          Returns all the document library file entries where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId)
          Returns all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId)
          Returns all the document library file entries where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entries where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entries where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid)
          Returns all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid)
          Returns all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileEntry
static void DLFileEntryUtil.cacheResult(DLFileEntry dlFileEntry)
          Caches the document library file entry in the entity cache if it is enabled.
 void DLFileEntryPersistence.cacheResult(DLFileEntry dlFileEntry)
          Caches the document library file entry in the entity cache if it is enabled.
static void DLFileEntryUtil.clearCache(DLFileEntry dlFileEntry)
           
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry)
           
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileEntry
static void DLFileEntryUtil.cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the document library file entries in the entity cache if it is enabled.
 void DLFileEntryPersistence.cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the document library file entries in the entity cache if it is enabled.
 int DLFileEntryFinder.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.countByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.countByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.countByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 int DLFileEntryFinder.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.filterCountByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.filterCountByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.filterCountByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.filterCountByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinder.filterCountByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.filterCountByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryFinder.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry DLFileEntryUtil.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistence.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry[] DLFileEntryUtil.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry[] DLFileEntryPersistence.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static List<DLFileEntry> DLFileEntryUtil.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryFinder.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileEntry[] DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
static List<DLFileEntry> DLFileEntryUtil.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
static DLFileEntry[] DLFileEntryUtil.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
           
 

Uses of DLFileEntry in com.liferay.portlet.documentlibrary.service.persistence.impl
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return DLFileEntry
 DLFileEntry DLFileEntryPersistenceImpl.create(long fileEntryId)
          Creates a new document library file entry with the primary key.
 DLFileEntry DLFileEntryFinderImpl.fetchByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_FN(long groupId, long folderId, String fileName, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
 DLFileEntry DLFileEntryFinderImpl.findByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_FN(long groupId, long folderId, String fileName)
          Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileEntry dlFileEntry, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByFileEntryTypeId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileEntry dlFileEntry, String mimeType, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByR_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
 DLFileEntry DLFileEntryPersistenceImpl.remove(long fileEntryId)
          Removes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.removeByG_F_FN(long groupId, long folderId, String fileName)
          Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.
 DLFileEntry DLFileEntryPersistenceImpl.removeByG_F_N(long groupId, long folderId, String name)
          Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.
 DLFileEntry DLFileEntryPersistenceImpl.removeByG_F_T(long groupId, long folderId, String title)
          Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.
 DLFileEntry DLFileEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry where uuid = ? and groupId = ? from the database.
protected  DLFileEntry DLFileEntryPersistenceImpl.removeImpl(DLFileEntry dlFileEntry)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.toUnwrappedModel(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryPersistenceImpl.updateImpl(DLFileEntry dlFileEntry)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return types with arguments of type DLFileEntry
protected  List<DLFileEntry> DLFileEntryFinderImpl.doFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition, boolean inlineSQLHelper)
           
 Map<Serializable,DLFileEntry> DLFileEntryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the document library file entries that the user has permission to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll()
          Returns all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId)
          Returns all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByDDMStructureIds(long[] ddmStructureIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByDDMStructureIds(long groupId, long[] ddmStructureIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByExtraSettings(int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name)
          Returns all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end)
          Returns a range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId)
          Returns all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId)
          Returns all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId)
          Returns all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId)
          Returns all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType)
          Returns all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end)
          Returns a range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByMisversioned()
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId)
          Returns all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId)
          Returns all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid)
          Returns all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl with parameters of type DLFileEntry
 void DLFileEntryPersistenceImpl.cacheResult(DLFileEntry dlFileEntry)
          Caches the document library file entry in the entity cache if it is enabled.
 void DLFileEntryPersistenceImpl.clearCache(DLFileEntry dlFileEntry)
          Clears the cache for the document library file entry.
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileEntry dlFileEntry, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByFileEntryTypeId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileEntry dlFileEntry, String mimeType, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByR_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.removeImpl(DLFileEntry dlFileEntry)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.toUnwrappedModel(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryPersistenceImpl.updateImpl(DLFileEntry dlFileEntry)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence.impl with type arguments of type DLFileEntry
 void DLFileEntryPersistenceImpl.cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the document library file entries in the entity cache if it is enabled.
 void DLFileEntryPersistenceImpl.clearCache(List<DLFileEntry> dlFileEntries)
           
 int DLFileEntryFinderImpl.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryFinderImpl.countByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.countByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.countByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
protected  int DLFileEntryFinderImpl.doCountByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition, boolean inlineSQLHelper)
           
protected  List<DLFileEntry> DLFileEntryFinderImpl.doFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition, boolean inlineSQLHelper)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 int DLFileEntryFinderImpl.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.filterCountByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.filterCountByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 int DLFileEntryFinderImpl.filterCountByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.filterFindByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByCompanyId(long companyId, QueryDefinition<DLFileEntry> queryDefinition)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_R_F(long groupId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_F_M(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_F(long groupId, long userId, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_R_F_M(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByG_U_R_F(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, QueryDefinition<DLFileEntry> queryDefinition)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where mimeType = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where repositoryId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where repositoryId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entries where uuid = ?.
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByF_N_PrevAndNext(Session session, DLFileEntry dlFileEntry, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByFileEntryTypeId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByMimeType_PrevAndNext(Session session, DLFileEntry dlFileEntry, String mimeType, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByR_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator<DLFileEntry> orderByComparator, boolean previous)
           
protected  String DLFileEntryFinderImpl.getFileEntriesSQL(String id, long groupId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition, boolean inlineSQLHelper)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util that return types with arguments of type DLFileEntry
 Indexer<DLFileEntry> DLOpenSearchImpl.getIndexer()
           
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileEntry
protected  void DLFileEntryIndexer.doDelete(DLFileEntry dlFileEntry)
           
protected  Document DLFileEntryIndexer.doGetDocument(DLFileEntry dlFileEntry)
           
protected  void DLFileEntryIndexer.doReindex(DLFileEntry dlFileEntry)
           
 

Method parameters in com.liferay.portlet.documentlibrary.util with type arguments of type DLFileEntry
static List<FileEntry> RepositoryModelUtil.toFileEntries(List<DLFileEntry> dlFileEntries)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util.comparator that return types with arguments of type DLFileEntry
static OrderByComparator<DLFileEntry> DLFileEntryOrderByComparator.getOrderByComparator(OrderByComparator<FileEntry> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type DLFileEntry
 FileEntry DLFileEntryOrderByComparator.adapt(DLFileEntry dlFileEntry)
           
 

Uses of DLFileEntry in com.liferay.portlet.documentlibrary.util.test
 

Methods in com.liferay.portlet.documentlibrary.util.test that return DLFileEntry
static DLFileEntry DLTestUtil.addDLFileEntry(long dlFolderId)
           
 


Liferay 7.0-ce-b4