Uses of Interface
com.liferay.document.library.kernel.model.DLFolder

Packages that use DLFolder
Package
Description
 
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
 
 
  • Uses of DLFolder in com.liferay.document.library.kernel.model

    Modifier and Type
    Class
    Description
    class 
    This class is a wrapper for DLFolder.
    Fields in com.liferay.document.library.kernel.model with type parameters of type DLFolder
    Modifier and Type
    Field
    Description
    static final Accessor<DLFolder,Long>
     
    Modifier and Type
    Method
    Description
    DLFolderModel.cloneWithOriginalValues()
     
    DLFolderWrapper.cloneWithOriginalValues()
     
    DLFileShortcut.getDLFolder()
     
    DLFileShortcutWrapper.getDLFolder()
     
    DLFileEntry.getFolder()
     
    DLFileEntryWrapper.getFolder()
     
    DLFileVersion.getFolder()
     
    DLFileVersionWrapper.getFolder()
     
    DLFolder.getParentFolder()
     
    DLFolderWrapper.getParentFolder()
     
    Methods in com.liferay.document.library.kernel.model that return types with arguments of type DLFolder
    Modifier and Type
    Method
    Description
    DLFolder.getAncestors()
     
    DLFolderWrapper.getAncestors()
     
    DLFolderWrapper.getAttributeGetterFunctions()
     
     
    Methods in com.liferay.document.library.kernel.model with parameters of type DLFolder
    Modifier and Type
    Method
    Description
    protected DLFolderWrapper
    DLFolderWrapper.wrap(DLFolder dlFolder)
     
    Constructors in com.liferay.document.library.kernel.model with parameters of type DLFolder
    Modifier
    Constructor
    Description
     
     
  • Uses of DLFolder in com.liferay.document.library.kernel.service

    Modifier and Type
    Method
    Description
    DLFolderLocalService.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    static DLFolder
    DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    DLFolderLocalService.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderLocalServiceUtil.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
     
    DLFolderService.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderServiceUtil.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
     
    DLFolderServiceWrapper.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
     
    DLFolderLocalService.createDLFolder(long folderId)
    Creates a new document library folder with the primary key.
    static DLFolder
    DLFolderLocalServiceUtil.createDLFolder(long folderId)
    Creates a new document library folder with the primary key.
    DLFolderLocalServiceWrapper.createDLFolder(long folderId)
    Creates a new document library folder with the primary key.
    DLFolderLocalService.deleteDLFolder(long folderId)
    Deletes the document library folder with the primary key from the database.
    DLFolderLocalService.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.
    static DLFolder
    DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
    Deletes the document library folder from the database.
    DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
    Deletes the document library folder with the primary key from the database.
    DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
    Deletes the document library folder from the database.
    DLFolderLocalService.deleteFolder(long folderId)
     
    DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
     
    DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
     
    DLFolderLocalService.deleteFolder(DLFolder dlFolder)
     
    DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(long folderId)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    DLFolderLocalServiceWrapper.deleteFolder(long folderId)
     
    DLFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries)
     
    DLFolderLocalServiceWrapper.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
     
    DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
     
    DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    DLFolderLocalService.fetchDLFolder(long folderId)
     
    static DLFolder
    DLFolderLocalServiceUtil.fetchDLFolder(long folderId)
     
    DLFolderLocalServiceWrapper.fetchDLFolder(long folderId)
     
    DLFolderLocalService.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    static DLFolder
    DLFolderLocalServiceUtil.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderLocalServiceWrapper.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderLocalService.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    static DLFolder
    DLFolderLocalServiceUtil.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    DLFolderLocalServiceWrapper.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    DLFolderLocalService.fetchFolder(long folderId)
     
    DLFolderLocalService.fetchFolder(long groupId, long parentFolderId, String name)
     
    DLFolderLocalService.fetchFolder(String uuid, long groupId)
     
    static DLFolder
    DLFolderLocalServiceUtil.fetchFolder(long folderId)
     
    static DLFolder
    DLFolderLocalServiceUtil.fetchFolder(long groupId, long parentFolderId, String name)
     
    static DLFolder
    DLFolderLocalServiceUtil.fetchFolder(String uuid, long groupId)
     
    DLFolderLocalServiceWrapper.fetchFolder(long folderId)
     
    DLFolderLocalServiceWrapper.fetchFolder(long groupId, long parentFolderId, String name)
     
    DLFolderLocalServiceWrapper.fetchFolder(String uuid, long groupId)
     
    DLFolderLocalService.getDLFolder(long folderId)
    Returns the document library folder with the primary key.
    static DLFolder
    DLFolderLocalServiceUtil.getDLFolder(long folderId)
    Returns the document library folder with the primary key.
    DLFolderLocalServiceWrapper.getDLFolder(long folderId)
    Returns the document library folder with the primary key.
    DLFolderLocalService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    static DLFolder
    DLFolderLocalServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderLocalServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    static DLFolder
    DLFolderServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    static DLFolder
    DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId)
    Returns the document library folder matching the UUID and group.
    DLFolderLocalService.getFolder(long folderId)
     
    DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
     
    static DLFolder
    DLFolderLocalServiceUtil.getFolder(long folderId)
     
    static DLFolder
    DLFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
     
    DLFolderLocalServiceWrapper.getFolder(long folderId)
     
    DLFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
     
    DLFolderService.getFolder(long folderId)
     
    DLFolderService.getFolder(long groupId, long parentFolderId, String name)
     
    static DLFolder
    DLFolderServiceUtil.getFolder(long folderId)
     
    static DLFolder
    DLFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
     
    DLFolderServiceWrapper.getFolder(long folderId)
     
    DLFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
     
    DLFolderLocalService.getMountFolder(long repositoryId)
     
    static DLFolder
    DLFolderLocalServiceUtil.getMountFolder(long repositoryId)
     
    DLFolderLocalServiceWrapper.getMountFolder(long repositoryId)
     
    DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
     
    DLFolderService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
     
    DLFolderServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
     
    DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    static DLFolder
    DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderLocalServiceUtil.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, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderService.updateFolder(long folderId, 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
    DLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, 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, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
     
    DLFolderLocalService.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
     
    static DLFolder
    DLFolderLocalServiceUtil.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
     
    DLFolderLocalServiceWrapper.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
     
    Methods in com.liferay.document.library.kernel.service that return types with arguments of type DLFolder
    Modifier and Type
    Method
    Description
    DLFolderLocalService.getCompanyFolders(long companyId, int start, int end)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
     
    DLFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
     
    DLFolderLocalService.getCTPersistence()
     
    DLFolderLocalServiceWrapper.getCTPersistence()
     
    DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
     
    DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
     
    DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
     
    DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
     
    DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getDLFolders(int start, int end)
    Returns a range of all the document library folders.
    static List<DLFolder>
    DLFolderLocalServiceUtil.getDLFolders(int start, int end)
    Returns a range of all the document library folders.
    DLFolderLocalServiceWrapper.getDLFolders(int start, int end)
    Returns a range of all the document library folders.
    DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
    Returns all the document library folders matching the UUID and company.
    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.
    static List<DLFolder>
    DLFolderLocalServiceUtil.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.
    DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId)
    Returns all the document library folders matching the UUID and company.
    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.
    DLFolderLocalService.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getFolders(long classNameId, String treePath)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long classNameId, String treePath)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long classNameId, String treePath)
     
    DLFolderService.getFolders(long groupId, double score, int start, int end)
     
    DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getFolders(long groupId, double score, int start, int end)
     
    static List<DLFolder>
    DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getFolders(long groupId, double score, int start, int end)
     
    DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getModelClass()
     
    DLFolderLocalServiceWrapper.getModelClass()
     
    DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getNoAssetFolders()
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getNoAssetFolders()
     
    DLFolderLocalServiceWrapper.getNoAssetFolders()
     
    DLFolderLocalService.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    DLFolderLocalServiceWrapper.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden)
     
    DLFolderLocalService.getRepositoryFolders(long repositoryId, int start, int end)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getRepositoryFolders(long repositoryId, int start, int end)
     
    DLFolderLocalServiceWrapper.getRepositoryFolders(long repositoryId, int start, int end)
     
    Methods in com.liferay.document.library.kernel.service with parameters of type DLFolder
    Modifier and Type
    Method
    Description
    boolean
    DLFolderLocalService.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    static boolean
    DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    boolean
    DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    DLFolderLocalService.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    static DLFolder
    DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
    Adds the document library folder to the database.
    void
    DLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
     
    static void
    DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
     
    void
    DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
     
    void
    DLFolderLocalService.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    static void
    DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    void
    DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
     
    DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
    Deletes the document library folder from the database.
    static DLFolder
    DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
    Deletes the document library folder from the database.
    DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
    Deletes the document library folder from the database.
    DLFolderLocalService.deleteFolder(DLFolder dlFolder)
     
    DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
     
    static DLFolder
    DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
     
    DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
     
    void
    DLAppHelperLocalService.moveDependentsToTrash(DLFolder dlFolder)
     
    static void
    DLAppHelperLocalServiceUtil.moveDependentsToTrash(DLFolder dlFolder)
     
    void
    DLAppHelperLocalServiceWrapper.moveDependentsToTrash(DLFolder dlFolder)
     
    void
    DLAppHelperLocalService.restoreDependentsFromTrash(DLFolder dlFolder)
     
    static void
    DLAppHelperLocalServiceUtil.restoreDependentsFromTrash(DLFolder dlFolder)
     
    void
    DLAppHelperLocalServiceWrapper.restoreDependentsFromTrash(DLFolder dlFolder)
     
    DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    static DLFolder
    DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
    Updates the document library folder in the database or adds it if it does not yet exist.
    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)
     
    void
    DLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
     
    Method parameters in com.liferay.document.library.kernel.service with type arguments of type DLFolder
    Modifier and Type
    Method
    Description
    boolean
    DLFolderLocalService.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    static boolean
    DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    boolean
    DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    void
    DLFolderLocalService.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    static void
    DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    void
    DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders)
     
    DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    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.
    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.
    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.
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    static List<DLFolder>
    DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    <R, E extends Throwable>
    R
    DLFolderLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFolder>,R,E> updateUnsafeFunction)
     
    <R, E extends Throwable>
    R
    DLFolderLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFolder>,R,E> updateUnsafeFunction)
     
  • Uses of DLFolder in com.liferay.document.library.kernel.service.persistence

    Modifier and Type
    Method
    Description
    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.
    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 ≠ ?.
    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 ≠ ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    DLFolderPersistence.fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    static DLFolder
    DLFolderUtil.fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    static DLFolder
    DLFolderUtil.fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    DLFolderPersistence.fetchByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.fetchByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean useFinderCache)
    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)
    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, boolean useFinderCache)
    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.
    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 = ?.
    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 = ?.
    DLFolderPersistence.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.fetchByGtF_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.fetchByGtF_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 ≠ ?.
    DLFolderPersistence.fetchByGtF_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.fetchByGtF_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 ≠ ?.
    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 = ?.
    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 = ?.
    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.
    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.
    DLFolderPersistence.fetchByR_M(long repositoryId, boolean mountPoint, boolean useFinderCache)
    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)
    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, boolean useFinderCache)
    Returns the document library folder where repositoryId = ? and mountPoint = ? or returns null if it could not be found, optionally using the finder cache.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    DLFolderPersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    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)
    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, boolean useFinderCache)
    Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder[]
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.filterFindByG_M_LikeT_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_LikeT_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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 ≠ ?.
    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 ≠ ?.
    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 ≠ ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByERC_G(String externalReferenceCode, long groupId)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
    static DLFolder
    DLFolderUtil.findByERC_G(String externalReferenceCode, long groupId)
    Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder[]
    DLFolderUtil.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_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.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_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.findByGtF_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 ≠ ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    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.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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.
    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 = ?.
    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 = ?.
    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.
    DLFolderPersistence.removeByERC_G(String externalReferenceCode, long groupId)
    Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.
    static DLFolder
    DLFolderUtil.removeByERC_G(String externalReferenceCode, long groupId)
    Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.
    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.
    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.
    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)
     
    DLFolderPersistence.updateImpl(DLFolder dlFolder)
     
    static DLFolder
    DLFolderUtil.updateImpl(DLFolder dlFolder)
     
    Methods in com.liferay.document.library.kernel.service.persistence that return types with arguments of type DLFolder
    Modifier and Type
    Method
    Description
    DLFolderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
     
    DLFolderPersistence.filterFindByG_M_LikeT_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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_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_LikeT_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_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status)
    Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status)
    Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    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 = ?.
    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 = ?.
    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)
    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, 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, 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 = ?.
    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 = ?.
    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 = ?.
    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)
    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, 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, 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 = ?.
    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 = ?.
    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 = ?.
    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)
    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, 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, 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 = ?.
    DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
    Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
    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 = ?.
    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)
    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, 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, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    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)
    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, 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, 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 = ?.
    DLFolderPersistence.filterFindByGroupId(long groupId)
    Returns all the document library folders that the user has permission to view where groupId = ?.
    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 = ?.
    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)
    Returns 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 = ?.
    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 = ?.
    DLFolderPersistence.findAll()
    Returns all the document library folders.
    DLFolderPersistence.findAll(int start, int end)
    Returns a range of all the document library folders.
    DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders.
    DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders.
    static List<DLFolder>
    DLFolderUtil.findAll()
    Returns all the document library folders.
    static List<DLFolder>
    DLFolderUtil.findAll(int start, int end)
    Returns a 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.
    static List<DLFolder>
    DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders.
    DLFolderPersistence.findByC_NotS(long companyId, int status)
    Returns all the document library folders where companyId = ? and status ≠ ?.
    DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end)
    Returns a range of all the document library folders where companyId = ? and status ≠ ?.
    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 ≠ ?.
    DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of 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 ≠ ?.
    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 ≠ ?.
    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 ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
    DLFolderPersistence.findByCompanyId(long companyId)
    Returns all the document library folders where companyId = ?.
    DLFolderPersistence.findByCompanyId(long companyId, int start, int end)
    Returns a range of all the document library folders where companyId = ?.
    DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where companyId = ?.
    DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where companyId = ?.
    static List<DLFolder>
    DLFolderUtil.findByCompanyId(long companyId)
    Returns 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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where companyId = ?.
    DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
    Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
    DLFolderPersistence.findByG_M_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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_LikeT_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_LikeT_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_LikeT_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_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status)
    Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end)
    Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status)
    Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end)
    Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
    Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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)
    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, 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, 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, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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)
    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, 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, 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, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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)
    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, 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, 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, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
    DLFolderPersistence.findByG_P(long groupId, long parentFolderId)
    Returns all the document library folders where groupId = ? and parentFolderId = ?.
    DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
    Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
    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 = ?.
    DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of 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 = ?.
    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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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)
    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, 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, 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, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
    DLFolderPersistence.findByGroupId(long groupId)
    Returns all the document library folders where groupId = ?.
    DLFolderPersistence.findByGroupId(long groupId, int start, int end)
    Returns a range of all the document library folders where groupId = ?.
    DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where groupId = ?.
    DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGroupId(long groupId)
    Returns 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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId)
    Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end)
    Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId)
    Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end)
    Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_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.findByGtF_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.findByGtF_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.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
    DLFolderPersistence.findByP_N(long parentFolderId, String name)
    Returns all the document library folders where parentFolderId = ? and name = ?.
    DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end)
    Returns a range of all the document library folders where parentFolderId = ? and name = ?.
    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 = ?.
    DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of 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 = ?.
    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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
    DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId)
    Returns all the document library folders where repositoryId = ? and parentFolderId = ?.
    DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end)
    Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.
    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 = ?.
    DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of 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 = ?.
    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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId)
    Returns all the document library folders where repositoryId = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end)
    Returns a range of all the document library folders where repositoryId = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where repositoryId = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where repositoryId = ?.
    static List<DLFolder>
    DLFolderUtil.findByRepositoryId(long repositoryId)
    Returns 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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where repositoryId = ?.
    DLFolderPersistence.findByUuid(String uuid)
    Returns all the document library folders where uuid = ?.
    DLFolderPersistence.findByUuid(String uuid, int start, int end)
    Returns a range of all the document library folders where uuid = ?.
    DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where uuid = ?.
    DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where uuid = ?.
    static List<DLFolder>
    DLFolderUtil.findByUuid(String uuid)
    Returns 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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where uuid = ?.
    DLFolderPersistence.findByUuid_C(String uuid, long companyId)
    Returns all the document library folders where uuid = ? and companyId = ?.
    DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the document library folders where uuid = ? and companyId = ?.
    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 = ?.
    DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of 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 = ?.
    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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
    DLFolderFinder.findF_ByC_T(long classNameId, String treePath)
     
    static List<DLFolder>
    DLFolderFinderUtil.findF_ByC_T(long classNameId, String treePath)
     
    DLFolderFinder.findF_ByNoAssets()
     
    static List<DLFolder>
    DLFolderFinderUtil.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)
     
    DLFileEntryTypePersistence.getDLFolders(long pk)
    Returns all the document library folders associated with the document library file entry type.
    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.
    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 List<DLFolder>
    DLFileEntryTypeUtil.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.
    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.
    Modifier and Type
    Method
    Description
    boolean
    DLFileEntryTypePersistence.addDLFolder(long pk, DLFolder dlFolder)
    Adds an association between the document library file entry type and the document library folder.
    static boolean
    DLFileEntryTypeUtil.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)
     
    void
    DLFileEntryTypePersistence.removeDLFolder(long pk, DLFolder dlFolder)
    Removes the association between the document library file entry type and the document library folder.
    static void
    DLFileEntryTypeUtil.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)
     
    DLFolderPersistence.updateImpl(DLFolder dlFolder)
     
    static DLFolder
    DLFolderUtil.updateImpl(DLFolder dlFolder)
     
    Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFolder
    Modifier and Type
    Method
    Description
    boolean
    DLFileEntryTypePersistence.addDLFolders(long pk, List<DLFolder> dlFolders)
    Adds an association between the document library file entry type and the document library folders.
    static boolean
    DLFileEntryTypeUtil.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.
    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 ≠ ?.
    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 ≠ ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.fetchByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.fetchByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.fetchByGtF_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.fetchByGtF_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 ≠ ?.
    DLFolderPersistence.fetchByGtF_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.fetchByGtF_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 ≠ ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder[]
    DLFolderUtil.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.filterFindByG_M_LikeT_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_LikeT_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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders.
    DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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.
    static List<DLFolder>
    DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders.
    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 ≠ ?.
    DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
    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 ≠ ?.
    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 ≠ ?.
    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 ≠ ?.
    DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where companyId = ?.
    DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where companyId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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_LikeT_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_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder
    DLFolderUtil.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    static DLFolder[]
    DLFolderUtil.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, 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 treePath LIKE ? and hidden = ? and status ≠ ?.
    DLFolderPersistence.findByG_M_LikeT_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_LikeT_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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    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 useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where groupId = ?.
    DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where groupId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    static DLFolder
    DLFolderUtil.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
    Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.
    DLFolderPersistence.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
    static List<DLFolder>
    DLFolderUtil.findByGtF_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.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
    DLFolderPersistence.findByGtF_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.findByGtF_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 ≠ ?.
    DLFolderPersistence.findByGtF_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.findByGtF_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 ≠ ?.
    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 = ?.
    DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where repositoryId = ?.
    DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where repositoryId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
    Returns an ordered range of all the document library folders where uuid = ?.
    DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where uuid = ?.
    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 = ?.
    DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    static List<DLFolder>
    DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator)
     
    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 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.
    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.removeDLFolders(long pk, List<DLFolder> dlFolders)
    Removes the association between the document library file entry type and the document library folders.
    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.
    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.
  • Uses of DLFolder in com.liferay.document.library.kernel.util.comparator

    Modifier and Type
    Method
    Description
    int
    FolderIdComparator.compare(DLFolder folder1, DLFolder folder2)