Liferay 6.0.5

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

Packages that use DLFileEntry
com.liferay.portal.convert   
com.liferay.portlet.documentlibrary.asset   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.http   
com.liferay.portlet.documentlibrary.service.impl   
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.sharepoint   
com.liferay.portlet.documentlibrary.util   
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.documentlibrary.workflow   
com.liferay.portlet.journal.util   
 

Uses of DLFileEntry in com.liferay.portal.convert
 

Methods in com.liferay.portal.convert with parameters of type DLFileEntry
protected  void ConvertDocumentLibrary.migrateDLFileEntry(long companyId, String portletId, long groupId, long repositoryId, DLFileEntry fileEntry)
           
 

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

Constructors in com.liferay.portlet.documentlibrary.asset with parameters of type DLFileEntry
DLFileEntryAssetRenderer(DLFileEntry fileEntry, DLFileVersion fileVersion)
           
 

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

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type DLFileEntry
static void DLPortletDataHandlerImpl.exportFileEntry(PortletDataContext context, Element foldersElement, Element fileEntriesElement, Element fileRanksElement, DLFileEntry fileEntry)
           
protected static String DLPortletDataHandlerImpl.getFileEntryBinPath(PortletDataContext context, DLFileEntry fileEntry)
           
static String DLPortletDataHandlerImpl.getFileEntryPath(PortletDataContext context, DLFileEntry fileEntry)
           
protected static boolean DLPortletDataHandlerImpl.isDuplicateFileEntry(DLFileEntry fileEntry1, DLFileEntry fileEntry2)
           
 

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()
           
 DLFileEntry DLFileEntryWrapper.toEscapedModel()
           
 DLFileEntry DLFileEntryModel.toEscapedModel()
          Gets a copy of this d l file entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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

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

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

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileEntry
 class DLFileEntryImpl
           
 

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntry
 DLFileEntry DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.createDLFileEntry(long fileEntryId)
          Creates a new d l file entry with the primary key.
