Class DLFolderUtil
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFolderPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddDLFileEntryType(long pk, long dlFileEntryTypePK) Adds an association between the document library folder and the document library file entry type.static booleanaddDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.static booleanaddDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Adds an association between the document library folder and the document library file entry types.static booleanaddDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.static voidcacheResult(DLFolder dlFolder) Caches the document library folder in the entity cache if it is enabled.static voidcacheResult(List<DLFolder> dlFolders) Caches the document library folders in the entity cache if it is enabled.static voidstatic voidclearCache(DLFolder dlFolder) static voidclearDLFileEntryTypes(long pk) Clears all associations between the document library folder and its document library file entry types.static booleancontainsDLFileEntryType(long pk, long dlFileEntryTypePK) Returnstrueif the document library file entry type is associated with the document library folder.static booleancontainsDLFileEntryTypes(long pk) Returnstrueif the document library folder has any document library file entry types associated with it.static intcountAll()Returns the number of document library folders.static intcountByC_NotS(long companyId, int status) Returns the number of document library folders where companyId = ? and status ≠ ?.static intcountByCompanyId(long companyId) Returns the number of document library folders where companyId = ?.static intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of document library folders where externalReferenceCode = ? and groupId = ?.static intcountByG_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 = ?.static intcountByG_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 ≠ ?.static intcountByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.static intcountByG_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 = ?.static intcountByG_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 = ?.static intcountByG_P(long groupId, long parentFolderId) Returns the number of document library folders where groupId = ? and parentFolderId = ?.static intcountByG_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 = ?.static intcountByG_P_N(long groupId, long parentFolderId, String name) Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?.static intcountByGroupId(long groupId) Returns the number of document library folders where groupId = ?.static intcountByGtF_C_P(long folderId, long companyId, long parentFolderId) Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ?.static intcountByGtF_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 ≠ ?.static intcountByP_N(long parentFolderId, String name) Returns the number of document library folders where parentFolderId = ? and name = ?.static intcountByR_M(long repositoryId, boolean mountPoint) Returns the number of document library folders where repositoryId = ? and mountPoint = ?.static intcountByR_P(long repositoryId, long parentFolderId) Returns the number of document library folders where repositoryId = ? and parentFolderId = ?.static intcountByRepositoryId(long repositoryId) Returns the number of document library folders where repositoryId = ?.static intcountByUuid(String uuid) Returns the number of document library folders where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of document library folders where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of document library folders where uuid = ? and groupId = ?.static longcountWithDynamicQuery(DynamicQuery dynamicQuery) static DLFoldercreate(long folderId) Creates a new document library folder with the primary key.static DLFolderfetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderfetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderfetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderfetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolderfetchByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static DLFolderfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFolderfetchByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderfetchByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderfetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderfetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderfetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderfetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderfetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderfetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderfetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderfetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderfetchByG_P_N(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif it could not be found.static DLFolderfetchByG_P_N(long groupId, long parentFolderId, String name, boolean useFinderCache) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFolderfetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderfetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolderfetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderfetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderfetchByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderfetchByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderfetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderfetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderfetchByPrimaryKey(long folderId) Returns the document library folder with the primary key or returnsnullif it could not be found.static Map<Serializable,DLFolder> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static DLFolderfetchByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif it could not be found.static DLFolderfetchByR_M(long repositoryId, boolean mountPoint, boolean useFinderCache) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFolderfetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderfetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderfetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderfetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolderfetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderfetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderfetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderfetchByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or returnsnullif it could not be found.static DLFolderfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library folder where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFolderfetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static intfilterCountByG_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 = ?.static intfilterCountByG_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 ≠ ?.static intfilterCountByG_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 = ?.static intfilterCountByG_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 = ?.static intfilterCountByG_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 = ?.static intfilterCountByG_P(long groupId, long parentFolderId) Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.static intfilterCountByG_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 = ?.static intfilterCountByGroupId(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 ≠ ?.static 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 ≠ ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 ≠ ?.static DLFolderfindByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderfindByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder[]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 = ?.static DLFolderfindByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderfindByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static 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 = ?.static DLFolderfindByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderExceptionif 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 = ?.static DLFolderfindByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderfindByG_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 ≠ ?.static DLFolderfindByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderfindByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]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 = ?.static DLFolderfindByG_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 = ?.static DLFolderfindByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderfindByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]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 = ?.static DLFolderfindByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfindByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfindByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]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 = ?.static DLFolderfindByG_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 = ?.static DLFolderfindByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfindByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderfindByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderfindByG_P_N(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws aNoSuchFolderExceptionif it could not be found.static 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 = ?.static DLFolderfindByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderfindByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static 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 = ?.static DLFolderfindByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderfindByGtF_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 ≠ ?.static DLFolderfindByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderfindByGtF_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 = ?.static DLFolderfindByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderfindByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder[]findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderfindByPrimaryKey(long folderId) Returns the document library folder with the primary key or throws aNoSuchFolderExceptionif it could not be found.static DLFolderfindByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderExceptionif 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 = ?.static DLFolderfindByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderfindByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder[]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 = ?.static DLFolderfindByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderfindByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static 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 = ?.static DLFolderfindByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderfindByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder[]findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderfindByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderfindByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or throws aNoSuchFolderExceptionif it could not be found.static DLFolderfindByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static 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 = ?.findWithDynamicQuery(DynamicQuery dynamicQuery) findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator) static long[]getDLFileEntryTypePrimaryKeys(long pk) Returns the primaryKeys of document library file entry types associated with the document library folder.static List<DLFileEntryType>getDLFileEntryTypes(long pk) Returns all the document library file entry types associated with the document library folder.static List<DLFileEntryType>getDLFileEntryTypes(long pk, int start, int end) Returns a range of all the document library file entry types associated with the document library folder.static 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.static intgetDLFileEntryTypesSize(long pk) Returns the number of document library file entry types associated with the document library folder.static DLFolderPersistencestatic DLFolderremove(long folderId) Removes the document library folder with the primary key from the database.static voidRemoves all the document library folders from the database.static voidremoveByC_NotS(long companyId, int status) Removes all the document library folders where companyId = ? and status ≠ ? from the database.static voidremoveByCompanyId(long companyId) Removes all the document library folders where companyId = ? from the database.static DLFolderremoveByERC_G(String externalReferenceCode, long groupId) Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? from the database.static voidremoveByG_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.static voidremoveByG_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.static voidremoveByG_P(long groupId, long parentFolderId) Removes all the document library folders where groupId = ? and parentFolderId = ? from the database.static voidremoveByG_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.static DLFolderremoveByG_P_N(long groupId, long parentFolderId, String name) Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.static voidremoveByGroupId(long groupId) Removes all the document library folders where groupId = ? from the database.static voidremoveByGtF_C_P(long folderId, long companyId, long parentFolderId) Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? from the database.static voidremoveByGtF_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.static voidremoveByP_N(long parentFolderId, String name) Removes all the document library folders where parentFolderId = ? and name = ? from the database.static DLFolderremoveByR_M(long repositoryId, boolean mountPoint) Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.static voidremoveByR_P(long repositoryId, long parentFolderId) Removes all the document library folders where repositoryId = ? and parentFolderId = ? from the database.static voidremoveByRepositoryId(long repositoryId) Removes all the document library folders where repositoryId = ? from the database.static voidremoveByUuid(String uuid) Removes all the document library folders where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the document library folders where uuid = ? and companyId = ? from the database.static DLFolderremoveByUUID_G(String uuid, long groupId) Removes the document library folder where uuid = ? and groupId = ? from the database.static voidremoveDLFileEntryType(long pk, long dlFileEntryTypePK) Removes the association between the document library folder and the document library file entry type.static voidremoveDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.static voidremoveDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Removes the association between the document library folder and the document library file entry types.static voidremoveDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.static voidsetDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.static voidsetDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.static voidsetPersistence(DLFolderPersistence persistence) static DLFolderstatic DLFolderupdate(DLFolder dlFolder, ServiceContext serviceContext) static DLFolderupdateImpl(DLFolder dlFolder)
-
Constructor Details
-
DLFolderUtil
public DLFolderUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<DLFolder> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator) -
update
-
update
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByUuid_First
public static DLFolder fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByUuid_Last
public static 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 foundNoSuchFolderException
-
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
nullif a matching document library folder could not be found
-
findByUuid_PrevAndNext
public static 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 foundNoSuchFolderException
-
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 aNoSuchFolderExceptionif 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 foundNoSuchFolderException
-
fetchByUUID_G
Returns the document library folder where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching document library folder, or
nullif a matching document library folder could not be found
-
fetchByUUID_G
Returns the document library folder where uuid = ? and groupId = ? or returnsnullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByUuid_C_First
public static 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
nullif a matching document library folder could not be found
-
findByUuid_C_Last
public static 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 foundNoSuchFolderException
-
fetchByUuid_C_Last
public static 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
nullif a matching document library folder could not be found
-
findByUuid_C_PrevAndNext
public static 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 foundNoSuchFolderException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByGroupId_First
public static DLFolder fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByGroupId_Last
public static 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 foundNoSuchFolderException
-
fetchByGroupId_Last
public static DLFolder fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByGroupId_PrevAndNext
public static 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 foundNoSuchFolderException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the document library folders where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByCompanyId_First
public static DLFolder fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByCompanyId_Last
public static 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 foundNoSuchFolderException
-
fetchByCompanyId_Last
public static DLFolder fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByCompanyId_PrevAndNext
public static 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 foundNoSuchFolderException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the document library folders where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByRepositoryId_First
public static 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
nullif a matching document library folder could not be found
-
findByRepositoryId_Last
public static 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 foundNoSuchFolderException
-
fetchByRepositoryId_Last
public static DLFolder fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) 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
nullif a matching document library folder could not be found
-
findByRepositoryId_PrevAndNext
public static 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 foundNoSuchFolderException
-
removeByRepositoryId
public static void removeByRepositoryId(long repositoryId) Removes all the document library folders where repositoryId = ? from the database.- Parameters:
repositoryId- the repository ID
-
countByRepositoryId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_P_First
public static 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
nullif a matching document library folder could not be found
-
findByG_P_Last
public static 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 foundNoSuchFolderException
-
fetchByG_P_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_P_PrevAndNext
public static 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 foundNoSuchFolderException
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_P
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByC_NotS_First
public static 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
nullif a matching document library folder could not be found
-
findByC_NotS_Last
public static 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 foundNoSuchFolderException
-
fetchByC_NotS_Last
public static 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
nullif a matching document library folder could not be found
-
findByC_NotS_PrevAndNext
public static 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 foundNoSuchFolderException
-
removeByC_NotS
public static 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
public static 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
public static DLFolder findByR_M(long repositoryId, boolean mountPoint) throws NoSuchFolderException Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderExceptionif 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 foundNoSuchFolderException
-
fetchByR_M
Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
repositoryId- the repository IDmountPoint- the mount point- Returns:
- the matching document library folder, or
nullif a matching document library folder could not be found
-
fetchByR_M
Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif 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
nullif a matching document library folder could not be found
-
removeByR_M
public static DLFolder removeByR_M(long repositoryId, boolean mountPoint) throws NoSuchFolderException 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByR_P_First
public static 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
nullif a matching document library folder could not be found
-
findByR_P_Last
public static 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 foundNoSuchFolderException
-
fetchByR_P_Last
public static 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
nullif a matching document library folder could not be found
-
findByR_P_PrevAndNext
public static 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 foundNoSuchFolderException
-
removeByR_P
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByP_N_First
public static 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
nullif a matching document library folder could not be found
-
findByP_N_Last
public static 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 foundNoSuchFolderException
-
fetchByP_N_Last
public static 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
nullif a matching document library folder could not be found
-
findByP_N_PrevAndNext
public static 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 foundNoSuchFolderException
-
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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByGtF_C_P_First
public static 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
nullif a matching document library folder could not be found
-
findByGtF_C_P_Last
public static 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 foundNoSuchFolderException
-
fetchByGtF_C_P_Last
public static 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
nullif a matching document library folder could not be found
-
removeByGtF_C_P
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_First
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_Last
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_M_P
public static List<DLFolder> 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 = ?.- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_M_P
public static 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
public static 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
public static 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
public static DLFolder findByG_P_N(long groupId, long parentFolderId, String name) throws NoSuchFolderException Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws aNoSuchFolderExceptionif 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 foundNoSuchFolderException
-
fetchByG_P_N
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif 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
nullif a matching document library folder could not be found
-
fetchByG_P_N
public static DLFolder fetchByG_P_N(long groupId, long parentFolderId, String name, boolean useFinderCache) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif 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
nullif a matching document library folder could not be found
-
removeByG_P_N
public static DLFolder removeByG_P_N(long groupId, long parentFolderId, String name) throws NoSuchFolderException 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
public static List<DLFolder> 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 ≠ ?.- Parameters:
folderId- the folder IDcompanyId- the company IDparentFolderId- the parent folder IDstatus- the status- Returns:
- the matching document library folders
-
findByGtF_C_P_NotS
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByGtF_C_P_NotS_First
public static 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
nullif a matching document library folder could not be found
-
findByGtF_C_P_NotS_Last
public static 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 foundNoSuchFolderException
-
fetchByGtF_C_P_NotS_Last
public static 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
nullif a matching document library folder could not be found
-
removeByGtF_C_P_NotS
public static 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
public static 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
public static List<DLFolder> 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 = ?.- Parameters:
groupId- the group IDmountPoint- the mount pointparentFolderId- the parent folder IDhidden- the hidden- Returns:
- the matching document library folders
-
findByG_M_P_H
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_H_First
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_H_Last
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_H_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_H_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_M_P_H
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_M_P_H
public static 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
public static 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
public static 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
public static List<DLFolder> 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 = ?.- Parameters:
groupId- the group IDmountPoint- the mount pointtreePath- the tree pathhidden- the hidden- Returns:
- the matching document library folders
-
findByG_M_LikeT_H
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_M_LikeT_H_First
public static 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
nullif a matching document library folder could not be found
-
findByG_M_LikeT_H_Last
public static 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 foundNoSuchFolderException
-
fetchByG_M_LikeT_H_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_M_LikeT_H_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_M_LikeT_H
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_M_LikeT_H
public static 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.- Parameters:
groupId- the group IDmountPoint- the mount pointtreePath- the tree pathhidden- the hidden
-
countByG_M_LikeT_H
public static 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 = ?.- 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
public static 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 = ?.- 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
public static List<DLFolder> 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 = ?.- Parameters:
groupId- the group IDparentFolderId- the parent folder IDhidden- the hiddenstatus- the status- Returns:
- the matching document library folders
-
findByG_P_H_S
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_P_H_S_First
public static 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
nullif a matching document library folder could not be found
-
findByG_P_H_S_Last
public static 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 foundNoSuchFolderException
-
fetchByG_P_H_S_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_P_H_S_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_P_H_S
public static List<DLFolder> 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 = ?.- 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_P_H_S
public static 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
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_H_S_First
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_H_S_Last
public static 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 foundNoSuchFolderException
-
fetchByG_M_P_H_S_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_M_P_H_S_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_M_P_H_S
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_M_P_H_S
public static 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
public static 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
public static 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
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
fetchByG_M_LikeT_H_NotS_First
public static 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
nullif a matching document library folder could not be found
-
findByG_M_LikeT_H_NotS_Last
public static 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 foundNoSuchFolderException
-
fetchByG_M_LikeT_H_NotS_Last
public static 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
nullif a matching document library folder could not be found
-
findByG_M_LikeT_H_NotS_PrevAndNext
public static 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 foundNoSuchFolderException
-
filterFindByG_M_LikeT_H_NotS
public static 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 foundNoSuchFolderException
-
removeByG_M_LikeT_H_NotS
public static 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
public static 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
public static 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
public static DLFolder findByERC_G(String externalReferenceCode, long groupId) throws NoSuchFolderException Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderExceptionif 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 foundNoSuchFolderException
-
fetchByERC_G
Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching document library folder could not be found
-
fetchByERC_G
public static DLFolder fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif 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
nullif a matching document library folder could not be found
-
removeByERC_G
public static DLFolder removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchFolderException 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 foundNoSuchFolderException
-
updateImpl
-
findByPrimaryKey
Returns the document library folder with the primary key or throws aNoSuchFolderExceptionif 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 foundNoSuchFolderException
-
fetchByPrimaryKey
Returns the document library folder with the primary key or returnsnullif it could not be found.- Parameters:
folderId- the primary key of the document library folder- Returns:
- the document library folder, or
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static List<DLFolder> findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static void removeAll()Removes all the document library folders from the database. -
countAll
public static int countAll()Returns the number of document library folders.- Returns:
- the number of document library folders
-
getDLFileEntryTypePrimaryKeys
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
public static 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
public static boolean containsDLFileEntryType(long pk, long dlFileEntryTypePK) Returnstrueif 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:
trueif the document library file entry type is associated with the document library folder;falseotherwise
-
containsDLFileEntryTypes
public static boolean containsDLFileEntryTypes(long pk) Returnstrueif 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:
trueif the document library folder has any document library file entry types associated with it;falseotherwise
-
addDLFileEntryType
public static 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:
trueif an association between the document library folder and the document library file entry type was added;falseif 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:
trueif an association between the document library folder and the document library file entry type was added;falseif they were already associated
-
addDLFileEntryTypes
public static 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:
trueif at least one association between the document library folder and the document library file entry types was added;falseif 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:
trueif at least one association between the document library folder and the document library file entry types was added;falseif they were all already associated
-
clearDLFileEntryTypes
public static 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
public static 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
public static 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
public static 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
-
getPersistence
-
setPersistence
-