Uses of Interface
de.hybris.platform.inboundservices.persistence.AttributePopulator
-
Packages that use AttributePopulator Package Description de.hybris.platform.inboundservices.persistence.populator de.hybris.platform.odata2services.odata.persistence.populator -
-
Uses of AttributePopulator in de.hybris.platform.inboundservices.persistence.populator
Classes in de.hybris.platform.inboundservices.persistence.populator that implement AttributePopulator Modifier and Type Class Description classAbstractAttributePopulatorA template to be used byAttributePopulatorimplementations.classAbstractCollectionAttributePopulatorclassAbstractMapAttributePopulatorThis abstract map attribute populator contains common logic for handling map attributesclassItemModelAttributePopulatorAn implementation of anAttributePopulator, that handles populating aItemModels attribute for a single items model referenceTypeAttributeDescriptor.classItemModelCollectionAttributePopulatorAn implementation of anAttributePopulator, that handles collections of items models by adding any new elements that have not been persisted in theItemModels collection for theTypeAttributeDescriptorthat is being populated.classMapAttributePopulatorThis populator appends to the content of the map attributeclassPartOfAttributePopulatorA populator for assigningownerattribute in the referenced item values when they are part of the item being populated.classPrimitiveAttributePopulatorclassPrimitiveCollectionAttributePopulatorPopulates a collection of primitivesclassReplaceItemModelCollectionAttributePopulatorAn implementation of anAttributePopulator, that handles collections of items models by replacing all elements pre-existing in the persistent storage with the values present in the payload only.classReplaceMapAttributePopulatorThis populator replaces the content of the map attributeclassReplacePrimitiveCollectionAttributePopulatorReplaces existing collection values with given collection of primitivesMethod parameters in de.hybris.platform.inboundservices.persistence.populator with type arguments of type AttributePopulator Modifier and Type Method Description voidDefaultItemModelPopulator. setAttributePopulators(java.util.List<AttributePopulator> populators) -
Uses of AttributePopulator in de.hybris.platform.odata2services.odata.persistence.populator
Classes in de.hybris.platform.odata2services.odata.persistence.populator that implement AttributePopulator Modifier and Type Class Description classItemModelAttributePopulatorDeprecated, for removal: This API element is subject to removal in a future version.classItemModelCollectionAttributePopulatorDeprecated, for removal: This API element is subject to removal in a future version.classReplaceItemModelCollectionAttributePopulatorDeprecated, for removal: This API element is subject to removal in a future version.
-