public class EditOperationPunchOutSetupProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
PunchOutSetupRequest by populating the session shopping cart.| Constructor and Description |
|---|
EditOperationPunchOutSetupProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
CartService |
getCartService() |
<any> |
getItemOutConverter() |
protected void |
populateShoppingCart(java.util.List<ItemOut> itemsOut,
CartModel cartModel)
Populates a shopping cart using the provided list of
ItemOut elements. |
void |
process(CXML input,
CXML output)
Processes the input and populates the output.
|
void |
setCartService(CartService cartService) |
void |
setItemOutConverter(<any> itemOutConverter) |
public EditOperationPunchOutSetupProcessingAction()
public void process(CXML input, CXML output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CXML>input - the input objectoutput - the output objectprotected void populateShoppingCart(java.util.List<ItemOut> itemsOut, CartModel cartModel)
ItemOut elements.itemsOut - all the items outcartModel - the cart modelpublic CartService getCartService()
public void setCartService(CartService cartService)
public <any> getItemOutConverter()
public void setItemOutConverter(<any> itemOutConverter)
Copyright © 2018 SAP SE. All Rights Reserved.