| Modifier and Type | Method and Description |
|---|---|
void |
ProfilePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
ProfilePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
ProfilePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result)
Stores the consent reference and the cart id in the order model
|
| Modifier and Type | Method and Description |
|---|---|
void |
SapCpiQuoteOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SapRevenueCloudDpSplitAuthorizationStrategy.authorizePayment(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServicesPlaceOrderHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
WebServicesPlaceOrderHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
WebServicesPlaceOrderHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssistedServicePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
AssistedServicePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
AssistedServicePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BApprovalBusinessProcessCreationPlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
void |
B2BApprovalBusinessProcessCreationPlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter) |
void |
B2BApprovalBusinessProcessCreationPlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultB2BCommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter)
Authorizes the total amount of the cart
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChineseCommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
ChineseCommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
ChineseCommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
SapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter,
CisSapDigitalPaymentAuthorizationResultList authorizationResultList)
Process the authorization result from SAP Digital Payments
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultSapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter,
CisSapDigitalPaymentAuthorizationResultList authorizationResultList)
Process the authorization result
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SapDigitalPaymentAuthorizationStrategy.authorizePayment(CommerceCheckoutParameter parameter)
Payment authorization method for
SapDigitalPaymentAuthorizationStrategy |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSapDigitalPaymentAuthorizationStrategy.authorizePayment(CommerceCheckoutParameter parameter) |
boolean |
SapDigitalPaymentSplitAuthorizationStrategy.authorizePayment(CommerceCheckoutParameter parameter) |
boolean |
SapDigitalPaymentDummyAuthorizationStrategy.authorizePayment(CommerceCheckoutParameter parameter) |
PaymentTransactionEntryModel |
SapDigitalCommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter)
Authorize the payment amount while placing the order.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCheckoutParameter |
DefaultCheckoutFacade.createCommerceCheckoutParameter(CartModel cart,
boolean enableHooks) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
CommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter)
Authorizes the total amount of the cart if
authorizationAmount is null
otherwise the passed in amout is authorized |
PaymentTransactionEntryModel |
CommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter) |
void |
CommerceCheckoutService.calculateCart(CommerceCheckoutParameter parameter)
Calculates the cartModel if the calculated flag is false.
|
CommerceOrderResult |
CommercePlaceOrderStrategy.placeOrder(CommerceCheckoutParameter parameter) |
CommerceOrderResult |
CommerceCheckoutService.placeOrder(CommerceCheckoutParameter parameter)
Creates an order for the given cart
|
boolean |
CommerceDeliveryModeStrategy.removeDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
CommerceCheckoutService.removeDeliveryMode(CommerceCheckoutParameter parameter)
Removes delivery mode from cart.
|
boolean |
CommerceCheckoutService.setDeliveryAddress(CommerceCheckoutParameter parameter)
Sets the given address as delivery address on the cart and also marks the address as delivery address.
|
boolean |
CommerceDeliveryModeStrategy.setDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
CommerceCheckoutService.setDeliveryMode(CommerceCheckoutParameter parameter)
Sets the given delivery mode on the cart
|
boolean |
CommerceCheckoutService.setPaymentInfo(CommerceCheckoutParameter parameter)
Sets the given payment info on the cart
|
boolean |
CommerceDeliveryAddressStrategy.storeDeliveryAddress(CommerceCheckoutParameter parameter) |
boolean |
CommercePaymentInfoStrategy.storePaymentInfoForCart(CommerceCheckoutParameter parameter)
Stores payment info for the passed in cart.
|
void |
CommerceCheckoutService.validateDeliveryMode(CommerceCheckoutParameter parameter)
Validates the current delivery mode on the cart and clears if not valid the cart is then calculated via
CommerceCartCalculationStrategy.calculateCart(de.hybris.platform.core.model.order.CartModel) |
void |
CommerceDeliveryModeValidationStrategy.validateDeliveryMode(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizePaymentMethodHook.afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter,
PaymentTransactionEntryModel paymentTransactionEntryModel)
Executed after authorizing payment
|
void |
CommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel)
Executed after the place order
|
void |
AuthorizePaymentMethodHook.beforeAuthorizePaymentAmount(CommerceCheckoutParameter parameter)
Executed before authorizing payment
|
void |
CommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter)
Executed before the place order
|
void |
CommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result)
Executed before the submit order
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommercePlaceQuoteOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
CommercePlaceQuoteOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
CommercePlaceQuoteOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCommercePaymentAuthorizationStrategy.afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter,
PaymentTransactionEntryModel paymentTransactionEntryModel) |
protected void |
DefaultCommercePlaceOrderStrategy.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
PaymentTransactionEntryModel |
DefaultCommerceCheckoutService.authorizePayment(CommerceCheckoutParameter parameter) |
PaymentTransactionEntryModel |
DefaultCommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter) |
protected void |
DefaultCommercePaymentAuthorizationStrategy.beforeAuthorizePaymentAmount(CommerceCheckoutParameter parameter) |
protected void |
DefaultCommercePlaceOrderStrategy.beforePlaceOrder(CommerceCheckoutParameter parameter) |
protected void |
DefaultCommercePlaceOrderStrategy.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
DefaultCommerceCheckoutService.calculateCart(CommerceCheckoutParameter parameter) |
CommerceOrderResult |
DefaultCommercePlaceOrderStrategy.placeOrder(CommerceCheckoutParameter parameter) |
CommerceOrderResult |
DefaultCommerceCheckoutService.placeOrder(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceCheckoutService.removeDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceDeliveryModeStrategy.removeDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceCheckoutService.setDeliveryAddress(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceCheckoutService.setDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceDeliveryModeStrategy.setDeliveryMode(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceCheckoutService.setPaymentInfo(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommerceDeliveryAddressStrategy.storeDeliveryAddress(CommerceCheckoutParameter parameter) |
boolean |
DefaultCommercePaymentInfoStrategy.storePaymentInfoForCart(CommerceCheckoutParameter parameter) |
void |
DefaultCommerceDeliveryModeValidationStrategy.validateDeliveryMode(CommerceCheckoutParameter parameter) |
void |
DefaultCommerceCheckoutService.validateDeliveryMode(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBundleCommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
DefaultBundleCommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
DefaultBundleCommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponRedemptionMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
GiveAwayMultiCodeCouponGenerationHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
CouponRedemptionMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
GiveAwayMultiCodeCouponGenerationHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
CouponRedemptionMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
GiveAwayMultiCodeCouponGenerationHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerCouponCommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
CustomerCouponCommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
CustomerCouponCommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitlementPlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
EntitlementPlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
EntitlementPlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
C4CPlaceQuoteOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductConfigurationPlaceOrderHookImpl.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
ProductConfigurationPlaceOrderHookImpl.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
ProductConfigurationPlaceOrderHookImpl.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSubscriptionCommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
DefaultSubscriptionCommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
DefaultSubscriptionCommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFlashBuyCommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result)
Stops the completed flash buy, which is executed after placing order
|
void |
DefaultFlashBuyCommercePlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
DefaultFlashBuyCommercePlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AcceleratorTestOrderData.checkAddressErrors(CartModel sessionCart,
CommerceCheckoutParameter parameter) |
Copyright © 2018 SAP SE. All Rights Reserved.