Class CharacteristicCacheContainerPopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.populator.impl.CharacteristicCacheContainerPopulator
-
- All Implemented Interfaces:
Populator<CPSMasterDataCharacteristic,CPSMasterDataCharacteristicContainer>
public class CharacteristicCacheContainerPopulator extends java.lang.Object implements Populator<CPSMasterDataCharacteristic,CPSMasterDataCharacteristicContainer>
Responsible to fill attributes ofCPSMasterDataCharacteristicContainer(which is used for caching) according to the characteristics master data representation
-
-
Constructor Summary
Constructors Constructor Description CharacteristicCacheContainerPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)Populate the target instance with values from the source instance.protected voidpopulateCoreAttributes(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)protected voidpopulatePossibleValuesGlobals(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)
-
-
-
Method Detail
-
populate
public void populate(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CPSMasterDataCharacteristic,CPSMasterDataCharacteristicContainer>- Parameters:
source- the source objecttarget- the target to fill
-
populatePossibleValuesGlobals
protected void populatePossibleValuesGlobals(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)
-
populateCoreAttributes
protected void populateCoreAttributes(CPSMasterDataCharacteristic source, CPSMasterDataCharacteristicContainer target)
-
-