Uses of Class
com.liferay.document.library.kernel.exception.NoSuchFolderException

Packages that use NoSuchFolderException
  • Uses of NoSuchFolderException in com.liferay.document.library.kernel.service.persistence

    Modifier and Type
    Method
    Description
    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.