Class B2BPaymentTypePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BPaymentTypePopulator
- All Implemented Interfaces:
Populator<CheckoutPaymentType,B2BPaymentTypeData>
public class B2BPaymentTypePopulator
extends Object
implements Populator<CheckoutPaymentType,B2BPaymentTypeData>
Populates
CheckoutPaymentType to B2BPaymentTypeData.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(CheckoutPaymentType source, B2BPaymentTypeData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
B2BPaymentTypePopulator
public B2BPaymentTypePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CheckoutPaymentType,B2BPaymentTypeData> - Parameters:
source- the source objecttarget- the target to fill
-
getTypeService
-
setTypeService
-