Uses of Interface
de.hybris.platform.b2b.punchout.actions.PunchOutProcessingAction
-
Packages that use PunchOutProcessingAction Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.services.impl -
-
Uses of PunchOutProcessingAction in de.hybris.platform.b2b.punchout.actions
Classes in de.hybris.platform.b2b.punchout.actions that implement PunchOutProcessingAction Modifier and Type Class Description classAuthenticationCheckPunchOutProcessingActionThis class will perform an authentication coming from the punch out system.classAuthenticationCheckPurchaseOrderProcessingActionVerifies the authentication for the given inputCXML.classEditOperationPunchOutSetupProcessingActionHandles operation="edit" onto thePunchOutSetupRequestby populating the session shopping cart.classNewSessionPunchOutProcessingActionPopulates a newPunchOutSessionfrom the inputCXML.classOperationPunchOutProcessingActionclassPlacePurchaseOrderProcessingActionPlaces an order using the session shopping cart.classPopulateCartPurchaseOrderProcessingActionThis implementation ofPunchOutProcessingActionis meant to process the OrderRequest info from the cXML.classPopulateProfileResponseProcessingActionThis implementation ofPunchOutProcessingActionis meant to process the body of a Profile Request.classPopulateResponsePunchOutProcessingActionThis implementation ofPunchOutProcessingActionis meant to populate the PunchOut Setup Response.classPrepareCartPurchaseOrderProcessingActionPrepares a cart for processing/populating by setting the required details.classPunchOutOrderMessageHeaderProcessingActionCreates the header for a PunchOut message.classPunchOutOrderMessageProcessingActionProcess the body of the Punch Out Order Message.classStoreSessionPunchOutProcessingActionThis implementation ofPunchOutProcessingActionis meant to populate the PunchOut Setup Response. -
Uses of PunchOutProcessingAction in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type PunchOutProcessingAction Modifier and Type Method Description java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getProfileRequestProcessingActions()protected java.util.List<PunchOutProcessingAction<CartModel,CXML>>DefaultPunchOutService. getPunchOutTransactionActions()java.util.List<PunchOutProcessingAction<CXML,CartModel>>DefaultPunchOutService. getPurchaseOrderProcessingActions()java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getSetUpRequestProcessingActions()Method parameters in de.hybris.platform.b2b.punchout.services.impl with type arguments of type PunchOutProcessingAction Modifier and Type Method Description voidDefaultPunchOutService. setProfileRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> profileRequestProcessingActions)voidDefaultPunchOutService. setPunchOutTransactionActions(java.util.List<PunchOutProcessingAction<CartModel,CXML>> createRequisitionReponseActions)voidDefaultPunchOutService. setPurchaseOrderProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CartModel>> purchaseOrderProcessingActions)voidDefaultPunchOutService. setSetUpRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> setUpRequestProcessingActions)
-