static DLFileEntry DLFileEntryLocalServiceUtil.createDLFileEntry(long fileEntryId)
          Creates a new d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalService.createDLFileEntry(long fileEntryId)
          Creates a new d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
          Gets the d l file entry with the primary key.
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
          Gets the d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
          Gets the d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file entry with the UUID and group id.
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file entry with the UUID and group id.
 DLFileEntry DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file entry with the UUID and group id.
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntry(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryService.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByTitle(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateStatus(long userId, long fileEntryId, int status, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateStatus(long userId, long fileEntryId, int status, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateStatus(long userId, long fileEntryId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getCompanyFileEntries(long companyId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getCompanyFileEntries(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getCompanyFileEntries(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getCompanyFileEntries(long companyId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getCompanyFileEntries(long companyId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getCompanyFileEntries(long companyId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getDLFileEntries(int start, int end)
          Gets a range of all the d l file entries.
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntries(int start, int end)
          Gets a range of all the d l file entries.
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntries(int start, int end)
          Gets a range of all the d l file entries.
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.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)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.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> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.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> DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceWrapper.getNoAssetFileEntries()
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getNoAssetFileEntries()
           
 List<DLFileEntry> DLFileEntryLocalService.getNoAssetFileEntries()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntry
 DLFileEntry DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileEntryLocalServiceWrapper.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the d l file entry from the database.
static void DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the d l file entry from the database.
 void DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the d l file entry from the database.
 void DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry fileEntry)
           
static void DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry fileEntry)
           
 void DLFileEntryLocalService.deleteFileEntry(DLFileEntry fileEntry)
           
 void DLFileEntryLocalServiceWrapper.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
static void DLFileEntryLocalServiceUtil.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
 void DLFileEntryLocalService.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 

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

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileEntry
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.createDLFileEntry(long fileEntryId)
          Creates a new d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntry(long fileEntryId)
          Gets the d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the d l file entry with the UUID and group id.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntries(int start, int end)
          Gets a range of all the d l file entries.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileEntry
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the d l file entry to the database.
 void DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the d l file entry from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the d l file entry in the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
          Updates the d l file entry in the database.
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileEntry
static DLFileEntry DLFileEntryServiceHttp.addFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.addFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntryByTitle(HttpPrincipal httpPrincipal, long groupId, long folderId, String titleWithExtension)
           
static DLFileEntry DLFileEntryServiceHttp.getFileEntryByUuidAndGroupId(HttpPrincipal httpPrincipal, String uuid, long groupId)
           
static DLFileEntry DLFileEntryServiceHttp.moveFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.http with parameters of type DLFileEntry
static JSONArray DLFileEntryJSONSerializer.toJSONArray(DLFileEntry[] models)
           
static JSONArray DLFileEntryJSONSerializer.toJSONArray(DLFileEntry[][] models)
           
static JSONObject DLFileEntryJSONSerializer.toJSONObject(DLFileEntry model)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DLFileEntry
static JSONArray DLFileEntryJSONSerializer.toJSONArray(List<DLFileEntry> models)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileEntry
 DLFileEntry DLFileEntryLocalServiceImpl.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryServiceImpl.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceImpl.updateStatus(long userId, long fileEntryId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getCompanyFileEntries(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getCompanyFileEntries(long companyId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalServiceImpl.getNoAssetFileEntries()
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileEntry
 void DLFileEntryLocalServiceImpl.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalServiceImpl.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry fileEntry, Date modifiedDate, String extension, String title, String description, String changeLog, String extraSettings, String version, long size, int status, ServiceContext serviceContext)
           
protected  void DLFileShortcutLocalServiceImpl.copyAssetTags(DLFileEntry fileEntry, ServiceContext serviceContext)
           
 void DLFileEntryLocalServiceImpl.deleteFileEntry(DLFileEntry fileEntry)
           
protected  String DLFileEntryLocalServiceImpl.getNextVersion(DLFileEntry fileEntry, boolean majorVersion, int workflowAction)
           
 void DLFileEntryLocalServiceImpl.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileEntry
static DLFileEntry DLFileEntryUtil.create(long fileEntryId)
          Creates a new d l file entry with the primary key.
 DLFileEntry DLFileEntryPersistence.create(long fileEntryId)
          Creates a new d l file entry with the primary key.
 DLFileEntry DLFileEntryPersistenceImpl.create(long fileEntryId)
          Creates a new d l file entry with the primary key.
static DLFileEntry DLFileEntryUtil.fetchByG_F_N(long groupId, long folderId, String name)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name)
          Finds the d l 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)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
          Finds the d l 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)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title)
          Finds the d l 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)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
          Finds the d l 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.fetchByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the d l file entry with the primary key or returns null if it could not be found.
static DLFileEntry DLFileEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds the d l 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)
          Finds the d l 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)
          Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_N(long groupId, long folderId, String name)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
          Finds the d l 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)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_T(long groupId, long folderId, String title)
          Finds the d l 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)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_T(long groupId, long folderId, String title)
          Finds the d l 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)
          Finds the first d l 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)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l 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)
          Finds the last d l 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)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l 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)
          Finds the d l file entries before and after the current d l 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)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file entry with the primary key or throws a NoSuchModelException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the d l 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)
          Finds the last d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static DLFileEntry DLFileEntryUtil.remove(DLFileEntry dlFileEntry)
           
