Class CartChinesePaymentInfoPopulator
- java.lang.Object
-
- de.hybris.platform.chinesepaymentfacades.payment.populator.CartChinesePaymentInfoPopulator
-
-
Constructor Summary
Constructors Constructor Description CartChinesePaymentInfoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChinesePaymentServicesStrategygetChinesePaymentServicesStrategy()protected EnumerationServicegetEnumerationService()protected PaymentModeServicegetPaymentModeService()protected StoreSessionFacadegetStoreSessionFacade()voidpopulate(CartModel source, CartData target)Populate the target instance with values from the source instance.voidsetChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)voidsetEnumerationService(EnumerationService enumerationService)voidsetPaymentModeService(PaymentModeService paymentModeService)voidsetStoreSessionFacade(StoreSessionFacade storeSessionFacade)
-
-
-
Method Detail
-
populate
public void populate(CartModel source, CartData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
getChinesePaymentServicesStrategy
protected ChinesePaymentServicesStrategy getChinesePaymentServicesStrategy()
-
setChinesePaymentServicesStrategy
public void setChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)
-
getPaymentModeService
protected PaymentModeService getPaymentModeService()
-
setPaymentModeService
public void setPaymentModeService(PaymentModeService paymentModeService)
-
getEnumerationService
protected EnumerationService getEnumerationService()
-
setEnumerationService
public void setEnumerationService(EnumerationService enumerationService)
-
getStoreSessionFacade
protected StoreSessionFacade getStoreSessionFacade()
-
setStoreSessionFacade
public void setStoreSessionFacade(StoreSessionFacade storeSessionFacade)
-
-