| Package | Description |
|---|---|
| de.hybris.platform.b2b.punchout.actions | |
| de.hybris.platform.b2b.punchout.services.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationCheckPunchOutProcessingAction
This class will perform an authentication coming from the punch out system.
|
class |
AuthenticationCheckPurchaseOrderProcessingAction
Verifies the authentication for the given input
CXML. |
class |
EditOperationPunchOutSetupProcessingAction
Handles operation="edit" onto the
PunchOutSetupRequest by populating the session shopping cart. |
class |
NewSessionPunchOutProcessingAction
Populates a new
PunchOutSession from the input CXML. |
class |
OperationPunchOutProcessingAction |
class |
PlacePurchaseOrderProcessingAction
Places an order using the session shopping cart.
|
class |
PopulateCartPurchaseOrderProcessingAction
This implementation of
PunchOutProcessingAction is meant to process the OrderRequest info from the cXML. |
class |
PopulateProfileResponseProcessingAction
This implementation of
PunchOutProcessingAction is meant to process the body of a Profile Request. |
class |
PopulateResponsePunchOutProcessingAction
This implementation of
PunchOutProcessingAction is meant to populate the PunchOut Setup Response. |
class |
PrepareCartPurchaseOrderProcessingAction
Prepares a cart for processing/populating by setting the required details.
|
class |
PunchOutOrderMessageHeaderProcessingAction
Creates the header for a PunchOut message.
|
class |
PunchOutOrderMessageProcessingAction
Process the body of the Punch Out Order Message.
|
class |
StoreSessionPunchOutProcessingAction
This implementation of
PunchOutProcessingAction is meant to populate the PunchOut Setup Response. |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPunchOutService.setProfileRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> profileRequestProcessingActions) |
void |
DefaultPunchOutService.setPunchOutTransactionActions(java.util.List<PunchOutProcessingAction<CartModel,CXML>> createRequisitionReponseActions) |
void |
DefaultPunchOutService.setPurchaseOrderProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CartModel>> purchaseOrderProcessingActions) |
void |
DefaultPunchOutService.setSetUpRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> setUpRequestProcessingActions) |
Copyright © 2018 SAP SE. All Rights Reserved.