public class PrepareCartPurchaseOrderProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CartModel>
| Constructor and Description |
|---|
PrepareCartPurchaseOrderProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
CheckoutFacade |
getB2bCheckoutFacade() |
PunchOutConfigurationService |
getPunchOutConfigurationService() |
void |
process(CXML input,
CartModel output)
Processes the input and populates the output.
|
void |
setB2bCheckoutFacade(CheckoutFacade b2bCheckoutFacade) |
void |
setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService) |
public PrepareCartPurchaseOrderProcessingAction()
public void process(CXML input, CartModel output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CartModel>input - the input objectoutput - the output objectpublic CheckoutFacade getB2bCheckoutFacade()
public void setB2bCheckoutFacade(CheckoutFacade b2bCheckoutFacade)
public PunchOutConfigurationService getPunchOutConfigurationService()
public void setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)
Copyright © 2018 SAP SE. All Rights Reserved.