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_ACCESSOR
Methods 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 DLFileEntryTypeWrapper
DLFileEntryTypeWrapper.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.addFileEntryType
(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.createBasicDocumentDLFileEntryType()
DLFileEntryTypeLocalServiceWrapper.createBasicDocumentDLFileEntryType()
DLFileEntryTypeLocalService.createDLFileEntryType
(long fileEntryTypeId) Creates a new document library file entry type with the primary key.static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType
(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType
(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType
(DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.fetchDataDefinitionFileEntryType
(long groupId, long dataDefinitionId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.fetchDataDefinitionFileEntryType
(long groupId, long dataDefinitionId) DLFileEntryTypeLocalServiceWrapper.fetchDataDefinitionFileEntryType
(long groupId, long dataDefinitionId) DLFileEntryTypeLocalService.fetchDLFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalService.fetchDLFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.fetchFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.fetchFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntryType
DLFileEntryTypeServiceUtil.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getBasicDocumentDLFileEntryType()
static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.getBasicDocumentDLFileEntryType()
DLFileEntryTypeLocalServiceWrapper.getBasicDocumentDLFileEntryType()
DLFileEntryTypeLocalService.getDLFileEntryType
(long fileEntryTypeId) Returns the document library file entry type with the primary key.static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.getFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.getFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.getFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.getFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeServiceUtil.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeServiceWrapper.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeService.getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntryType
DLFileEntryTypeServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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.boolean
DLFileEntryTypeLocalService.addDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) static boolean
DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) boolean
DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.deleteDLFileEntryType
(DLFileEntryType dlFileEntryType) Deletes the document library file entry type from the database.static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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.void
DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) static void
DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) void
DLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryType
(long folderId, DLFileEntryType dlFileEntryType) DLFileEntryTypeLocalService.deleteFileEntryType
(DLFileEntryType dlFileEntryType) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 TypeMethodDescriptionboolean
DLFileEntryTypeLocalService.addDLFolderDLFileEntryTypes
(long folderId, List<DLFileEntryType> dlFileEntryTypes) static boolean
DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryTypes
(long folderId, List<DLFileEntryType> dlFileEntryTypes) boolean
DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryTypes
(long folderId, List<DLFileEntryType> dlFileEntryTypes) void
DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryTypes
(long folderId, List<DLFileEntryType> dlFileEntryTypes) static void
DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryTypes
(long folderId, List<DLFileEntryType> dlFileEntryTypes) void
DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileEntryType
DLFileEntryTypeUtil.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or returnsnull
if 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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileEntryType
DLFileEntryTypeUtil.fetchByG_DDI
(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnull
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.fetchByG_DDI
(long groupId, long dataDefinitionId, boolean useFinderCache) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or returnsnull
if 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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileEntryType
DLFileEntryTypeUtil.fetchByG_F
(long groupId, String fileEntryTypeKey) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnull
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.fetchByG_F
(long groupId, String fileEntryTypeKey, boolean useFinderCache) Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returnsnull
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 returnsnull
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.fetchByPrimaryKey
(long fileEntryTypeId) Returns the document library file entry type with the primary key or returnsnull
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUUID_G
(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnull
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the document library file entry type where uuid = ? and groupId = ? or returnsnull
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 aNoSuchFileEntryTypeException
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file entry type where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileEntryTypeException
if 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 aNoSuchFileEntryTypeException
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.findByG_DDI
(long groupId, long dataDefinitionId) Returns the document library file entry type where groupId = ? and dataDefinitionId = ? or throws aNoSuchFileEntryTypeException
if it could not be found.Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws aNoSuchFileEntryTypeException
if it could not be found.static DLFileEntryType
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws aNoSuchFileEntryTypeException
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 aNoSuchFileEntryTypeException
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.findByPrimaryKey
(long fileEntryTypeId) Returns the document library file entry type with the primary key or throws aNoSuchFileEntryTypeException
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 aNoSuchFileEntryTypeException
if it could not be found.static DLFileEntryType
DLFileEntryTypeUtil.findByUUID_G
(String uuid, long groupId) Returns the document library file entry type where uuid = ? and groupId = ? or throws aNoSuchFileEntryTypeException
if 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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.removeByUUID_G
(String uuid, long groupId) Removes the document library file entry type where uuid = ? and groupId = ? from the database.static DLFileEntryType
DLFileEntryTypeUtil.update
(DLFileEntryType dlFileEntryType) static DLFileEntryType
DLFileEntryTypeUtil.update
(DLFileEntryType dlFileEntryType, ServiceContext serviceContext) DLFileEntryTypePersistence.updateImpl
(DLFileEntryType dlFileEntryType) static DLFileEntryType
DLFileEntryTypeUtil.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 TypeMethodDescriptionboolean
DLFolderPersistence.addDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.static boolean
DLFolderUtil.addDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Adds an association between the document library folder and the document library file entry type.void
DLFileEntryTypePersistence.cacheResult
(DLFileEntryType dlFileEntryType) Caches the document library file entry type in the entity cache if it is enabled.static void
DLFileEntryTypeUtil.cacheResult
(DLFileEntryType dlFileEntryType) Caches the document library file entry type in the entity cache if it is enabled.static void
DLFileEntryTypeUtil.clearCache
(DLFileEntryType dlFileEntryType) void
DLFolderPersistence.removeDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.static void
DLFolderUtil.removeDLFileEntryType
(long pk, DLFileEntryType dlFileEntryType) Removes the association between the document library folder and the document library file entry type.static DLFileEntryType
DLFileEntryTypeUtil.update
(DLFileEntryType dlFileEntryType) static DLFileEntryType
DLFileEntryTypeUtil.update
(DLFileEntryType dlFileEntryType, ServiceContext serviceContext) DLFileEntryTypePersistence.updateImpl
(DLFileEntryType dlFileEntryType) static DLFileEntryType
DLFileEntryTypeUtil.updateImpl
(DLFileEntryType dlFileEntryType) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFileEntryTypeModifier and TypeMethodDescriptionboolean
DLFolderPersistence.addDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.static boolean
DLFolderUtil.addDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Adds an association between the document library folder and the document library file entry types.void
DLFileEntryTypePersistence.cacheResult
(List<DLFileEntryType> dlFileEntryTypes) Caches the document library file entry types in the entity cache if it is enabled.static void
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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 DLFileEntryType
DLFileEntryTypeUtil.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.void
DLFolderPersistence.removeDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.static void
DLFolderUtil.removeDLFileEntryTypes
(long pk, List<DLFileEntryType> dlFileEntryTypes) Removes the association between the document library folder and the document library file entry types.void
DLFolderPersistence.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 void
DLFolderUtil.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 String
DLUtil.getDDMStructureKey
(DLFileEntryType dlFileEntryType) DL.getDeprecatedDDMStructureKey
(DLFileEntryType dlFileEntryType) static String
DLUtil.getDeprecatedDDMStructureKey
(DLFileEntryType dlFileEntryType)
DLFileEntryTypeLocalService.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)