Class ChineseCustomerPopulator
java.lang.Object
de.hybris.platform.chineseprofilefacades.populators.ChineseCustomerPopulator
- All Implemented Interfaces:
Populator<CustomerModel,CustomerData>
public class ChineseCustomerPopulator
extends Object
implements Populator<CustomerModel,CustomerData>
-
Constructor Summary
ConstructorsConstructorDescriptionChineseCustomerPopulator(ChineseCustomerAccountService chineseCustomerAccountService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ChineseCustomerAccountServicevoidpopulate(CustomerModel source, CustomerData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ChineseCustomerPopulator
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,CustomerData> - Parameters:
source- the source objecttarget- the target to fill
-
getChineseCustomerAccountService
-