| 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 |
BasecommerceTest.createOrder() |
protected OrderModel |
AbstractOrderManagementTest.placeTestOrder() |
| Modifier and Type | Method and Description |
|---|---|
protected OrderData |
AnonymousCheckoutIntegrationTest.completeCheckoutProcess() |
protected void |
DefaultExpressCheckoutIntegrationCheckoutTest.testOrderPlacement() |
| Modifier and Type | Method and Description |
|---|---|
protected OrderModel |
DefaultAcceleratorCheckoutFacade.placeOrder(CartModel cartModel) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderData |
QuotesProcessIntegrationTest.completeCheckoutProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceleratorPromotionsTest.shouldPlaceOrderWithPromotions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssistedServiceFacadeIntegrationTest.testEmulateCustomerAndCreateAnOrder() |
| 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 |
|---|---|
OrderModel |
B2BIntegrationTest.createOrder(int quantity) |
OrderModel |
B2BIntegrationTest.createOrder(java.lang.String uid,
int quantity,
OrderStatus status) |
OrderModel |
B2BIntegrationTest.createOrder(UserModel user,
int quantity,
OrderStatus status,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
OrderWsDTO |
B2BOrdersController.placeOrder(java.lang.String cartId,
boolean termsChecked,
java.lang.String securityCode,
java.lang.String fields) |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
DefaultB2BOrderService.createOrderFromCart(CartModel cart) |
void |
B2BCommentServiceTest.shouldGetAllB2BComments() |
void |
B2BCommentServiceTest.shouldGetCommentByUser() |
void |
B2BReplenishmentTest.testReplenishment() |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
DefaultB2BCreateOrderFromCartStrategy.createOrderFromCart(CartModel cart) |
OrderModel |
DefaultB2BPlaceOrderStrategy.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ReorderCheckoutController.reorder(java.lang.String orderCode,
RedirectAttributes redirectModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm,
Model model,
RedirectAttributes redirectModel) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractOrderData> |
CheckoutFacade.placeOrder(PlaceOrderData placeOrderData)
Place Order function
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractOrderData> |
DefaultB2BCheckoutFacade.placeOrder(PlaceOrderData placeOrderData) |
void |
DefaultB2BCheckoutFacadeTest.testPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultPunchOutController.cancelRequisition(Model model,
HttpServletRequest request)
Cancels a requisition (POST) to the punch out provider sending a cancel message.
|
java.lang.String |
DefaultPunchOutController.placeRequisition(Model model,
HttpServletRequest request)
Places a requisition (POST) to the punchout provider sending the information of the cart.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MultiStepCheckoutController.placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
java.lang.String |
ChinaCheckoutController.placeOrderOneStep(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ChineseSummaryCheckoutStepController.checkPaymentResult(Model model,
java.lang.String orderCode) |
java.lang.String |
ChineseSummaryCheckoutStepController.doPayment(java.lang.String orderCode,
HttpServletRequest request,
HttpServletResponse response) |
void |
ChineseSummaryCheckoutStepController.handleAsynResponse(java.lang.String paymentServiceProvider,
HttpServletRequest request,
HttpServletResponse response) |
java.lang.String |
ChineseSummaryCheckoutStepController.handleSyncResponse(java.lang.String paymentServiceProvider,
HttpServletRequest request,
HttpServletResponse response,
Model model) |
java.lang.String |
ChineseSummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
| 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) |
void |
ChineseCommercePlaceOrderMethodHookTest.testAfterPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
OrderData |
CheckoutFacade.placeOrder()
Place order
|
| Modifier and Type | Method and Description |
|---|---|
OrderData |
DefaultCheckoutFacade.placeOrder() |
protected OrderModel |
DefaultCheckoutFacade.placeOrder(CartModel cartModel) |
void |
DefaultCheckoutFacadeTest.testPlaceNoOrder() |
void |
DefaultCheckoutFacadeTest.testPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
CommerceCheckoutService.placeOrder(CartModel cartModel)
Deprecated.
Since 5.2. Use
CommerceCheckoutService.placeOrder(de.hybris.platform.commerceservices.service.data.CommerceCheckoutParameter) instead
Creates an order for the given cart |
OrderModel |
CommerceCheckoutService.placeOrder(CartModel cartModel,
SalesApplication salesApplication)
Deprecated.
Since 5.2.
Creates an order for the given cart
|
CommerceOrderResult |
CommerceCheckoutService.placeOrder(CommerceCheckoutParameter parameter)
Creates an order for the given cart
|
CommerceOrderResult |
CommercePlaceOrderStrategy.placeOrder(CommerceCheckoutParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommercePlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel)
Executed after the place order
|
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 |
DefaultVoucherRedemptionPlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderHandleOrderWithNoVouchers() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderHandleOrderWithNullVoucherList() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderRedeemVouchersOnOrder() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderThrowExceptionForUnredeemableVoucher() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderValidateNullCartModel() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderValidateNullCommerceCheckoutParameter() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderValidateNullOrderModel() |
void |
DefaultVoucherRedemptionPlaceOrderMethodHookTest.shouldBeforeSubmitOrderValidateNullResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCommercePlaceOrderStrategy.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
protected void |
DefaultCommercePlaceOrderStrategy.beforePlaceOrder(CommerceCheckoutParameter parameter) |
protected void |
DefaultCommercePlaceOrderStrategy.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
OrderModel |
DefaultCommerceCheckoutService.placeOrder(CartModel cartModel)
Deprecated.
Since 5.2.
|
OrderModel |
DefaultCommerceCheckoutService.placeOrder(CartModel cartModel,
SalesApplication salesApplication)
Deprecated.
Since 5.2.
|
CommerceOrderResult |
DefaultCommerceCheckoutService.placeOrder(CommerceCheckoutParameter parameter) |
CommerceOrderResult |
DefaultCommercePlaceOrderStrategy.placeOrder(CommerceCheckoutParameter parameter) |
void |
DefaultRequoteStrategyTest.shouldNotRequoteIfExistingQuoteIsNull() |
void |
DefaultUpdateQuoteFromCartStrategyTest.shouldNotUpdateQuoteFromCartIfCartIsNotReferencedFromQuote() |
void |
DefaultUpdateQuoteFromCartStrategyTest.shouldNotUpdateQuoteFromCartIfCartIsNull() |
void |
DefaultRequoteStrategyTest.shouldRequote() |
void |
DefaultUpdateQuoteFromCartStrategyTest.shouldUpdateQuoteFromCart() |
void |
DefaultCommerceCheckoutServiceTest.testPlaceOrder() |
void |
DefaultCommerceCheckoutServiceTest.testPlaceOrderNotCalculated() |
void |
DefaultCommerceCheckoutServiceTest.testPlaceOrderNullCart() |
| Modifier and Type | Method and Description |
|---|---|
OrderData |
CheckoutKeywordLibrary.doCheckout() |
void |
CheckoutKeywordLibrary.validateSessionCart() |
| 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) |
void |
DefaultBundleCommerceCheckoutServiceIntegrationTest.testPlaceOrder() |
void |
DefaultBundleCommerceCheckoutServiceCSTest.testPlaceOrderWhenCustomerIsNull() |
void |
DefaultBundleCommerceCheckoutServiceCSTest.testPlaceOrderWhenMasterCartIsCalculatedIsNull() |
void |
DefaultBundleCommerceCheckoutServiceTest.testPlaceOrderWhenMasterCartIsNull() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponRedeemableValidationHookUnitTest.testCouponRedeemableAfterValidateCartFailure() |
void |
CouponRedeemableValidationHookUnitTest.testCouponRedeemableAfterValidateCartWithNoAppliedCoupons() |
void |
CouponRedeemableValidationHookUnitTest.testCouponRedeemableWhenCartNull() |
| Modifier and Type | Method and Description |
|---|---|
void |
GiveAwayMultiCodeCouponGenerationHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel) |
void |
CouponRedemptionMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
GiveAwayMultiCodeCouponGenerationHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
CouponRedemptionMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
GiveAwayMultiCodeCouponGenerationHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
CouponRedemptionMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
CouponRedemptionMethodHookUnitTest.testCouponRedemptionAfterPlaceOrder() |
void |
CouponRedemptionMethodHookUnitTest.testCouponRedemptionAfterPlaceOrderFailure() |
void |
CouponRedemptionMethodHookUnitTest.testCouponRedemptionAfterPlaceOrderWithNoAppliedCoupons() |
void |
CouponRedemptionMethodHookUnitTest.testCouponRedemptionWhenOrderNull() |
void |
GiveAwayMultiCodeCouponGenerationHookUnitTest.testGiveAwayMultiCodeCouponGenerationBeforeSubmitOrder() |
void |
GiveAwayMultiCodeCouponGenerationHookUnitTest.testGiveAwayMultiCodeCouponGenerationException() |
void |
GiveAwayMultiCodeCouponGenerationHookUnitTest.testGiveAwayMultiCodeCouponGenerationHookWhenActionHasNullCouponId() |
void |
GiveAwayMultiCodeCouponGenerationHookUnitTest.testGiveAwayMultiCodeCouponGenerationHookWhenOrderNull() |
void |
GiveAwayMultiCodeCouponGenerationHookUnitTest.testGiveAwayMultiCodeCouponGenerationWhenNoCouponFound() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckoutController.splitCartEntry(TypedObject cartEntry)
Split a cart entry into 2 cart entries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCheckoutController.splitCartEntry(TypedObject cartEntry) |
| 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) |
void |
CustomerCouponCommercePlaceOrderMethodHookTest.testAfterPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEntitlementDaoIntegrationTest.testFindEntitlementById() |
void |
DefaultEntitlementDaoIntegrationTest.testFindEntitlementByIdWrongId() |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceOrderResult |
EntitlementPlaceOrderMethodHook.createGrants(CommerceOrderResult commerceOrderResult)
Creates grants by order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartService.addToCart(CartModel cart,
ProductModel product,
long quantity,
UnitModel unit)
Deprecated.
since 6.2.0 - Use
AbstractOrderService.addNewEntry(AbstractOrderModel, ProductModel, long, UnitModel) from
the cart service instead. Please mind the fact that
AbstractOrderService.addNewEntry(AbstractOrderModel, ProductModel, long, UnitModel) method
does not calculate or save the cart. |
OrderModel |
OrderService.createOrderFromCart(CartModel cart)
Create the order for the given
cart. |
OrderModel |
OrderService.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
since ages - Use lightweight
OrderService.createOrderFromCart(CartModel) instead or your own implementation of order
placement flow. |
void |
AddNewEntryCornerCaseTest.testAddNewEntryToOrder() |
void |
CartServiceTest.testAddToCart() |
void |
CartServiceTest.testCartAfterChangeCurrency()
Test checks currency information in cart after currency change.
|
protected void |
InMemoryCartTest.testCartService(InMemoryCart cart,
Unit unit) |
void |
CartServiceTest.testChangeQuantity() |
void |
CartServiceTest.testChangeSomeQuantitiesInCart() |
void |
CartServiceTest.testChangeSomeQuantitiesInCartOldStyle() |
void |
OrderInterceptorsIntegrationTest.testOrderLifeCycle()
With all the new interceptors for
|
void |
AddNewEntryCornerCaseTest.testPLA11234() |
void |
CartServiceTest.testRefreshCartAfterChangeCurrency()
Test adds into cart one product and change currency of environment.
|
void |
CartServiceTest.testSetCartEntryQuantityToZero() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartService.addToCart(CartModel cartModel,
ProductModel productModel,
long quantity,
UnitModel unitModel)
Deprecated.
since 6.2.0
|
OrderModel |
DefaultOrderService.createOrderFromCart(CartModel cart) |
OrderModel |
DefaultOrderService.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddToCartStrategy.addToCart(CartModel cart,
ProductModel product,
long quantity,
UnitModel unit)
Deprecated.
Adds to the (existing)
CartModel the (existing) ProductModel in the given UnitModel and
with the given quantity. |
OrderModel |
CreateOrderFromCartStrategy.createOrderFromCart(CartModel cart)
Validates the cart using
CartValidator and performs cart to order cloning. |
OrderModel |
PlaceOrderStrategy.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
Place the order for the given
cart. |
void |
CreateOrderFromCartStrategyTest.testSubmitOrder() |
void |
CartValidator.validateCart(CartModel cart)
validates the
CartModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAddToCartStrategy.addToCart(CartModel cart,
ProductModel product,
long quantity,
UnitModel unit)
Deprecated.
since ages
|
OrderModel |
DefaultCreateOrderFromCartStrategy.createOrderFromCart(CartModel cart) |
OrderModel |
DefaultPlaceOrderStrategy.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
|
void |
DefaultCreateQuoteFromCartStrategyTest.shouldCreateQuoteFromCart() |
void |
NoOpCartValidator.validateCart(CartModel cart) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderCancelHistoryEntriesTest.customSetUp() |
void |
OrderCancelPartialTest.customSetUp() |
void |
OrderCancelCompleteTest.customSetUp() |
void |
OrderCancelPossibilityTest.customSetUp() |
protected OrderModel |
AbstractOrderCancelTest.placeTestOrder() |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
OrderUtility.createOrderFromCart(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Creates the order from cart.
|
void |
OrderUtilityTest.testCreateOrderFromCart() |
void |
OrderUtilityTest.testCreateOrderFromOrderTemplate() |
void |
OrderUtilityTest.testDoNotCreateOrderFromEmptyCart() |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
DefaultOrderUtilityImpl.createOrderFromCart(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTest.createOrder() |
void |
PaymentTest.testAuthorizeWithCode() |
void |
PaymentTest.testAuthorizeWithTransaction() |
void |
PaymentTest.testCapture() |
void |
PaymentTest.testCreateSubscriptionWithoutAuth() |
void |
PaymentTest.testSubscriptionOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnsServiceTest.createOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderUtilsIT.testChangeSomeQuantitiesInOrder() |
| Modifier and Type | Method and Description |
|---|---|
protected OrderData |
CPQReorderIntegrationTest.placeOrder() |
void |
CPQReorderIntegrationTest.testReorder_InvalidKB() |
void |
CPQReorderIntegrationTest.testReorder_OK() |
| Modifier and Type | Method and Description |
|---|---|
void |
CPQOrderFacadeIntegrationTest.testConfigOrderIntegrationFacade() |
| 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) |
void |
ProductConfigurationPlaceOrderHookImplTest.testAfterPlaceOrder() |
void |
ProductConfigurationPlaceOrderHookImplTest.testAfterPlaceOrderNoConfigurables() |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractOrderData> |
SapCreditCheckB2BCheckoutFacade.placeOrder(PlaceOrderData placeOrderData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SapOrdermgmtB2BCheckoutFacadeTest.testPlaceOrder()
Test method for
SapOrdermgmtB2BCheckoutFacade.placeOrder(). |
void |
SapOrdermgmtB2BCheckoutFacadeTest.testPlaceOrderPlaceOrderData()
|
| Modifier and Type | Method and Description |
|---|---|
OrderData |
SapOrdermgmtB2BCheckoutFacade.placeOrder() |
<T extends AbstractOrderData> |
SapOrdermgmtB2BCheckoutFacade.placeOrder(PlaceOrderData placeOrderData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSubscriptionCustomerAccountDaoIntegrationTest.testFindOrdersByCustomerAndStore() |
| 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) |
protected OrderModel |
DefaultSubscriptionCommercePlaceOrderMethodHook.createEnrichedOrderFromCart(CartModel masterCart,
CartModel cartModel,
SalesApplication salesApplication,
OrderModel masterOrder)
Creates an
OrderModel based on the data of the given cartModel and returns it. |
void |
DefaultSubscriptionCommerceCheckoutServiceIntegrationTest.testPlaceOrder() |
void |
DefaultSubscriptionCommerceCheckoutServiceTest.testPlaceOrderWhenCustomerIsNull() |
void |
DefaultSubscriptionCommerceCheckoutServiceTest.testPlaceOrderWhenMasterCartIsCalculatedIsNull() |
void |
DefaultSubscriptionCommerceCheckoutServiceTest.testPlaceOrderWhenMasterCartIsNull() |
void |
DefaultSubscriptionCommerceCheckoutServiceIntegrationTest.testPlaceOrderWithChildCart() |
| 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) |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_multi_orderEntries() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_multi_promotionSourceRules() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_non_flashBuyCoupon() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_non_promotionSourceRule() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_nuon_orderEntries() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder_unredeemed_flashBuyCoupon() |
void |
DefaultFlashBuyCommercePlaceOrderMethodHookTest.testAfterPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashbuyPlaceOrderMethodHook.afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
void |
FlashbuyPlaceOrderMethodHook.beforePlaceOrder(CommerceCheckoutParameter parameter) |
void |
FlashbuyPlaceOrderMethodHook.beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
NewCustomerRestrictionTest.testNewCustomerRestrictionVoucher()
Tests the voucher with new user restriction(VOU-171):
adds a product to cart, and redeems the voucher which is applicable,
creates an order from this cart,
creates a new cart, and adds 2 products to it,
the voucher is not applicable any more for the current user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionVoucherTest.testPromotionVoucherRestriction()
Creates 3 carts, and tries to redeem the same voucher
|
void |
PromotionVoucherTest.testPromotionVoucherRestriction()
Creates 3 carts, and tries to redeem the same voucher
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutWithExternalTaxesIntegrationTest.testCheckoutNetStore() |
| Modifier and Type | Method and Description |
|---|---|
protected OrderModel |
AbstractProcessDemoTest.createOrder() |
protected OrderModel |
AbstractProcessDemoTest.createOrder(AddressModel paymentAddress,
java.lang.String email) |
protected void |
FraudCheckIntegrationTest.placeTestOrder() |
protected OrderModel |
PaymentIntegrationTest.placeTestOrder(boolean valid) |
void |
FraudCheckIntegrationTest.testUsersOrderIsEvaluatedAsFraudAndIsCleanedUp()
Test scenario: fraudCheck node return FRAUD, and after specific period of time order should have status CANCELLED
|
void |
FraudCheckIntegrationTest.testUsersOrderIsEvaluatedAsFraudButUserIntervene()
Test scenario: fraudCheckNode return FRAUD, but customer intervene and csAgent mark order as no fraudulent
|
void |
FraudCheckIntegrationTest.testUsersOrderIsEvaluatedAsPotentialFraudAndCsAgentDecideThatOrderIsFraudulent()
Test scenario: TODO
|
void |
FraudCheckIntegrationTest.testUsersOrderIsEvaluatedAsPotentialFraudButCsAgentDecideThatOrderIsCorrect()
Test scenario: Users order is evaluated as a potential, but CS Agent decide that order is correct
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
| Modifier and Type | Method and Description |
|---|---|
OrderData |
CartController.oneStepCheckout(java.lang.String addressId,
java.lang.String addressIsocode,
java.lang.String deliveryMode,
java.lang.String voucherCode,
java.lang.String paymentInfoId,
java.lang.String securityCode,
HttpServletRequest request)
Web service for one-step checkout from current session cart.
Sample call: https://localhost:9002/rest/v1/mysite/cart/checkout This method requires authentication. Method type : POST.Method is restricted for HTTPS channel. |
OrderData |
CartController.placeOrder(HttpSession session)
Web service for placing order from current session cart.
Sample call: https://localhost:9002/rest/v1/mysite/cart/placeorder. |
protected void |
CartController.validateCartForPlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
OrderWsDTO |
OrdersController.placeOrder(java.lang.String cartId,
java.lang.String securityCode,
java.lang.String fields) |
protected void |
BaseCommerceController.validateCartForPlaceOrder() |
Copyright © 2018 SAP SE. All Rights Reserved.