Class B2BPaymentTypePopulator
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.populators.B2BPaymentTypePopulator
-
- All Implemented Interfaces:
Populator<CheckoutPaymentType,B2BPaymentTypeData>
public class B2BPaymentTypePopulator extends java.lang.Object implements Populator<CheckoutPaymentType,B2BPaymentTypeData>
PopulatesCheckoutPaymentTypetoB2BPaymentTypeData.
-
-
Constructor Summary
Constructors Constructor Description B2BPaymentTypePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(CheckoutPaymentType source, B2BPaymentTypeData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
populate
public void populate(CheckoutPaymentType source, B2BPaymentTypeData target)
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
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-