Uses of Interface
com.liferay.dynamic.data.mapping.kernel.DDMStructure
Packages that use DDMStructure
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of DDMStructure in com.liferay.document.library.kernel.model
Methods in com.liferay.document.library.kernel.model that return types with arguments of type DDMStructureModifier and TypeMethodDescriptionDLFileEntryType.getDDMStructures()
Deprecated.DLFileEntryTypeWrapper.getDDMStructures()
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)
DLFileVersion.getDDMStructures()
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)
DLFileVersionWrapper.getDDMStructures()
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)
-
Uses of DDMStructure in com.liferay.document.library.kernel.service
Method parameters in com.liferay.document.library.kernel.service with type arguments of type DDMStructureModifier and TypeMethodDescriptionvoid
DLFileEntryMetadataLocalService.updateFileEntryMetadata
(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static void
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata
(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) void
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata
(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) -
Uses of DDMStructure in com.liferay.dynamic.data.mapping.kernel
Methods in com.liferay.dynamic.data.mapping.kernel that return DDMStructureModifier and TypeMethodDescriptionDDMStructureManager.addStructure
(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext) static DDMStructure
DDMStructureManagerUtil.addStructure
(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext) DDMStructureManager.fetchStructure
(long structureId) DDMStructureManager.fetchStructure
(long groupId, long classNameId, String structureKey) static DDMStructure
DDMStructureManagerUtil.fetchStructure
(long structureId) static DDMStructure
DDMStructureManagerUtil.fetchStructure
(long groupId, long classNameId, String structureKey) DDMStructureManager.updateStructure
(long userId, long structureId, long parentStructureId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) static DDMStructure
DDMStructureManagerUtil.updateStructure
(long userId, long structureId, long parentStructureId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) Methods in com.liferay.dynamic.data.mapping.kernel that return types with arguments of type DDMStructureModifier and TypeMethodDescriptionDDMStructureManager.getClassStructures
(long companyId, long classNameId) static List<DDMStructure>
DDMStructureManagerUtil.getClassStructures
(long companyId, long classNameId)
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)