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 TypeMethodDescriptionvoidDLFileEntryMetadataLocalService.updateFileEntryMetadata(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static voidDLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) voidDLFileEntryMetadataLocalServiceWrapper.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 DDMStructureDDMStructureManagerUtil.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 DDMStructureDDMStructureManagerUtil.fetchStructure(long structureId) static DDMStructureDDMStructureManagerUtil.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 DDMStructureDDMStructureManagerUtil.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)