Liferay 7.0-ce-b4

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

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

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

Methods in com.liferay.portal.repository.capabilities with parameters of type DLFolder
protected  void LiferayTrashCapability.deleteTrashEntry(DLFolder dlFolder)
           
 

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

Constructors in com.liferay.portal.repository.liferayrepository.model with parameters of type DLFolder
LiferayFolder(DLFolder dlFolder)
           
LiferayFolder(DLFolder dlFolder, boolean escapedModel)
           
 

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

Method parameters in com.liferay.portal.repository.liferayrepository.util with type arguments of type DLFolder
 List<Folder> LiferayBase.toFolders(List<DLFolder> dlFolders)
          Deprecated.  
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.model that return DLFolder
 DLFolder DLFileShortcut.getDLFolder()
           
 DLFolder DLFileShortcutWrapper.getDLFolder()
           
 DLFolder DLFileVersionWrapper.getFolder()
           
 DLFolder DLFileEntryWrapper.getFolder()
           
 DLFolder DLFileEntry.getFolder()
           
 DLFolder DLFileVersion.getFolder()
           
 DLFolder DLFolderWrapper.getParentFolder()
           
 DLFolder DLFolder.getParentFolder()
           
 DLFolder DLFolderWrapper.getWrappedModel()
           
 DLFolder DLFolderWrapper.toEscapedModel()
           
 DLFolder DLFolderModel.toEscapedModel()
           
 DLFolder DLFolderWrapper.toUnescapedModel()
           
 DLFolder DLFolderModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFolder
 List<DLFolder> DLFolderWrapper.getAncestors()
           
 List<DLFolder> DLFolder.getAncestors()
           
 CacheModel<DLFolder> DLFolderWrapper.toCacheModel()
           
 CacheModel<DLFolder> DLFolderModel.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFolder
 int DLFolderWrapper.compareTo(DLFolder dlFolder)
           
 int DLFolderModel.compareTo(DLFolder dlFolder)
           
static DLFolderSoap DLFolderSoap.toSoapModel(DLFolder model)
           
static DLFolderSoap[] DLFolderSoap.toSoapModels(DLFolder[] models)
           
static DLFolderSoap[][] DLFolderSoap.toSoapModels(DLFolder[][] models)
           
 

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

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFolder
DLFolderWrapper(DLFolder dlFolder)
           
 

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFolder
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFolder
 DLFolder DLFileShortcutImpl.getDLFolder()
           
 DLFolder DLFileVersionImpl.getFolder()
           
 DLFolder DLFileEntryImpl.getFolder()
           
 DLFolder DLFolderImpl.getParentFolder()
           
 DLFolder DLFolderCacheModel.toEntityModel()
           
 DLFolder DLFolderModelImpl.toEscapedModel()
           
