Class PlacePurchaseOrderProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.PlacePurchaseOrderProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CartModel>
public class PlacePurchaseOrderProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CartModel>
Places an order using the session shopping cart.
-
-
Constructor Summary
Constructors Constructor Description PlacePurchaseOrderProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(CXML input, CartModel output)Processes the input and populates the output.voidsetCheckoutFacade(CheckoutFacade checkoutFacade)
-
-
-
Method Detail
-
process
public void process(CXML input, CartModel output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,CartModel>- Parameters:
input- the input objectoutput- the output object
-
setCheckoutFacade
public void setCheckoutFacade(CheckoutFacade checkoutFacade)
-
-