Class CPQConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.CPQConfigurationsPopulator<T>
- Type Parameters:
T- Order entry product info model
- All Implemented Interfaces:
Populator<T,List<ConfigurationInfoData>>
public class CPQConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
extends Object
implements Populator<T,List<ConfigurationInfoData>>
Populator for CPQ related product info data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(T source, List<ConfigurationInfoData> target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CPQConfigurationsPopulator
public CPQConfigurationsPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<T extends AbstractOrderEntryProductInfoModel,List<ConfigurationInfoData>> - Parameters:
source- the source objecttarget- the target to fill
-