Class CharacteristicSpecificCacheContainerPopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.populator.impl.CharacteristicSpecificCacheContainerPopulator
-
- All Implemented Interfaces:
Populator<CPSMasterDataCharacteristicSpecific,CPSMasterDataCharacteristicSpecificContainer>
public class CharacteristicSpecificCacheContainerPopulator extends java.lang.Object implements Populator<CPSMasterDataCharacteristicSpecific,CPSMasterDataCharacteristicSpecificContainer>
Populates the (product or class) specific attributes of a characteristics from the result of the master data call to the respective container we use for caching
-
-
Constructor Summary
Constructors Constructor Description CharacteristicSpecificCacheContainerPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)Populate the target instance with values from the source instance.protected voidpopulateCoreAttributes(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)protected voidpopulatePossibleValues(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)
-
-
-
Method Detail
-
populate
public void populate(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CPSMasterDataCharacteristicSpecific,CPSMasterDataCharacteristicSpecificContainer>- Parameters:
source- the source objecttarget- the target to fill
-
populatePossibleValues
protected void populatePossibleValues(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)
-
populateCoreAttributes
protected void populateCoreAttributes(CPSMasterDataCharacteristicSpecific source, CPSMasterDataCharacteristicSpecificContainer target)
-
-