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 attributesclassMapAttributePopulatorThis 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 primitivesclassReplaceMapAttributePopulatorThis populator replaces the content of the map attributeclassReplacePrimitiveCollectionAttributePopulatorReplaces existing collection values with given collection of primitivesMethods in de.hybris.platform.inboundservices.persistence.populator that return types with arguments of type AttributePopulator Modifier and Type Method Description protected java.util.List<AttributePopulator>DefaultItemModelPopulator. getAttributePopulators()Method 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 classItemModelAttributePopulatorclassItemModelCollectionAttributePopulatorclassReplaceItemModelCollectionAttributePopulatorAn 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.
-