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,List<CharacteristicValue>>
public class VariantOverviewValuePopulator
extends AbstractOverviewPopulator
implements Populator<FeatureData,List<CharacteristicValue>>
Populates individual variant default values obtained from the hybris classification system as
This populator is triggered by the
FeatureData
into product configuration CharacteristicValue as required by the configuration overview page.This populator is triggered by the
VariantOverviewPopulator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(FeatureData source, 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
-
Constructor Details
-
VariantOverviewValuePopulator
public VariantOverviewValuePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<FeatureData,List<CharacteristicValue>> - Parameters:
source- the source objecttarget- the target to fill
-