Uses of Interface
com.liferay.document.library.kernel.model.DLFileEntryType
Packages that use DLFileEntryType
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet utility interfaces and classes.
-
Uses of DLFileEntryType in com.liferay.document.library.kernel.model
Classes in com.liferay.document.library.kernel.model that implement DLFileEntryTypeFields in com.liferay.document.library.kernel.model with type parameters of type DLFileEntryTypeModifier and TypeFieldDescriptionstatic final Accessor<DLFileEntryType,Long> DLFileEntryType.FILE_ENTRY_TYPE_ID_ACCESSORMethods in com.liferay.document.library.kernel.model that return DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypeModel.cloneWithOriginalValues()DLFileEntryTypeWrapper.cloneWithOriginalValues()DLFileEntry.getDLFileEntryType()DLFileEntryWrapper.getDLFileEntryType()DLFileVersion.getDLFileEntryType()DLFileVersionWrapper.getDLFileEntryType()Methods in com.liferay.document.library.kernel.model that return types with arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypeWrapper.getAttributeGetterFunctions()DLFileEntryTypeWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.document.library.kernel.model with parameters of type DLFileEntryTypeModifier and TypeMethodDescriptionprotected DLFileEntryTypeWrapperDLFileEntryTypeWrapper.wrap(DLFileEntryType dlFileEntryType) Method parameters in com.liferay.document.library.kernel.model with type arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryType.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) DLFileEntryTypeWrapper.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) Constructors in com.liferay.document.library.kernel.model with parameters of type DLFileEntryType -
Uses of DLFileEntryType in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.DLFileEntryTypeLocalService.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) DLFileEntryTypeLocalService.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeLocalServiceUtil.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)DLFileEntryTypeLocalServiceWrapper.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) DLFileEntryTypeLocalServiceWrapper.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeLocalServiceWrapper.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)DLFileEntryTypeService.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) static DLFileEntryTypeDLFileEntryTypeServiceUtil.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) DLFileEntryTypeServiceWrapper.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) DLFileEntryTypeLocalService.createBasicDocumentDLFileEntryType()static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.createBasicDocumentDLFileEntryType()DLFileEntryTypeLocalServiceWrapper.createBasicDocumentDLFileEntryType()DLFileEntryTypeLocalService.createDLFileEntryType(long fileEntryTypeId) Creates a new document library file entry type with the primary key.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.createDLFileEntryType(long fileEntryTypeId) Creates a new document library file entry type with the primary key.DLFileEntryTypeLocalServiceWrapper.createDLFileEntryType(long fileEntryTypeId) Creates a new document library file entry type with the primary key.DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.fetchDataDefinitionFileEntryType(long groupId, long dataDefinitionId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchDataDefinitionFileEntryType(long groupId, long dataDefinitionId) DLFileEntryTypeLocalServiceWrapper.fetchDataDefinitionFileEntryType(long groupId, long dataDefinitionId) DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalService.fetchDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalService.fetchFileEntryType(long groupId, String fileEntryTypeKey) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getBasicDocumentDLFileEntryType()static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getBasicDocumentDLFileEntryType()DLFileEntryTypeLocalServiceWrapper.getBasicDocumentDLFileEntryType()DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.DLFileEntryTypeLocalService.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalService.getFileEntryType(long groupId, String fileEntryTypeKey) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeService.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.DLFileEntryTypeLocalService.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeLocalServiceWrapper.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeService.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) static DLFileEntryTypeDLFileEntryTypeServiceUtil.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeServiceWrapper.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) Methods in com.liferay.document.library.kernel.service that return types with arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypeLocalService.getCTPersistence()DLFileEntryTypeLocalServiceWrapper.getCTPersistence()DLFileEntryTypeLocalService.getDLFileEntryTypes(int start, int end) Returns a range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypes(int start, int end) Returns a range of all the document library file entry types.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypes(int start, int end) Returns a range of all the document library file entry types.DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file entry types matching the UUID and company.DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file entry types matching the UUID and company.static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file entry types matching the UUID and company.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId) DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end) DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId) DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end) DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds) DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds) DLFileEntryTypeService.getFileEntryTypes(long[] groupIds) DLFileEntryTypeService.getFileEntryTypes(long[] groupIds, int start, int end) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds, int start, int end) DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds) DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds, int start, int end) DLFileEntryTypeLocalService.getFileEntryTypesByCompanyId(long companyId) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getFileEntryTypesByCompanyId(long companyId) DLFileEntryTypeLocalServiceWrapper.getFileEntryTypesByCompanyId(long companyId) DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeLocalService.getModelClass()DLFileEntryTypeLocalServiceWrapper.getModelClass()DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) Methods in com.liferay.document.library.kernel.service with parameters of type DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType) Adds the document library file entry type to the database.booleanDLFileEntryTypeLocalService.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) static booleanDLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) booleanDLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.voidDLFileEntryTypeLocalService.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) static voidDLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) voidDLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType) Updates the document library file entry type in the database or adds it if it does not yet exist.Method parameters in com.liferay.document.library.kernel.service with type arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionbooleanDLFileEntryTypeLocalService.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) static booleanDLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) booleanDLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) voidDLFileEntryTypeLocalService.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) static voidDLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) voidDLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> dlFileEntryTypes) DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) <R,E extends Throwable>
RDLFileEntryTypeLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileEntryType>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RDLFileEntryTypeLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileEntryType>, R, E> updateUnsafeFunction) -
Uses of DLFileEntryType in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that return DLFileEntryTypeModifier and TypeMethodDescriptionDLFileEntryTypePersistence.create(long fileEntryTypeId) Creates a new document library file entry type with the primary key.static DLFileEntryTypeDLFileEntryTypeUtil.create(long fileEntryTypeId) Creates a new document library file entry type with the primary key.DLFileEntryTypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.DLFileEntryTypePersistence.fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileEntryTypePersistence.fetchByG_DDI(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnullif it could not be found.DLFileEntryTypePersistence.fetchByG_DDI(long groupId, long dataDefinitionId, boolean useFinderCache) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByG_DDI(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnullif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByG_DDI(long groupId, long dataDefinitionId, boolean useFinderCache) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileEntryTypePersistence.fetchByG_F(long groupId, String fileEntryTypeKey) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnullif it could not be found.DLFileEntryTypePersistence.fetchByG_F(long groupId, String fileEntryTypeKey, boolean useFinderCache) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByG_F(long groupId, String fileEntryTypeKey) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnullif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByG_F(long groupId, String fileEntryTypeKey, boolean useFinderCache) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByPrimaryKey(long fileEntryTypeId) Returns the document library file entry type with the primary key or returnsnullif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByPrimaryKey(long fileEntryTypeId) Returns the document library file entry type with the primary key or returnsnullif it could not be found.DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.fetchByUUID_G(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnullif it could not be found.DLFileEntryTypePersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUUID_G(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnullif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.DLFileEntryTypePersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_PrevAndNext(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByCompanyId_PrevAndNext(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByERC_G(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.findByERC_G(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.DLFileEntryTypePersistence.findByG_DDI(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.findByG_DDI(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.static DLFileEntryTypeReturns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByPrimaryKey(long fileEntryTypeId) Returns the document library file entry type with the primary key or throws aNoSuchFileEntryTypeExceptionif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.findByPrimaryKey(long fileEntryTypeId) Returns the document library file entry type with the primary key or throws aNoSuchFileEntryTypeExceptionif it could not be found.DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUUID_G(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.static DLFileEntryTypeDLFileEntryTypeUtil.findByUUID_G(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or throws aNoSuchFileEntryTypeExceptionif it could not be found.DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.remove(long fileEntryTypeId) Removes the document library file entry type with the primary key from the database.static DLFileEntryTypeDLFileEntryTypeUtil.remove(long fileEntryTypeId) Removes the document library file entry type with the primary key from the database.DLFileEntryTypePersistence.removeByERC_G(String externalReferenceCode, long groupId) Removes the document library file entry type where externalReferenceCode = ? and groupId = ? from the database.static DLFileEntryTypeDLFileEntryTypeUtil.removeByERC_G(String externalReferenceCode, long groupId) Removes the document library file entry type where externalReferenceCode = ? and groupId = ? from the database.DLFileEntryTypePersistence.removeByG_DDI(long groupId, long dataDefinitionId) Removes the document library file entry type where groupId = ? and dataDefinitionId = ? from the database.static DLFileEntryTypeDLFileEntryTypeUtil.removeByG_DDI(long groupId, long dataDefinitionId) Removes the document library file entry type where groupId = ? and dataDefinitionId = ? from the database.DLFileEntryTypePersistence.removeByG_F(long groupId, String fileEntryTypeKey) Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.static DLFileEntryTypeDLFileEntryTypeUtil.removeByG_F(long groupId, String fileEntryTypeKey) Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.DLFileEntryTypePersistence.removeByUUID_G(String uuid, long groupId) Removes the document library file entry type where uuid = ? and groupId = ? from the database.static DLFileEntryTypeDLFileEntryTypeUtil.removeByUUID_G(String uuid, long groupId) Removes the document library file entry type where uuid = ? and groupId = ? from the database.static DLFileEntryTypeDLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType, ServiceContext serviceContext) DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType) Methods in com.liferay.document.library.kernel.service.persistence that return types with arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionstatic Map<Serializable,DLFileEntryType> DLFileEntryTypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) DLFileEntryTypePersistence.filterFindByGroupId(long groupId) Returns all the document library file entry types that the user has permission to view where groupId = ?.DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds) Returns all the document library file entry types that the user has permission to view where groupId = any ?.DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end) Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long groupId) Returns all the document library file entry types that the user has permission to view where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds) Returns all the document library file entry types that the user has permission to view where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end) Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) static List<DLFileEntryType>DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) DLFileEntryTypePersistence.findAll()Returns all the document library file entry types.DLFileEntryTypePersistence.findAll(int start, int end) Returns a range of all the document library file entry types.DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll()Returns all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll(int start, int end) Returns a range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.DLFileEntryTypePersistence.findByCompanyId(long companyId) Returns all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId) Returns all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByGroupId(long groupId) Returns all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds) Returns all the document library file entry types where groupId = any ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end) Returns a range of all the document library file entry types where groupId = any ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId) Returns all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds) Returns all the document library file entry types where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end) Returns a range of all the document library file entry types where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypePersistence.findByUuid(String uuid) Returns all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end) Returns a range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid) Returns all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end) Returns a range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId) Returns all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId) Returns all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<DLFileEntryType>DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<DLFileEntryType>DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFolderPersistence.getDLFileEntryTypes(long pk) Returns all the document library file entry types associated with the document library folder.DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end) Returns a range of all the document library file entry types associated with the document library folder.DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.static List<DLFileEntryType>DLFolderUtil.getDLFileEntryTypes(long pk) Returns all the document library file entry types associated with the document library folder.static List<DLFileEntryType>DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end) Returns a range of all the document library file entry types associated with the document library folder.static List<DLFileEntryType>DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.Methods in com.liferay.document.library.kernel.service.persistence with parameters of type DLFileEntryTypeModifier and TypeMethodDescriptionbooleanDLFolderPersistence.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.static booleanDLFolderUtil.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.voidDLFileEntryTypePersistence.cacheResult(DLFileEntryType dlFileEntryType) Caches the document library file entry type in the entity cache if it is enabled.static voidDLFileEntryTypeUtil.cacheResult(DLFileEntryType dlFileEntryType) Caches the document library file entry type in the entity cache if it is enabled.static voidDLFileEntryTypeUtil.clearCache(DLFileEntryType dlFileEntryType) voidDLFolderPersistence.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.static voidDLFolderUtil.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.static DLFileEntryTypeDLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType, ServiceContext serviceContext) DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType) static DLFileEntryTypeDLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionbooleanDLFolderPersistence.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.static booleanDLFolderUtil.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.voidDLFileEntryTypePersistence.cacheResult(List<DLFileEntryType> dlFileEntryTypes) Caches the document library file entry types in the entity cache if it is enabled.static voidDLFileEntryTypeUtil.cacheResult(List<DLFileEntryType> dlFileEntryTypes) Caches the document library file entry types in the entity cache if it is enabled.DLFileEntryTypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.DLFileEntryTypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByCompanyId_First(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_PrevAndNext(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByCompanyId_PrevAndNext(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryTypeDLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.static DLFileEntryType[]DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.static List<DLFileEntryType>DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.static List<DLFileEntryType>DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.voidDLFolderPersistence.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.static voidDLFolderUtil.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.voidDLFolderPersistence.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.static voidDLFolderUtil.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes) Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. -
Uses of DLFileEntryType in com.liferay.document.library.kernel.util
Methods in com.liferay.document.library.kernel.util with parameters of type DLFileEntryTypeModifier and TypeMethodDescriptionDL.getDDMStructureKey(DLFileEntryType dlFileEntryType) static StringDLUtil.getDDMStructureKey(DLFileEntryType dlFileEntryType) DL.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType) static StringDLUtil.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
DLFileEntryTypeLocalService.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)