static DLFolder DLFolderModelImpl.toModel(DLFolderSoap 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 DLFolder
 List<DLFolder> DLFolderImpl.getAncestors()
           
 CacheModel<DLFolder> DLFolderModelImpl.toCacheModel()
           
static List<DLFolder> DLFolderModelImpl.toModels(DLFolderSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFolder
 int DLFolderModelImpl.compareTo(DLFolder dlFolder)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFolder
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderService.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceUtil.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
 DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalService.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceWrapper.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
static DLFolder DLFolderLocalServiceUtil.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderLocalService.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLFolder DLFolderLocalService.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalService.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.fetchDLFolder(long folderId)
           
 DLFolder DLFolderLocalService.fetchDLFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.fetchDLFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalService.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceWrapper.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
static DLFolder DLFolderLocalServiceUtil.fetchFolder(long folderId)
           
 DLFolder DLFolderLocalService.fetchFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.fetchFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.fetchFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalService.fetchFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.fetchFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
 DLFolder DLFolderLocalService.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
static DLFolder DLFolderLocalServiceUtil.getFolder(long folderId)
           
 DLFolder DLFolderLocalService.getFolder(long folderId)
           
 DLFolder DLFolderService.getFolder(long folderId)
           
 DLFolder DLFolderServiceWrapper.getFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderServiceUtil.getFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.getMountFolder(long repositoryId)
           
 DLFolder DLFolderLocalService.getMountFolder(long repositoryId)
           
 DLFolder DLFolderLocalServiceWrapper.getMountFolder(long repositoryId)
           
static DLFolder DLFolderLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DLFolderLocalServiceUtil.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DLFolderLocalService.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DLFolderLocalServiceWrapper.updateFolder(long, long, String, String, long, List, int, ServiceContext)
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced DLFolderLocalServiceUtil.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced DLFolderLocalService.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by more general DLFolderService.updateFolder(long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by more general DLFolderServiceWrapper.updateFolder(long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced DLFolderLocalServiceWrapper.updateFolder(long, long, String, String, long, List, int, ServiceContext)
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by more general DLFolderServiceUtil.updateFolder(long, String, String, long, List, int, ServiceContext)
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String, String, long, List, int, ServiceContext)
static DLFolder DLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFolder
static List<DLFolder> DLFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderLocalService.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library folders matching the UUID and company.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getNoAssetFolders()
           
 List<DLFolder> DLFolderLocalService.getNoAssetFolders()
           
 List<DLFolder> DLFolderLocalServiceWrapper.getNoAssetFolders()
           
static List<DLFolder> DLFolderLocalServiceUtil.getRepositoryFolders(long repositoryId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getRepositoryFolders(long repositoryId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getRepositoryFolders(long repositoryId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolder
static void DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalService.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 void DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
 void DLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
static void DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
static void DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalService.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
static void DLAppHelperLocalServiceUtil.moveDependentsToTrash(DLFolder dlFolder)
           
 void DLAppHelperLocalServiceWrapper.moveDependentsToTrash(DLFolder dlFolder)
           
 void DLAppHelperLocalService.moveDependentsToTrash(DLFolder dlFolder)
           
static void DLAppHelperLocalServiceUtil.restoreDependentsFromTrash(DLFolder dlFolder)
           
 void DLAppHelperLocalServiceWrapper.restoreDependentsFromTrash(DLFolder dlFolder)
           
 void DLAppHelperLocalService.restoreDependentsFromTrash(DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 void DLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 void DLFileEntryTypeLocalService.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
static void DLFileEntryTypeLocalServiceUtil.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DLFolder
static void DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalService.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
static void DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalService.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFolder
 DLFolder DLFolderLocalServiceBaseImpl.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalServiceBaseImpl.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderLocalServiceBaseImpl.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceBaseImpl.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLFolder DLFolderLocalServiceBaseImpl.fetchDLFolder(long folderId)
           
 DLFolder DLFolderLocalServiceBaseImpl.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceBaseImpl.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
 DLFolder DLFolderLocalServiceBaseImpl.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceBaseImpl.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFolder
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library folders matching the UUID and company.
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFolder
 void DLFolderLocalServiceBaseImpl.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceBaseImpl.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 void DLFolderLocalServiceBaseImpl.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceBaseImpl.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceBaseImpl.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service.base with type arguments of type DLFolder
 void DLFolderLocalServiceBaseImpl.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalServiceBaseImpl.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceBaseImpl.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns a range of document library folders matching the UUID and company.
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFolder
static DLFolder DLFolderServiceHttp.addFolder(HttpPrincipal httpPrincipal, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal, long folderId)
           
static DLFolder DLFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderServiceHttp.moveFolder(HttpPrincipal httpPrincipal, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal, long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal, long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.http that return types with arguments of type DLFolder
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DLFolder
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static DLFolderSoap[] DLFolderServiceSoap.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
static DLFolderSoap[] DLFolderServiceSoap.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static List<DLFolder> DLFolderServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
static DLFolderSoap[] DLFolderServiceSoap.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFolder
 DLFolder DLFolderServiceImpl.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceImpl.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceImpl.fetchFolder(long folderId)
           
 DLFolder DLFolderLocalServiceImpl.fetchFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderServiceImpl.getFolder(long folderId)
           
 DLFolder DLFolderLocalServiceImpl.getFolder(long folderId)
           
 DLFolder DLFolderServiceImpl.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceImpl.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceImpl.getMountFolder(long repositoryId)
           
 DLFolder DLFolderLocalServiceImpl.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceImpl.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DLFolderLocalServiceImpl.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by more general DLFolderServiceImpl.updateFolder(long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced DLFolderLocalServiceImpl.updateFolder(long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String, String, long, List, int, ServiceContext)
 DLFolder DLFolderLocalServiceImpl.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFolder
 List<DLFolder> DLFolderLocalServiceImpl.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getNoAssetFolders()
           
 List<DLFolder> DLFolderLocalServiceImpl.getRepositoryFolders(long repositoryId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFolder
protected  void DLFolderLocalServiceImpl.addFolderResources(DLFolder dlFolder, boolean addGroupPermissions, boolean addGuestPermissions)
           
protected  void DLFolderLocalServiceImpl.addFolderResources(DLFolder dlFolder, ModelPermissions modelPermissions)
           
 void DLFileEntryTypeLocalServiceImpl.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
protected  void DLFolderLocalServiceImpl.deleteFolderDependencies(DLFolder dlFolder, boolean includeTrashedEntries)
           
protected  void DLFolderLocalServiceImpl.deleteSubfolders(DLFolder dlFolder, boolean includeTrashedEntries)
           
protected  long DLFolderLocalServiceImpl.getParentFolderId(DLFolder dlFolder, long parentFolderId)
           
 void DLAppHelperLocalServiceImpl.moveDependentsToTrash(DLFolder dlFolder)
           
 void DLAppHelperLocalServiceImpl.restoreDependentsFromTrash(DLFolder dlFolder)
           
protected  void DLAppHelperLocalServiceImpl.trashOrRestoreFolder(DLFolder dlFolder, boolean moveToTrash)
           
protected  void DLAppHelperLocalServiceImpl.trashOrRestoreFolder(DLFolder dlFolder, DLFolder childDLFolder, boolean moveToTrash, TrashEntry trashEntry)
           
protected  void DLFileRankLocalServiceImpl.updateFileRanks(DLFolder dlFolder, boolean active)
           
 void DLFileEntryTypeLocalServiceImpl.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DLFolder
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 List<DLFolder> DLFolderLocalServiceImpl.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> obc)
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFolder
 DLFolder DLFolderPersistence.create(long folderId)
          Creates a new document library folder with the primary key.
static DLFolder DLFolderUtil.create(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
 DLFolder DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or returns null if it could not be found.
 DLFolder DLFolderPersistence.fetchByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found.
 DLFolder DLFolderPersistence.fetchByR_M(long repositoryId, boolean mountPoint, boolean retrieveFromCache)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByR_M(long repositoryId, boolean mountPoint, boolean retrieveFromCache)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistence.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFolder DLFolderPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static DLFolder[] DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
 DLFolder DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder[] DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static DLFolder[] DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder[] DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static DLFolder[] DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder[] DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistence.findByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistence.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static DLFolder[] DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder[] DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.remove(long folderId)
          Removes the document library folder with the primary key from the database.
static DLFolder DLFolderUtil.remove(long folderId)
          Removes the document library folder with the primary key from the database.
 DLFolder DLFolderPersistence.removeByG_P_N(long groupId, long parentFolderId, String name)
          Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
static DLFolder DLFolderUtil.removeByG_P_N(long groupId, long parentFolderId, String name)
          Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
 DLFolder DLFolderPersistence.removeByR_M(long repositoryId, boolean mountPoint)
          Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
static DLFolder DLFolderUtil.removeByR_M(long repositoryId, boolean mountPoint)
          Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
 DLFolder DLFolderPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library folder where uuid = ? and groupId = ? from the database.
static DLFolder DLFolderUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library folder where uuid = ? and groupId = ? from the database.
static DLFolder DLFolderUtil.update(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext)
           
 DLFolder DLFolderPersistence.updateImpl(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.updateImpl(DLFolder dlFolder)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFolder
 Map<Serializable,DLFolder> DLFolderPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DLFolder> DLFolderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId)
          Returns all the document library folders that the user has permission to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId)
          Returns all the document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.findAll()
          Returns all the document library folders.
static List<DLFolder> DLFolderUtil.findAll()
          Returns all the document library folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end)
          Returns a range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status)
          Returns all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status)
          Returns all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId)
          Returns all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId)
          Returns all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId)
          Returns all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId)
          Returns all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId)
          Returns all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId)
          Returns all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name)
          Returns all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name)
          Returns all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end)
          Returns a range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end)
          Returns a range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId)
          Returns all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId)
          Returns all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId)
          Returns all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId)
          Returns all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId)
          Returns all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid)
          Returns all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid)
          Returns all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderFinderUtil.findF_ByNoAssets()
           
 List<DLFolder> DLFolderFinder.findF_ByNoAssets()
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end)
          Returns a range of all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end)
          Returns a range of all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFolder
