Liferay 6.1.2-ce-ga3

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

Packages that use DLFileEntry
com.liferay.portlet.documentlibrary.model   
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.persistence   
 

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.
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntry
 DLFileEntry DLFileVersionWrapper.getFileEntry()
           
 DLFileEntry DLFileVersion.getFileEntry()
           
 DLFileEntry DLFileEntryWrapper.getWrappedDLFileEntry()
          Deprecated. Renamed to DLFileEntryWrapper.getWrappedModel()
 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.service
 

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

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntries(int start, int end)
          Returns a range of all the document library file entries.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.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.
 List<DLFileEntry> DLFileEntryLocalService.getExtraSettingsFileEntries(int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getExtraSettingsFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getExtraSettingsFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(int start, int end)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long folderId, String name)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getMisversionedFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getMisversionedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getMisversionedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getNoAssetFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getOrphanedFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getOrphanedFileEntries()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntry
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
static DLFileEntry DLFileEntryLocalServiceUtil.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.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
static DLFileEntry DLFileEntryLocalServiceUtil.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.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
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 DLFileEntryLocalServiceWrapper.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, boolean merge)
          Updates the document library file entry in the database or adds it if it does not yet exist.
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 

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.
static DLFileEntry DLFileEntryFinderUtil.fetchByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryFinder.fetchByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator 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 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 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 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 orderByComparator)
          Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
static DLFileEntry DLFileEntryUtil.fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.fetchByMimeType_Last(String mimeType, OrderByComparator 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.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator 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 orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 DLFileEntry DLFileEntryFinderUtil.findByAnyImageId(long imageId)
           
 DLFileEntry DLFileEntryFinder.findByAnyImageId(long imageId)
           
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator 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 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 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 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 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 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 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 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.findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator 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 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 orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_First(String mimeType, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where mimeType = ?.
static DLFileEntry DLFileEntryUtil.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
 DLFileEntry DLFileEntryPersistence.findByMimeType_Last(String mimeType, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where mimeType = ?.
static DLFileEntry[] DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator 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 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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator 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 orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator 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 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_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, boolean merge)
           
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry, boolean merge, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 DLFileEntry DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntry
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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
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 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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryFinderUtil.findByExtraSettings(int start, int end)
           
 List<DLFileEntry> DLFileEntryFinder.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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryFinderUtil.findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryFinder.findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
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 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 orderByComparator)
          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 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 orderByComparator)
          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 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 orderByComparator)
          Returns an ordered range of all the document library file entries where mimeType = ?.
static List<DLFileEntry> DLFileEntryFinderUtil.findByMisversioned()
           
 List<DLFileEntry> DLFileEntryFinder.findByMisversioned()
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinder.findByNoAssets()
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByOrphanedFileEntries()
           
 List<DLFileEntry> DLFileEntryFinder.findByOrphanedFileEntries()
           
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 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 orderByComparator)
          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 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, boolean merge)
           
static DLFileEntry DLFileEntryUtil.update(DLFileEntry dlFileEntry, boolean merge, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 DLFileEntry DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 

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.
 


Liferay 6.1.2-ce-ga3