static DLFileEntry DLFileEntryUtil.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistence.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file entry with the primary key from the database.
protected  DLFileEntry DLFileEntryPersistenceImpl.removeImpl(DLFileEntry dlFileEntry)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.toUnwrappedModel(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)
           
 DLFileEntry DLFileEntryPersistenceImpl.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(long groupId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries 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)
          Filters by the user's permissions and finds an ordered range of all the d l file entries 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)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries 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)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findAll()
          Finds all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll()
          Finds all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll()
          Finds all the d l file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end)
          Finds a range of all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end)
          Finds a range of all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the d l file entries.
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId)
          Finds all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId)
          Finds all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId)
          Finds all the d l file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the d l file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where companyId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where companyId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId)
          Finds all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId)
          Finds all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId)
          Finds all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds)
          Finds all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds)
          Finds all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds)
          Finds all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId)
          Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId)
          Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId)
          Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds)
          Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds)
          Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds)
          Finds all the d l 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)
          Finds a range of all the d l 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)
          Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Finds a range of all the d l 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)
          Finds an ordered range of all the d l 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)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l 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)
          Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Finds a range of all the d l 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)
          Finds an ordered range of all the d l 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)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId)
          Finds all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId)
          Finds all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId)
          Finds all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ? and userId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId)
          Finds all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId)
          Finds all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId)
          Finds all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where groupId = ?.
static List<DLFileEntry> DLFileEntryFinderUtil.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinder.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByNoAssets()
           
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid)
          Finds all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid)
          Finds all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid)
          Finds all the d l file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the d l file entries where uuid = ?.
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file entries where uuid = ?.
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l 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 d l file entry in the entity cache if it is enabled.
 void DLFileEntryPersistence.cacheResult(DLFileEntry dlFileEntry)
          Caches the d l file entry in the entity cache if it is enabled.
 void DLFileEntryPersistenceImpl.cacheResult(DLFileEntry dlFileEntry)
          Caches the d l file entry in the entity cache if it is enabled.
static void DLFileEntryUtil.clearCache(DLFileEntry dlFileEntry)
           
 void DLFileEntryPersistenceImpl.clearCache(DLFileEntry dlFileEntry)
          Clears the cache for the d l file entry.
protected  DLFileEntry DLFileEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_F_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntry dlFileEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntry dlFileEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static DLFileEntry DLFileEntryUtil.remove(DLFileEntry dlFileEntry)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.removeImpl(DLFileEntry dlFileEntry)
           
protected  DLFileEntry DLFileEntryPersistenceImpl.toUnwrappedModel(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)
           
 DLFileEntry DLFileEntryPersistenceImpl.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 d l file entries in the entity cache if it is enabled.
 void DLFileEntryPersistence.cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the d l file entries in the entity cache if it is enabled.
 void DLFileEntryPersistenceImpl.cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the d l file entries in the entity cache if it is enabled.
 

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

Methods in com.liferay.portlet.documentlibrary.sharepoint that return DLFileEntry
protected  DLFileEntry DLSharepointStorageImpl.getFileEntry(SharepointRequest sharepointRequest)
           
 

Methods in com.liferay.portlet.documentlibrary.sharepoint with parameters of type DLFileEntry
protected  Tree DLSharepointStorageImpl.getFileEntryTree(DLFileEntry fileEntry, String parentFolderPath)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileEntry
static void DLUtil.addPortletBreadcrumbEntries(DLFileEntry fileEntry, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 

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

Methods in com.liferay.portlet.documentlibrary.webdav with parameters of type DLFileEntry
protected  boolean DLWebDAVStorageImpl.isLocked(DLFileEntry fileEntry, String lockUuid)
           
protected  void DLWebDAVStorageImpl.publishFileEntry(DLFileEntry fileEntry)
           
protected  Resource DLWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, DLFileEntry fileEntry, boolean appendPath)
           
 

Constructors in com.liferay.portlet.documentlibrary.webdav with parameters of type DLFileEntry
DLFileEntryResourceImpl(WebDAVRequest webDavRequest, DLFileEntry fileEntry, String parentPath, String name)
           
 

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

Methods in com.liferay.portlet.documentlibrary.workflow that return DLFileEntry
 DLFileEntry DLFileEntryWorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 

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

Methods in com.liferay.portlet.journal.util that return DLFileEntry
static DLFileEntry JournalRSSUtil.getDLFileEntry(String url)
           
 


Liferay 6.0.5