static void DLFileEntryTypeUtil.addDLFolder(long pk, DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
 void DLFileEntryTypePersistence.addDLFolder(long pk, DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
 void DLFolderPersistence.cacheResult(DLFolder dlFolder)
          Caches the document library folder in the entity cache if it is enabled.
static void DLFolderUtil.cacheResult(DLFolder dlFolder)
          Caches the document library folder in the entity cache if it is enabled.
static void DLFolderUtil.clearCache(DLFolder dlFolder)
           
static void DLFileEntryTypeUtil.removeDLFolder(long pk, DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
 void DLFileEntryTypePersistence.removeDLFolder(long pk, DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
static DLFolder DLFolderUtil.update(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext)
           
 DLFolder DLFolderPersistence.updateImpl(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.updateImpl(DLFolder dlFolder)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFolder
static void DLFileEntryTypeUtil.addDLFolders(long pk, List<DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
 void DLFileEntryTypePersistence.addDLFolders(long pk, List<DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
 void DLFolderPersistence.cacheResult(List<DLFolder> dlFolders)
          Caches the document library folders in the entity cache if it is enabled.
static void DLFolderUtil.cacheResult(List<DLFolder> dlFolders)
          Caches the document library folders in the entity cache if it is enabled.
 DLFolder DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static DLFolder[] DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
 DLFolder DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder[] DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static DLFolder[] DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistence.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistence.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistence.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static DLFolder[] DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
 DLFolder DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder[] DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistence.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistence.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static DLFolder[] DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder[] DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator)
           
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
static void DLFileEntryTypeUtil.removeDLFolders(long pk, List<DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
 void DLFileEntryTypePersistence.removeDLFolders(long pk, List<DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
static void DLFileEntryTypeUtil.setDLFolders(long pk, List<DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
 void DLFileEntryTypePersistence.setDLFolders(long pk, List<DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence.impl with type parameters of type DLFolder
protected  TableMapper<DLFileEntryType,DLFolder> DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDLFolderTableMapper
           
protected  TableMapper<DLFolder,DLFileEntryType> DLFolderPersistenceImpl.dlFolderToDLFileEntryTypeTableMapper
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return DLFolder
 DLFolder DLFolderPersistenceImpl.create(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or returns null if it could not be found.
 DLFolder DLFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library folder with the primary key or returns null if it could not be found.
 DLFolder DLFolderPersistenceImpl.fetchByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found.
 DLFolder DLFolderPersistenceImpl.fetchByR_M(long repositoryId, boolean mountPoint, boolean retrieveFromCache)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistenceImpl.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFolder DLFolderPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 DLFolder DLFolderPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistenceImpl.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder[] DLFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistenceImpl.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.findByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library folder with the primary key or throws a NoSuchModelException if it could not be found.
 DLFolder DLFolderPersistenceImpl.findByR_M(long repositoryId, boolean mountPoint)
          Returns the document library folder where repositoryId = ? and mountPoint = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistenceImpl.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
 DLFolder DLFolderPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
protected  DLFolder DLFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFolder dlFolder, long companyId, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFolder dlFolder, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByP_N_PrevAndNext(Session session, DLFolder dlFolder, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByR_P_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFolder dlFolder, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFolder dlFolder, String uuid, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 DLFolder DLFolderPersistenceImpl.remove(long folderId)
          Removes the document library folder with the primary key from the database.
 DLFolder DLFolderPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library folder with the primary key from the database.
 DLFolder DLFolderPersistenceImpl.removeByG_P_N(long groupId, long parentFolderId, String name)
          Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
 DLFolder DLFolderPersistenceImpl.removeByR_M(long repositoryId, boolean mountPoint)
          Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
 DLFolder DLFolderPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library folder where uuid = ? and groupId = ? from the database.
protected  DLFolder DLFolderPersistenceImpl.removeImpl(DLFolder dlFolder)
           
protected  DLFolder DLFolderPersistenceImpl.toUnwrappedModel(DLFolder dlFolder)
           
 DLFolder DLFolderPersistenceImpl.updateImpl(DLFolder dlFolder)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return types with arguments of type DLFolder
 Map<Serializable,DLFolder> DLFolderPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findAll()
          Returns all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status)
          Returns all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId)
          Returns all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId)
          Returns all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId)
          Returns all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name)
          Returns all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end)
          Returns a range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId)
          Returns all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId)
          Returns all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid)
          Returns all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderFinderImpl.findF_ByNoAssets()
           
 List<DLFolder> DLFileEntryTypePersistenceImpl.getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistenceImpl.getDLFolders(long pk, int start, int end)
          Returns a range of all the document library folders associated with the document library file entry type.
 List<DLFolder> DLFileEntryTypePersistenceImpl.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl with parameters of type DLFolder
 void DLFileEntryTypePersistenceImpl.addDLFolder(long pk, DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
 void DLFolderPersistenceImpl.cacheResult(DLFolder dlFolder)
          Caches the document library folder in the entity cache if it is enabled.
 void DLFolderPersistenceImpl.clearCache(DLFolder dlFolder)
          Clears the cache for the document library folder.
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFolder dlFolder, long companyId, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFolder dlFolder, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByP_N_PrevAndNext(Session session, DLFolder dlFolder, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByR_P_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFolder dlFolder, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFolder dlFolder, String uuid, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 void DLFileEntryTypePersistenceImpl.removeDLFolder(long pk, DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
protected  DLFolder DLFolderPersistenceImpl.removeImpl(DLFolder dlFolder)
           
protected  DLFolder DLFolderPersistenceImpl.toUnwrappedModel(DLFolder dlFolder)
           
 DLFolder DLFolderPersistenceImpl.updateImpl(DLFolder dlFolder)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence.impl with type arguments of type DLFolder
 void DLFileEntryTypePersistenceImpl.addDLFolders(long pk, List<DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
 void DLFolderPersistenceImpl.cacheResult(List<DLFolder> dlFolders)
          Caches the document library folders in the entity cache if it is enabled.
 void DLFolderPersistenceImpl.clearCache(List<DLFolder> dlFolders)
           
 DLFolder DLFolderPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders.
 List<DLFolder> DLFolderPersistenceImpl.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders.
 DLFolder DLFolderPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
 DLFolder[] DLFolderPersistenceImpl.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<DLFolder> DLFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
 DLFolder DLFolderPersistenceImpl.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where groupId = ?.
 DLFolder DLFolderPersistenceImpl.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
 DLFolder[] DLFolderPersistenceImpl.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
 DLFolder DLFolderPersistenceImpl.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where repositoryId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
 DLFolder[] DLFolderPersistenceImpl.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
 DLFolder DLFolderPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
 DLFolder[] DLFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
 List<DLFolder> DLFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library folders where uuid = ?.
protected  DLFolder DLFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, DLFolder dlFolder, long companyId, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, DLFolder dlFolder, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_M_T_H_PrevAndNext(Session session, DLFolder dlFolder, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_H_S_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, DLFolder dlFolder, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFolder dlFolder, long groupId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByP_N_PrevAndNext(Session session, DLFolder dlFolder, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByR_P_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, DLFolder dlFolder, long repositoryId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFolder dlFolder, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
protected  DLFolder DLFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, DLFolder dlFolder, String uuid, OrderByComparator<DLFolder> orderByComparator, boolean previous)
           
 List<DLFolder> DLFileEntryTypePersistenceImpl.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 void DLFileEntryTypePersistenceImpl.removeDLFolders(long pk, List<DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
 void DLFileEntryTypePersistenceImpl.setDLFolders(long pk, List<DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFolder
protected  void DLFolderIndexer.doDelete(DLFolder dlFolder)
           
protected  Document DLFolderIndexer.doGetDocument(DLFolder dlFolder)
           
protected  void DLFolderIndexer.doReindex(DLFolder dlFolder)
           
 

Method parameters in com.liferay.portlet.documentlibrary.util with type arguments of type DLFolder
static List<Folder> RepositoryModelUtil.toFolders(List<DLFolder> dlFolders)
           
 

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

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

Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type DLFolder
 Folder DLFolderOrderByComparator.adapt(DLFolder dlFolder)
           
 int FolderIdComparator.compare(DLFolder folder1, DLFolder folder2)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util.test that return DLFolder
static DLFolder DLTestUtil.addDLFolder(long groupId)
           
static DLFolder DLTestUtil.addDLFolder(long groupId, boolean deleteExisting, ServiceContext serviceContext)
           
static DLFolder DLTestUtil.addDLFolder(long groupId, long parentFolderId, boolean deleteExisting, ServiceContext serviceContext)
           
static DLFolder DLTestUtil.addDLFolder(long groupId, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4