Class VariantOverviewValuePopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.populator.AbstractOverviewPopulator
-
- de.hybris.platform.sap.productconfig.facades.populator.VariantOverviewValuePopulator
-
- All Implemented Interfaces:
Populator<FeatureData,java.util.List<CharacteristicValue>>
public class VariantOverviewValuePopulator extends AbstractOverviewPopulator implements Populator<FeatureData,java.util.List<CharacteristicValue>>
Populates individual variant default values obtained from the hybris classification system asFeatureDatainto product configurationCharacteristicValueas required by the configuration overview page.
This populator is triggered by theVariantOverviewPopulator.
-
-
Constructor Summary
Constructors Constructor Description VariantOverviewValuePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(FeatureData source, java.util.List<CharacteristicValue> target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.sap.productconfig.facades.populator.AbstractOverviewPopulator
determineValuePositionType
-
-
-
-
Method Detail
-
populate
public void populate(FeatureData source, java.util.List<CharacteristicValue> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<FeatureData,java.util.List<CharacteristicValue>>- Parameters:
source- the source objecttarget- the target to fill
-
-