Uses of Interface
com.liferay.document.library.kernel.model.DLFolder
Packages that use DLFolder
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of DLFolder in com.liferay.document.library.kernel.model
Classes in com.liferay.document.library.kernel.model that implement DLFolderFields in com.liferay.document.library.kernel.model with type parameters of type DLFolderMethods in com.liferay.document.library.kernel.model that return DLFolderModifier and TypeMethodDescriptionDLFolderModel.cloneWithOriginalValues()DLFolderWrapper.cloneWithOriginalValues()DLFileShortcut.getDLFolder()DLFileShortcutWrapper.getDLFolder()DLFileEntry.getFolder()DLFileEntryWrapper.getFolder()DLFileVersion.getFolder()DLFileVersionWrapper.getFolder()DLFolder.getParentFolder()DLFolderWrapper.getParentFolder()Methods in com.liferay.document.library.kernel.model that return types with arguments of type DLFolderModifier and TypeMethodDescriptionDLFolder.getAncestors()DLFolderWrapper.getAncestors()DLFolderWrapper.getAttributeGetterFunctions()DLFolderWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.document.library.kernel.model with parameters of type DLFolderConstructors in com.liferay.document.library.kernel.model with parameters of type DLFolder -
Uses of DLFolder in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return DLFolderModifier and TypeMethodDescriptionDLFolderLocalService.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.static DLFolderDLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.DLFolderLocalService.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) DLFolderLocalServiceWrapper.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) DLFolderService.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) DLFolderServiceWrapper.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) DLFolderLocalService.createDLFolder(long folderId) Creates a new document library folder with the primary key.static DLFolderDLFolderLocalServiceUtil.createDLFolder(long folderId) Creates a new document library folder with the primary key.DLFolderLocalServiceWrapper.createDLFolder(long folderId) Creates a new document library folder with the primary key.DLFolderLocalService.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.DLFolderLocalService.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.static DLFolderDLFolderLocalServiceUtil.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.static DLFolderDLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.DLFolderLocalServiceWrapper.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.DLFolderLocalService.deleteFolder(long folderId) DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries) DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) DLFolderLocalService.deleteFolder(DLFolder dlFolder) DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(long folderId) DLFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) DLFolderLocalService.fetchDLFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.fetchDLFolder(long folderId) DLFolderLocalServiceWrapper.fetchDLFolder(long folderId) DLFolderLocalService.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFolderDLFolderLocalServiceUtil.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalServiceWrapper.fetchDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalService.fetchDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.static DLFolderDLFolderLocalServiceUtil.fetchDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFolderLocalServiceWrapper.fetchDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFolderLocalService.fetchFolder(long folderId) DLFolderLocalService.fetchFolder(long groupId, long parentFolderId, String name) DLFolderLocalService.fetchFolder(String uuid, long groupId) static DLFolderDLFolderLocalServiceUtil.fetchFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.fetchFolder(long groupId, long parentFolderId, String name) static DLFolderDLFolderLocalServiceUtil.fetchFolder(String uuid, long groupId) DLFolderLocalServiceWrapper.fetchFolder(long folderId) DLFolderLocalServiceWrapper.fetchFolder(long groupId, long parentFolderId, String name) DLFolderLocalServiceWrapper.fetchFolder(String uuid, long groupId) DLFolderLocalService.getDLFolder(long folderId) Returns the document library folder with the primary key.static DLFolderDLFolderLocalServiceUtil.getDLFolder(long folderId) Returns the document library folder with the primary key.DLFolderLocalServiceWrapper.getDLFolder(long folderId) Returns the document library folder with the primary key.DLFolderLocalService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFolderDLFolderLocalServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFolderDLFolderServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.static DLFolderDLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFolderLocalService.getFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.getFolder(long folderId) static DLFolderDLFolderLocalServiceWrapper.getFolder(long folderId) DLFolderService.getFolder(long folderId) static DLFolderDLFolderServiceUtil.getFolder(long folderId) static DLFolderDLFolderServiceWrapper.getFolder(long folderId) DLFolderLocalService.getMountFolder(long repositoryId) static DLFolderDLFolderLocalServiceUtil.getMountFolder(long repositoryId) DLFolderLocalServiceWrapper.getMountFolder(long repositoryId) DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderLocalService.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.static DLFolderDLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalService.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) Methods in com.liferay.document.library.kernel.service that return types with arguments of type DLFolderModifier and TypeMethodDescriptionDLFolderLocalService.getCompanyFolders(long companyId, int start, int end) DLFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end) DLFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end) DLFolderLocalService.getCTPersistence()DLFolderLocalServiceWrapper.getCTPersistence()DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId) DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end) DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId) DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end) DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId) DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end) DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getDLFolders(int start, int end) Returns a range of all the document library folders.DLFolderLocalServiceUtil.getDLFolders(int start, int end) Returns a range of all the document library folders.DLFolderLocalServiceWrapper.getDLFolders(int start, int end) Returns a range of all the document library folders.DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId) Returns all the document library folders matching the UUID and company.DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId) Returns all the document library folders matching the UUID and company.DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId) Returns all the document library folders matching the UUID and company.DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalService.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalService.getFolders(long groupId, long parentFolderId) DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders) DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders(long classNameId, String treePath) DLFolderLocalServiceUtil.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long classNameId, String treePath) DLFolderLocalServiceWrapper.getFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long classNameId, String treePath) DLFolderService.getFolders(long groupId, double score, int start, int end) DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, double score, int start, int end) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, double score, int start, int end) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getModelClass()DLFolderLocalServiceWrapper.getModelClass()DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getNoAssetFolders()DLFolderLocalServiceUtil.getNoAssetFolders()DLFolderLocalServiceWrapper.getNoAssetFolders()DLFolderLocalService.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalServiceUtil.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalServiceWrapper.getNotInTrashFolders(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalService.getRepositoryFolders(long repositoryId, int start, int end) DLFolderLocalServiceUtil.getRepositoryFolders(long repositoryId, int start, int end) DLFolderLocalServiceWrapper.getRepositoryFolders(long repositoryId, int start, int end) Methods in com.liferay.document.library.kernel.service with parameters of type DLFolderModifier and TypeMethodDescriptionbooleanDLFolderLocalService.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) static booleanDLFolderLocalServiceUtil.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) booleanDLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) DLFolderLocalService.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.static DLFolderDLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder) Adds the document library folder to the database.voidDLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId, DLFolder dlFolder) static voidDLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId, DLFolder dlFolder) voidDLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId, DLFolder dlFolder) voidDLFolderLocalService.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) static voidDLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) voidDLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder) DLFolderLocalService.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.static DLFolderDLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder) Deletes the document library folder from the database.DLFolderLocalService.deleteFolder(DLFolder dlFolder) DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) voidDLAppHelperLocalService.moveDependentsToTrash(DLFolder dlFolder) static voidDLAppHelperLocalServiceUtil.moveDependentsToTrash(DLFolder dlFolder) voidDLAppHelperLocalServiceWrapper.moveDependentsToTrash(DLFolder dlFolder) voidDLAppHelperLocalService.restoreDependentsFromTrash(DLFolder dlFolder) static voidDLAppHelperLocalServiceUtil.restoreDependentsFromTrash(DLFolder dlFolder) voidDLAppHelperLocalServiceWrapper.restoreDependentsFromTrash(DLFolder dlFolder) DLFolderLocalService.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.static DLFolderDLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder) Updates the document library folder in the database or adds it if it does not yet exist.voidDLFileEntryTypeLocalService.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext) static voidDLFileEntryTypeLocalServiceUtil.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext) voidDLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext) Method parameters in com.liferay.document.library.kernel.service with type arguments of type DLFolderModifier and TypeMethodDescriptionbooleanDLFolderLocalService.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) static booleanDLFolderLocalServiceUtil.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) booleanDLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) voidDLFolderLocalService.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) static voidDLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) voidDLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> dlFolders) DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) <R,E extends Throwable>
RDLFolderLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFolder>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RDLFolderLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFolder>, R, E> updateUnsafeFunction) -
Uses of DLFolder in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that return DLFolderModifier and TypeMethodDescriptionDLFolderPersistence.create(long folderId) Creates a new document library folder with the primary key.static DLFolderDLFolderUtil.create(long folderId) Creates a new document library folder with the primary key.DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFolderPersistence.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.DLFolderPersistence.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.static DLFolderDLFolderUtil.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static DLFolderDLFolderUtil.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.DLFolderPersistence.fetchByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif it could not be found.DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean useFinderCache) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFolderDLFolderUtil.fetchByG_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 DLFolderDLFolderUtil.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.DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolderPersistence.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.fetchByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.fetchByPrimaryKey(long folderId) Returns the document library folder with the primary key or returnsnullif it could not be found.static DLFolderDLFolderUtil.fetchByPrimaryKey(long folderId) Returns the document library folder with the primary key or returnsnullif it could not be found.DLFolderPersistence.fetchByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif it could not be found.DLFolderPersistence.fetchByR_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 DLFolderDLFolderUtil.fetchByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or returnsnullif it could not be found.static DLFolderDLFolderUtil.fetchByR_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.DLFolderPersistence.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFolderPersistence.fetchByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or returnsnullif it could not be found.DLFolderPersistence.fetchByUUID_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 DLFolderDLFolderUtil.fetchByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or returnsnullif it could not be found.static DLFolderDLFolderUtil.fetchByUUID_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.DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]DLFolderUtil.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.filterFindByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.static DLFolder[]DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder[]DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFolder[]DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.static DLFolder[]DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.DLFolderPersistence.findByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderExceptionif it could not be found.static DLFolderDLFolderUtil.findByERC_G(String externalReferenceCode, long groupId) Returns the document library folder where externalReferenceCode = ? and groupId = ? or throws aNoSuchFolderExceptionif it could not be found.DLFolderPersistence.findByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]DLFolderUtil.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]DLFolderUtil.findByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_N(long groupId, long parentFolderId, String name) Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws aNoSuchFolderExceptionif it could not be found.static DLFolderDLFolderUtil.findByG_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.DLFolder[]DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolder[]DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.static DLFolder[]DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.DLFolderPersistence.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolder[]DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder[]DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.findByPrimaryKey(long folderId) Returns the document library folder with the primary key or throws aNoSuchFolderExceptionif it could not be found.static DLFolderDLFolderUtil.findByPrimaryKey(long folderId) Returns the document library folder with the primary key or throws aNoSuchFolderExceptionif it could not be found.DLFolderPersistence.findByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderExceptionif it could not be found.static DLFolderDLFolderUtil.findByR_M(long repositoryId, boolean mountPoint) Returns the document library folder where repositoryId = ? and mountPoint = ? or throws aNoSuchFolderExceptionif it could not be found.DLFolderPersistence.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFolder[]DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.static DLFolder[]DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFolder[]DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder[]DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFolderPersistence.findByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or throws aNoSuchFolderExceptionif it could not be found.static DLFolderDLFolderUtil.findByUUID_G(String uuid, long groupId) Returns the document library folder where uuid = ? and groupId = ? or throws aNoSuchFolderExceptionif it could not be found.DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFolder[]DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.static DLFolder[]DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.DLFolderPersistence.remove(long folderId) Removes the document library folder with the primary key from the database.static DLFolderDLFolderUtil.remove(long folderId) Removes the document library folder with the primary key from the database.DLFolderPersistence.removeByERC_G(String externalReferenceCode, long groupId) Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.static DLFolderDLFolderUtil.removeByERC_G(String externalReferenceCode, long groupId) Removes the document library folder where externalReferenceCode = ? and groupId = ? from the database.DLFolderPersistence.removeByG_P_N(long groupId, long parentFolderId, String name) Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.static DLFolderDLFolderUtil.removeByG_P_N(long groupId, long parentFolderId, String name) Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.DLFolderPersistence.removeByR_M(long repositoryId, boolean mountPoint) Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.static DLFolderDLFolderUtil.removeByR_M(long repositoryId, boolean mountPoint) Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.DLFolderPersistence.removeByUUID_G(String uuid, long groupId) Removes the document library folder where uuid = ? and groupId = ? from the database.static DLFolderDLFolderUtil.removeByUUID_G(String uuid, long groupId) Removes the document library folder where uuid = ? and groupId = ? from the database.static DLFolderstatic DLFolderDLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext) DLFolderPersistence.updateImpl(DLFolder dlFolder) static DLFolderDLFolderUtil.updateImpl(DLFolder dlFolder) Methods in com.liferay.document.library.kernel.service.persistence that return types with arguments of type DLFolderModifier and TypeMethodDescriptionstatic Map<Serializable,DLFolder> DLFolderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) DLFolderPersistence.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId) Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId) Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.filterFindByGroupId(long groupId) Returns all the document library folders that the user has permission to view where groupId = ?.DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ?.DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFolderUtil.filterFindByGroupId(long groupId) Returns all the document library folders that the user has permission to view where groupId = ?.DLFolderUtil.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library folders that the user has permission to view where groupId = ?.DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFolderPersistence.findAll()Returns all the document library folders.DLFolderPersistence.findAll(int start, int end) Returns a range of all the document library folders.DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFolderUtil.findAll()Returns all the document library folders.DLFolderUtil.findAll(int start, int end) Returns a range of all the document library folders.DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFolderPersistence.findByC_NotS(long companyId, int status) Returns all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status) Returns all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByCompanyId(long companyId) Returns all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId) Returns all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden) Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status) Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status) Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId) Returns all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end) Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId) Returns all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end) Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status) Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end) Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByGroupId(long groupId) Returns all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId) Returns all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId) Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end) Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId) Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end) Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status) Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end) Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status) Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end) Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.Returns all the document library folders where parentFolderId = ? and name = ?.Returns a range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.Returns all the document library folders where parentFolderId = ? and name = ?.Returns a range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId) Returns all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end) Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId) Returns all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end) Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId) Returns all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end) Returns a range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId) Returns all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end) Returns a range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByUuid(String uuid) Returns all the document library folders where uuid = ?.DLFolderPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid) Returns all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid, int start, int end) Returns a range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId) Returns all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId) Returns all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderFinder.findF_ByC_T(long classNameId, String treePath) DLFolderFinderUtil.findF_ByC_T(long classNameId, String treePath) DLFolderFinder.findF_ByNoAssets()DLFolderFinderUtil.findF_ByNoAssets()DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFileEntryTypePersistence.getDLFolders(long pk) Returns all the document library folders associated with the document library file entry type.DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end) Returns a range of all the document library folders associated with the document library file entry type.DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type.DLFileEntryTypeUtil.getDLFolders(long pk) Returns all the document library folders associated with the document library file entry type.DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end) Returns a range of all the document library folders associated with the document library file entry type.DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type.Methods in com.liferay.document.library.kernel.service.persistence with parameters of type DLFolderModifier and TypeMethodDescriptionbooleanDLFileEntryTypePersistence.addDLFolder(long pk, DLFolder dlFolder) Adds an association between the document library file entry type and the document library folder.static booleanDLFileEntryTypeUtil.addDLFolder(long pk, DLFolder dlFolder) Adds an association between the document library file entry type and the document library folder.voidDLFolderPersistence.cacheResult(DLFolder dlFolder) Caches the document library folder in the entity cache if it is enabled.static voidDLFolderUtil.cacheResult(DLFolder dlFolder) Caches the document library folder in the entity cache if it is enabled.static voidDLFolderUtil.clearCache(DLFolder dlFolder) voidDLFileEntryTypePersistence.removeDLFolder(long pk, DLFolder dlFolder) Removes the association between the document library file entry type and the document library folder.static voidDLFileEntryTypeUtil.removeDLFolder(long pk, DLFolder dlFolder) Removes the association between the document library file entry type and the document library folder.static DLFolderstatic DLFolderDLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext) DLFolderPersistence.updateImpl(DLFolder dlFolder) static DLFolderDLFolderUtil.updateImpl(DLFolder dlFolder) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFolderModifier and TypeMethodDescriptionbooleanDLFileEntryTypePersistence.addDLFolders(long pk, List<DLFolder> dlFolders) Adds an association between the document library file entry type and the document library folders.static booleanDLFileEntryTypeUtil.addDLFolders(long pk, List<DLFolder> dlFolders) Adds an association between the document library file entry type and the document library folders.voidDLFolderPersistence.cacheResult(List<DLFolder> dlFolders) Caches the document library folders in the entity cache if it is enabled.static voidDLFolderUtil.cacheResult(List<DLFolder> dlFolders) Caches the document library folders in the entity cache if it is enabled.DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFolderPersistence.fetchByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolderPersistence.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.fetchByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.fetchByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFolderPersistence.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.filterFindByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.filterFindByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]DLFolderUtil.filterFindByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.filterFindByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFolder[]DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.static DLFolder[]DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderPersistence.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderUtil.findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder[]DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolderDLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFolder[]DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.static DLFolder[]DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_NotS_First(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolderDLFolderUtil.findByG_M_LikeT_H_NotS_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]DLFolderUtil.findByG_M_LikeT_H_NotS_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]DLFolderPersistence.findByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]DLFolderUtil.findByG_M_LikeT_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolderDLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolderDLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolderDLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolder[]DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.static DLFolder[]DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByGtF_C_P_First(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByGtF_C_P_Last(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByGtF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolderDLFolderUtil.findByGtF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolderDLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolder[]DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder[]DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolderDLFolderUtil.findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolder[]DLFolderPersistence.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder[]DLFolderUtil.findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolderDLFolderUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFolder[]DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.static DLFolder[]DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolderDLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFolder[]DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder[]DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolderDLFolderUtil.findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFolder[]DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.static DLFolder[]DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type.DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type.voidDLFileEntryTypePersistence.removeDLFolders(long pk, List<DLFolder> dlFolders) Removes the association between the document library file entry type and the document library folders.static voidDLFileEntryTypeUtil.removeDLFolders(long pk, List<DLFolder> dlFolders) Removes the association between the document library file entry type and the document library folders.voidDLFileEntryTypePersistence.setDLFolders(long pk, List<DLFolder> dlFolders) Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.static voidDLFileEntryTypeUtil.setDLFolders(long pk, List<DLFolder> dlFolders) Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. -
Uses of DLFolder in com.liferay.document.library.kernel.util.comparator
Methods in com.liferay.document.library.kernel.util.comparator with parameters of type DLFolder