Liferay 6.0.3

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()
           
 

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)
           
 

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

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)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
           
 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)
           
static DLFileEntry DLFileEntryLocalServiceUtil.createDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.createDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 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)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 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)
           
static List<DLFileEntry> DLFileEntryLocalServiceUtil.getDLFileEntries(int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntries(int start, int end)
           
 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)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
           
 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)
           
static void DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
           
 void DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
           
 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)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 

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)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.createDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileEntry
 List<DLFileEntry> DLFileEntryLocalServiceBaseImpl.getDLFileEntries(int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileEntry
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
           
 void DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry, boolean merge)
           
 

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)
           
 DLFileEntry DLFileEntryPersistence.create(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.create(long fileEntryId)
           
static DLFileEntry DLFileEntryUtil.fetchByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryPersistence.fetchByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryUtil.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistence.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
           
static DLFileEntry DLFileEntryUtil.fetchByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryPersistence.fetchByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryUtil.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistence.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
           
static DLFileEntry DLFileEntryUtil.fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistence.fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static DLFileEntry DLFileEntryUtil.fetchByUUID_G(String uuid, long groupId)
           
 DLFileEntry DLFileEntryPersistence.fetchByUUID_G(String uuid, long groupId)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
           
static DLFileEntry DLFileEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 DLFileEntry DLFileEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryPersistence.findByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
           
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryPersistence.findByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_T(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static DLFileEntry DLFileEntryUtil.findByUUID_G(String uuid, long groupId)
           
 DLFileEntry DLFileEntryPersistence.findByUUID_G(String uuid, long groupId)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
           
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)
           
 DLFileEntry DLFileEntryPersistence.remove(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.remove(long fileEntryId)
           
 DLFileEntry DLFileEntryPersistenceImpl.remove(Serializable primaryKey)
           
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)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findAll()
           
 List<DLFileEntry> DLFileEntryPersistence.findAll()
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll()
           
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId)
           
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId)
           
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId)
           
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId)
           
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntry> DLFileEntryFinderUtil.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinder.findByNoAssets()
           
 List<DLFileEntry> DLFileEntryFinderImpl.findByNoAssets()
           
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid)
           
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid)
           
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<DLFileEntry> DLFileEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> DLFileEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void DLFileEntryPersistence.cacheResult(DLFileEntry dlFileEntry)
           
 void DLFileEntryPersistenceImpl.cacheResult(DLFileEntry dlFileEntry)
           
static void DLFileEntryUtil.clearCache(DLFileEntry dlFileEntry)
           
 void DLFileEntryPersistenceImpl.clearCache(DLFileEntry dlFileEntry)
           
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)
           
 void DLFileEntryPersistence.cacheResult(List<DLFileEntry> dlFileEntries)
           
 void DLFileEntryPersistenceImpl.cacheResult(List<DLFileEntry> dlFileEntries)
           
 

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.3