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