Interface DLFolderPersistence
- All Superinterfaces:
BasePersistence<DLFolder>
,CTPersistence<DLFolder>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addDLFileEntryType
(long pk, long dlFileEntryTypePK) Adds an association between the document library folder and the document library file entry type.boolean
addDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.boolean
addDLFileEntryTypes
(long pk, long[] dlFileEntryTypePKs) Adds an association between the document library folder and the document library file entry types.boolean
addDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.void
cacheResult
(DLFolder dlFolder) Caches the document library folder in the entity cache if it is enabled.void
cacheResult
(List<DLFolder> dlFolders) Caches the document library folders in the entity cache if it is enabled.void
clearDLFileEntryTypes
(long pk) Clears all associations between the document library folder and its document library file entry types.boolean
containsDLFileEntryType
(long pk, long dlFileEntryTypePK) Returnstrue
if the document library file entry type is associated with the document library folder.boolean
containsDLFileEntryTypes
(long pk) Returnstrue
if the document library folder has any document library file entry types associated with it.int
countAll()
Returns the number of document library folders.int
countByC_NotS
(long companyId, int status) Returns the number of document library folders where companyId = ? and status ≠ ?.int
countByCompanyId
(long companyId) Returns the number of document library folders where companyId = ?.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of document library folders where externalReferenceCode = ? and groupId = ?.int
countByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns the number of document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.int
countByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns the number of document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.int
countByG_M_P
(long groupId, boolean mountPoint, long parentFolderId) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.int
countByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.int
countByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.int
countByG_P
(long groupId, long parentFolderId) Returns the number of document library folders where groupId = ? and parentFolderId = ?.int
countByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status) Returns the number of document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.int
countByG_P_N
(long groupId, long parentFolderId, String name) Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?.int
countByGroupId
(long groupId) Returns the number of document library folders where groupId = ?.int
countByGtF_C_P
(long folderId, long companyId, long parentFolderId) Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ?.int
countByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status) Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.int
countByP_N
(long parentFolderId, String name) Returns the number of document library folders where parentFolderId = ? and name = ?.int
countByR_M
(long repositoryId, boolean mountPoint) Returns the number of document library folders where repositoryId = ? and mountPoint = ?.int
countByR_P
(long repositoryId, long parentFolderId) Returns the number of document library folders where repositoryId = ? and parentFolderId = ?.int
countByRepositoryId
(long repositoryId) Returns the number of document library folders where repositoryId = ?.int
countByUuid
(String uuid) Returns the number of document library folders where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of document library folders where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of document library folders where uuid = ? and groupId = ?.create
(long folderId) Creates a new document library folder with the primary key.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.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 = ?.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 = ?.fetchByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.fetchByG_P_N
(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnull
if it could not be found.fetchByG_P_N
(long groupId, long parentFolderId, String name, boolean useFinderCache) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.fetchByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.fetchByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.fetchByPrimaryKey
(long folderId) Returns the document library folder with the primary key or returnsnull
if it could not be found.fetchByR_M
(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnull
if it could not be found.fetchByR_M
(long repositoryId, boolean mountPoint, boolean useFinderCache) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.fetchByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the document library folder where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.int
filterCountByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.int
filterCountByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.int
filterCountByG_M_P
(long groupId, boolean mountPoint, long parentFolderId) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.int
filterCountByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.int
filterCountByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.int
filterCountByG_P
(long groupId, long parentFolderId) Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.int
filterCountByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.int
filterCountByGroupId
(long groupId) Returns the number of document library folders that the user has permission to view where groupId = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.DLFolder[]
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 ≠ ?.DLFolder[]
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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]
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 = ?.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 = ?.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 = ?.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 = ?.DLFolder[]
filterFindByG_M_P_H_S_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
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 = ?.filterFindByG_P
(long groupId, long parentFolderId) Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
filterFindByG_P_H_S_PrevAndNext
(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
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 = ?.filterFindByGroupId
(long groupId) Returns all the document library folders that the user has permission to view where groupId = ?.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 = ?.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 = ?.DLFolder[]
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 = ?.findAll()
Returns all the document library folders.findAll
(int start, int end) Returns a range of all the document library folders.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.findByC_NotS
(long companyId, int status) Returns all the document library folders where companyId = ? and status ≠ ?.findByC_NotS
(long companyId, int status, int start, int end) Returns a range of all the document library folders where companyId = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolder[]
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 ≠ ?.findByCompanyId
(long companyId) Returns all the document library folders where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the document library folders where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.findByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFolder[]
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 = ?.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.DLFolder[]
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 ≠ ?.DLFolder[]
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 = ?.findByG_M_P
(long groupId, boolean mountPoint, long parentFolderId) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_M_P_H_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]
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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_M_P_H_S_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
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 = ?.findByG_M_P_Last
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolder[]
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 = ?.findByG_P
(long groupId, long parentFolderId) Returns all the document library folders where groupId = ? and parentFolderId = ?.findByG_P
(long groupId, long parentFolderId, int start, int end) Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.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 = ?.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 = ?.findByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_P_H_S_Last
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
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 = ?.findByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.findByG_P_N
(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws aNoSuchFolderException
if it could not be found.DLFolder[]
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 = ?.findByGroupId
(long groupId) Returns all the document library folders where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the document library folders where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolder[]
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 = ?.findByGtF_C_P
(long folderId, long companyId, long parentFolderId) Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.Returns all the document library folders where parentFolderId = ? and name = ?.Returns a range of all the document library folders where parentFolderId = ? and name = ?.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 = ?.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 = ?.findByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.findByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolder[]
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 = ?.findByPrimaryKey
(long folderId) Returns the document library folder with the primary key or throws aNoSuchFolderException
if it could not be found.findByR_M
(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderException
if it could not be found.findByR_P
(long repositoryId, long parentFolderId) Returns all the document library folders where repositoryId = ? and parentFolderId = ?.findByR_P
(long repositoryId, long parentFolderId, int start, int end) Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.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 = ?.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 = ?.findByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.findByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolder[]
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 = ?.findByRepositoryId
(long repositoryId) Returns all the document library folders where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end) Returns a range of all the document library folders where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFolder[]
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 = ?.findByUuid
(String uuid) Returns all the document library folders where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the document library folders where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the document library folders where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the document library folders where uuid = ? and companyId = ?.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 = ?.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 = ?.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFolder[]
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 = ?.findByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or throws aNoSuchFolderException
if it could not be found.findByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFolder[]
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 = ?.long[]
getDLFileEntryTypePrimaryKeys
(long pk) Returns the primaryKeys of document library file entry types associated with the document library folder.getDLFileEntryTypes
(long pk) Returns all the document library file entry types associated with the document library folder.getDLFileEntryTypes
(long pk, int start, int end) Returns a range of all the document library file entry types associated with the document library folder.getDLFileEntryTypes
(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.int
getDLFileEntryTypesSize
(long pk) Returns the number of document library file entry types associated with the document library folder.remove
(long folderId) Removes the document library folder with the primary key from the database.void
Removes all the document library folders from the database.void
removeByC_NotS
(long companyId, int status) Removes all the document library folders where companyId = ? and status ≠ ? from the database.void
removeByCompanyId
(long companyId) Removes all the document library folders where companyId = ? from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.void
removeByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden) Removes all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? from the database.void
removeByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Removes all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ? from the database.void
removeByG_M_P
(long groupId, boolean mountPoint, long parentFolderId) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? from the database.void
removeByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? from the database.void
removeByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ? from the database.void
removeByG_P
(long groupId, long parentFolderId) Removes all the document library folders where groupId = ? and parentFolderId = ? from the database.void
removeByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status) Removes all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ? from the database.removeByG_P_N
(long groupId, long parentFolderId, String name) Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.void
removeByGroupId
(long groupId) Removes all the document library folders where groupId = ? from the database.void
removeByGtF_C_P
(long folderId, long companyId, long parentFolderId) Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? from the database.void
removeByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status) Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ? from the database.void
removeByP_N
(long parentFolderId, String name) Removes all the document library folders where parentFolderId = ? and name = ? from the database.removeByR_M
(long repositoryId, boolean mountPoint) Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.void
removeByR_P
(long repositoryId, long parentFolderId) Removes all the document library folders where repositoryId = ? and parentFolderId = ? from the database.void
removeByRepositoryId
(long repositoryId) Removes all the document library folders where repositoryId = ? from the database.void
removeByUuid
(String uuid) Removes all the document library folders where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the document library folders where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the document library folder where uuid = ? and groupId = ? from the database.void
removeDLFileEntryType
(long pk, long dlFileEntryTypePK) Removes the association between the document library folder and the document library file entry type.void
removeDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.void
removeDLFileEntryTypes
(long pk, long[] dlFileEntryTypePKs) Removes the association between the document library folder and the document library file entry types.void
removeDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.void
setDLFileEntryTypes
(long pk, long[] dlFileEntryTypePKs) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.void
setDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.updateImpl
(DLFolder dlFolder) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the document library folders where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching document library folders
-
findByUuid
Returns a range of all the document library folders where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByUuid
List<DLFolder> findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByUuid
List<DLFolder> findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByUuid_First
DLFolder findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByUuid_First
Returns the first document library folder in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByUuid_Last
DLFolder findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByUuid_Last
Returns the last document library folder in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByUuid_PrevAndNext
DLFolder[] findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.- Parameters:
folderId
- the primary key of the current document library folderuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByUuid
Removes all the document library folders where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of document library folders where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching document library folders
-
findByUUID_G
Returns the document library folder where uuid = ? and groupId = ? or throws aNoSuchFolderException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByUUID_G
Returns the document library folder where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
fetchByUUID_G
Returns the document library folder where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
removeByUUID_G
Removes the document library folder where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the document library folder that was removed
- Throws:
NoSuchFolderException
-
countByUUID_G
Returns the number of document library folders where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching document library folders
-
findByUuid_C
Returns all the document library folders where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching document library folders
-
findByUuid_C
Returns a range of all the document library folders where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByUuid_C
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByUuid_C
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByUuid_C_First
DLFolder findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByUuid_C_First
DLFolder fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByUuid_C_Last
DLFolder findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByUuid_C_Last
DLFolder fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByUuid_C_PrevAndNext
DLFolder[] findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.- Parameters:
folderId
- the primary key of the current document library folderuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByUuid_C
Removes all the document library folders where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of document library folders where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching document library folders
-
findByGroupId
Returns all the document library folders where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching document library folders
-
findByGroupId
Returns a range of all the document library folders where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByGroupId
List<DLFolder> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByGroupId
List<DLFolder> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByGroupId_First
DLFolder findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGroupId_First
Returns the first document library folder in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByGroupId_Last
DLFolder findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGroupId_Last
Returns the last document library folder in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByGroupId_PrevAndNext
DLFolder[] findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByGroupId
Returns all the document library folders that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByGroupId
Returns a range of all the document library folders that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByGroupId
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByGroupId_PrevAndNext
DLFolder[] filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the document library folders where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of document library folders where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching document library folders
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of document library folders that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching document library folders that the user has permission to view
-
findByCompanyId
Returns all the document library folders where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching document library folders
-
findByCompanyId
Returns a range of all the document library folders where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByCompanyId
List<DLFolder> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByCompanyId
List<DLFolder> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByCompanyId_First
DLFolder findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByCompanyId_First
Returns the first document library folder in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByCompanyId_Last
DLFolder findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByCompanyId_Last
Returns the last document library folder in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByCompanyId_PrevAndNext
DLFolder[] findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.- Parameters:
folderId
- the primary key of the current document library foldercompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the document library folders where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of document library folders where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching document library folders
-
findByRepositoryId
Returns all the document library folders where repositoryId = ?.- Parameters:
repositoryId
- the repository ID- Returns:
- the matching document library folders
-
findByRepositoryId
Returns a range of all the document library folders where repositoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByRepositoryId
List<DLFolder> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByRepositoryId
List<DLFolder> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByRepositoryId_First
DLFolder findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByRepositoryId_First
DLFolder fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByRepositoryId_Last
DLFolder findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByRepositoryId_Last
Returns the last document library folder in the ordered set where repositoryId = ?.- Parameters:
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByRepositoryId_PrevAndNext
DLFolder[] findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.- Parameters:
folderId
- the primary key of the current document library folderrepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByRepositoryId
void removeByRepositoryId(long repositoryId) Removes all the document library folders where repositoryId = ? from the database.- Parameters:
repositoryId
- the repository ID
-
countByRepositoryId
int countByRepositoryId(long repositoryId) Returns the number of document library folders where repositoryId = ?.- Parameters:
repositoryId
- the repository ID- Returns:
- the number of matching document library folders
-
findByG_P
Returns all the document library folders where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder ID- Returns:
- the matching document library folders
-
findByG_P
Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_P_First
DLFolder findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_P_First
DLFolder fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_P_Last
DLFolder findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_P_Last
DLFolder fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_P_PrevAndNext
DLFolder[] findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_P
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder ID- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_P
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_P_PrevAndNext
DLFolder[] filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_P
void removeByG_P(long groupId, long parentFolderId) Removes all the document library folders where groupId = ? and parentFolderId = ? from the database.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder ID
-
countByG_P
int countByG_P(long groupId, long parentFolderId) Returns the number of document library folders where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders
-
filterCountByG_P
int filterCountByG_P(long groupId, long parentFolderId) Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders that the user has permission to view
-
findByC_NotS
Returns all the document library folders where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching document library folders
-
findByC_NotS
Returns a range of all the document library folders where companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByC_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByC_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByC_NotS_First
DLFolder findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByC_NotS_First
DLFolder fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByC_NotS_Last
DLFolder findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByC_NotS_Last
DLFolder fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByC_NotS_PrevAndNext
DLFolder[] findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.- Parameters:
folderId
- the primary key of the current document library foldercompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByC_NotS
void removeByC_NotS(long companyId, int status) Removes all the document library folders where companyId = ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_NotS
int countByC_NotS(long companyId, int status) Returns the number of document library folders where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching document library folders
-
findByR_M
Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderException
if it could not be found.- Parameters:
repositoryId
- the repository IDmountPoint
- the mount point- Returns:
- the matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByR_M
Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
repositoryId
- the repository IDmountPoint
- the mount point- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
fetchByR_M
Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
repositoryId
- the repository IDmountPoint
- the mount pointuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
removeByR_M
Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.- Parameters:
repositoryId
- the repository IDmountPoint
- the mount point- Returns:
- the document library folder that was removed
- Throws:
NoSuchFolderException
-
countByR_M
int countByR_M(long repositoryId, boolean mountPoint) Returns the number of document library folders where repositoryId = ? and mountPoint = ?.- Parameters:
repositoryId
- the repository IDmountPoint
- the mount point- Returns:
- the number of matching document library folders
-
findByR_P
Returns all the document library folders where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder ID- Returns:
- the matching document library folders
-
findByR_P
Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByR_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByR_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByR_P_First
DLFolder findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByR_P_First
DLFolder fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByR_P_Last
DLFolder findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByR_P_Last
DLFolder fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByR_P_PrevAndNext
DLFolder[] findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.- Parameters:
folderId
- the primary key of the current document library folderrepositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByR_P
void removeByR_P(long repositoryId, long parentFolderId) Removes all the document library folders where repositoryId = ? and parentFolderId = ? from the database.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder ID
-
countByR_P
int countByR_P(long repositoryId, long parentFolderId) Returns the number of document library folders where repositoryId = ? and parentFolderId = ?.- Parameters:
repositoryId
- the repository IDparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders
-
findByP_N
Returns all the document library folders where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the name- Returns:
- the matching document library folders
-
findByP_N
Returns a range of all the document library folders where parentFolderId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByP_N
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByP_N
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByP_N_First
DLFolder findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByP_N_First
DLFolder fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByP_N_Last
DLFolder findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByP_N_Last
DLFolder fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByP_N_PrevAndNext
DLFolder[] findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.- Parameters:
folderId
- the primary key of the current document library folderparentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByP_N
Removes all the document library folders where parentFolderId = ? and name = ? from the database.- Parameters:
parentFolderId
- the parent folder IDname
- the name
-
countByP_N
Returns the number of document library folders where parentFolderId = ? and name = ?.- Parameters:
parentFolderId
- the parent folder IDname
- the name- Returns:
- the number of matching document library folders
-
findByGtF_C_P
Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder ID- Returns:
- the matching document library folders
-
findByGtF_C_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByGtF_C_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByGtF_C_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByGtF_C_P_First
DLFolder findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGtF_C_P_First
DLFolder 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 = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByGtF_C_P_Last
DLFolder findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGtF_C_P_Last
DLFolder 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 = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
removeByGtF_C_P
void removeByGtF_C_P(long folderId, long companyId, long parentFolderId) Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? from the database.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder ID
-
countByGtF_C_P
int countByGtF_C_P(long folderId, long companyId, long parentFolderId) Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders
-
findByG_M_P
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder ID- Returns:
- the matching document library folders
-
findByG_M_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_M_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_M_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_M_P_First
DLFolder findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_First
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_Last
DLFolder findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_Last
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_PrevAndNext
DLFolder[] findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_M_P
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder ID- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_M_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_M_P
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_M_P_PrevAndNext
DLFolder[] filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_M_P
void removeByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? from the database.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder ID
-
countByG_M_P
int countByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders
-
filterCountByG_M_P
int filterCountByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder ID- Returns:
- the number of matching document library folders that the user has permission to view
-
findByG_P_N
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws aNoSuchFolderException
if it could not be found.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDname
- the name- Returns:
- the matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_P_N
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDname
- the name- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
fetchByG_P_N
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDname
- the nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
removeByG_P_N
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDname
- the name- Returns:
- the document library folder that was removed
- Throws:
NoSuchFolderException
-
countByG_P_N
Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDname
- the name- Returns:
- the number of matching document library folders
-
findByGtF_C_P_NotS
Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the status- Returns:
- the matching document library folders
-
findByGtF_C_P_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByGtF_C_P_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByGtF_C_P_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByGtF_C_P_NotS_First
DLFolder findByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGtF_C_P_NotS_First
DLFolder 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 ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByGtF_C_P_NotS_Last
DLFolder findByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByGtF_C_P_NotS_Last
DLFolder 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 ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
removeByGtF_C_P_NotS
void removeByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status) Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ? from the database.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the status
-
countByGtF_C_P_NotS
int countByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status) Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.- Parameters:
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the status- Returns:
- the number of matching document library folders
-
findByG_M_P_H
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hidden- Returns:
- the matching document library folders
-
findByG_M_P_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_M_P_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_M_P_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_M_P_H_First
DLFolder findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_H_First
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_H_Last
DLFolder findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_H_Last
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_H_PrevAndNext
DLFolder[] findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_M_P_H
List<DLFolder> 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hidden- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_M_P_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_M_P_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_M_P_H_PrevAndNext
DLFolder[] filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_M_P_H
void removeByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? from the database.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hidden
-
countByG_M_P_H
int countByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hidden- Returns:
- the number of matching document library folders
-
filterCountByG_M_P_H
int filterCountByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hidden- Returns:
- the number of matching document library folders that the user has permission to view
-
findByG_M_LikeT_H
Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hidden- Returns:
- the matching document library folders
-
findByG_M_LikeT_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_M_LikeT_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_M_LikeT_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_M_LikeT_H_First
DLFolder findByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_LikeT_H_First
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_LikeT_H_Last
DLFolder findByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_LikeT_H_Last
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_LikeT_H_PrevAndNext
DLFolder[] findByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_M_LikeT_H
List<DLFolder> 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hidden- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H_PrevAndNext
DLFolder[] filterFindByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_M_LikeT_H
Removes all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? from the database.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hidden
-
countByG_M_LikeT_H
Returns the number of document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hidden- Returns:
- the number of matching document library folders
-
filterCountByG_M_LikeT_H
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hidden- Returns:
- the number of matching document library folders that the user has permission to view
-
findByG_P_H_S
Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders
-
findByG_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_P_H_S_First
DLFolder findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_P_H_S_First
DLFolder 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 = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_P_H_S_Last
DLFolder findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_P_H_S_Last
DLFolder 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 = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_P_H_S_PrevAndNext
DLFolder[] findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_P_H_S
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_P_H_S_PrevAndNext
DLFolder[] filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_P_H_S
void removeByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Removes all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ? from the database.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status
-
countByG_P_H_S
int countByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns the number of document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders
-
filterCountByG_P_H_S
int filterCountByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders that the user has permission to view
-
findByG_M_P_H_S
List<DLFolder> 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders
-
findByG_M_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_M_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_M_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_M_P_H_S_First
DLFolder findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_H_S_First
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_H_S_Last
DLFolder findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_P_H_S_Last
DLFolder 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_P_H_S_PrevAndNext
DLFolder[] findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_M_P_H_S
List<DLFolder> 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 = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_M_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_M_P_H_S
List<DLFolder> 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_M_P_H_S_PrevAndNext
DLFolder[] filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 = ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_M_P_H_S
void removeByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ? from the database.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status
-
countByG_M_P_H_S
int countByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders
-
filterCountByG_M_P_H_S
int filterCountByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders that the user has permission to view
-
findByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders
-
findByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders
-
findByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders
-
findByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching document library folders
-
findByG_M_LikeT_H_NotS_First
DLFolder findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_LikeT_H_NotS_First
DLFolder 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 ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_LikeT_H_NotS_Last
DLFolder findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByG_M_LikeT_H_NotS_Last
DLFolder 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 ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching document library folder, or
null
if a matching document library folder could not be found
-
findByG_M_LikeT_H_NotS_PrevAndNext
DLFolder[] findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 ≠ ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
filterFindByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the status- Returns:
- the matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H_NotS
List<DLFolder> 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 ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching document library folders that the user has permission to view
-
filterFindByG_M_LikeT_H_NotS_PrevAndNext
DLFolder[] filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException 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 ≠ ?.- Parameters:
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
removeByG_M_LikeT_H_NotS
void removeByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Removes all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the status
-
countByG_M_LikeT_H_NotS
int countByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns the number of document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders
-
filterCountByG_M_LikeT_H_NotS
int filterCountByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.- Parameters:
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstatus
- the status- Returns:
- the number of matching document library folders that the user has permission to view
-
findByERC_G
Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching document library folder
- Throws:
NoSuchFolderException
- if a matching document library folder could not be found
-
fetchByERC_G
Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
fetchByERC_G
Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching document library folder, or
null
if a matching document library folder could not be found
-
removeByERC_G
Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the document library folder that was removed
- Throws:
NoSuchFolderException
-
countByERC_G
Returns the number of document library folders where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching document library folders
-
cacheResult
Caches the document library folder in the entity cache if it is enabled.- Parameters:
dlFolder
- the document library folder
-
cacheResult
Caches the document library folders in the entity cache if it is enabled.- Parameters:
dlFolders
- the document library folders
-
create
Creates a new document library folder with the primary key. Does not add the document library folder to the database.- Parameters:
folderId
- the primary key for the new document library folder- Returns:
- the new document library folder
-
remove
Removes the document library folder with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
folderId
- the primary key of the document library folder- Returns:
- the document library folder that was removed
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the document library folder with the primary key or throws aNoSuchFolderException
if it could not be found.- Parameters:
folderId
- the primary key of the document library folder- Returns:
- the document library folder
- Throws:
NoSuchFolderException
- if a document library folder with the primary key could not be found
-
fetchByPrimaryKey
Returns the document library folder with the primary key or returnsnull
if it could not be found.- Parameters:
folderId
- the primary key of the document library folder- Returns:
- the document library folder, or
null
if a document library folder with the primary key could not be found
-
findAll
Returns all the document library folders.- Returns:
- the document library folders
-
findAll
Returns a range of all the document library folders.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of document library folders
-
findAll
Returns an ordered range of all the document library folders.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of document library folders
-
findAll
List<DLFolder> findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of document library folders
-
removeAll
void removeAll()Removes all the document library folders from the database. -
countAll
int countAll()Returns the number of document library folders.- Returns:
- the number of document library folders
-
getDLFileEntryTypePrimaryKeys
long[] getDLFileEntryTypePrimaryKeys(long pk) Returns the primaryKeys of document library file entry types associated with the document library folder.- Parameters:
pk
- the primary key of the document library folder- Returns:
- long[] of the primaryKeys of document library file entry types associated with the document library folder
-
getDLFileEntryTypes
Returns all the document library file entry types associated with the document library folder.- Parameters:
pk
- the primary key of the document library folder- Returns:
- the document library file entry types associated with the document library folder
-
getDLFileEntryTypes
Returns a range of all the document library file entry types associated with the document library folder.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
pk
- the primary key of the document library folderstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)- Returns:
- the range of document library file entry types associated with the document library folder
-
getDLFileEntryTypes
List<DLFileEntryType> getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDLFolderModelImpl
.- Parameters:
pk
- the primary key of the document library folderstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of document library file entry types associated with the document library folder
-
getDLFileEntryTypesSize
int getDLFileEntryTypesSize(long pk) Returns the number of document library file entry types associated with the document library folder.- Parameters:
pk
- the primary key of the document library folder- Returns:
- the number of document library file entry types associated with the document library folder
-
containsDLFileEntryType
boolean containsDLFileEntryType(long pk, long dlFileEntryTypePK) Returnstrue
if the document library file entry type is associated with the document library folder.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry type- Returns:
true
if the document library file entry type is associated with the document library folder;false
otherwise
-
containsDLFileEntryTypes
boolean containsDLFileEntryTypes(long pk) Returnstrue
if the document library folder has any document library file entry types associated with it.- Parameters:
pk
- the primary key of the document library folder to check for associations with document library file entry types- Returns:
true
if the document library folder has any document library file entry types associated with it;false
otherwise
-
addDLFileEntryType
boolean addDLFileEntryType(long pk, long dlFileEntryTypePK) Adds an association between the document library folder and the document library file entry type. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry type- Returns:
true
if an association between the document library folder and the document library file entry type was added;false
if they were already associated
-
addDLFileEntryType
Adds an association between the document library folder and the document library file entry type. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryType
- the document library file entry type- Returns:
true
if an association between the document library folder and the document library file entry type was added;false
if they were already associated
-
addDLFileEntryTypes
boolean addDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Adds an association between the document library folder and the document library file entry types. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry types- Returns:
true
if at least one association between the document library folder and the document library file entry types was added;false
if they were all already associated
-
addDLFileEntryTypes
Adds an association between the document library folder and the document library file entry types. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry types- Returns:
true
if at least one association between the document library folder and the document library file entry types was added;false
if they were all already associated
-
clearDLFileEntryTypes
void clearDLFileEntryTypes(long pk) Clears all associations between the document library folder and its document library file entry types. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folder to clear the associated document library file entry types from
-
removeDLFileEntryType
void removeDLFileEntryType(long pk, long dlFileEntryTypePK) Removes the association between the document library folder and the document library file entry type. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry type
-
removeDLFileEntryType
Removes the association between the document library folder and the document library file entry type. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryType
- the document library file entry type
-
removeDLFileEntryTypes
void removeDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Removes the association between the document library folder and the document library file entry types. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry types
-
removeDLFileEntryTypes
Removes the association between the document library folder and the document library file entry types. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry types
-
setDLFileEntryTypes
void setDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry types to be associated with the document library folder
-
setDLFileEntryTypes
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.- Parameters:
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry types to be associated with the document library folder
-