Interface OaaCheckoutFacade
- All Superinterfaces:
de.hybris.platform.commercefacades.order.CheckoutFacade
- All Known Implementing Classes:
DefaultSapOaaCheckoutFacade
public interface OaaCheckoutFacade
extends de.hybris.platform.commercefacades.order.CheckoutFacade
Checkout Facade for OAA Logic. Adds Sourcing for Session Cart.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCall Sourcing REST Service and persist the result (Schedule Lines) in the given cart.Methods inherited from interface de.hybris.platform.commercefacades.order.CheckoutFacade
authorizePayment, containsTaxValues, createPaymentSubscription, getAddressDataForId, getBillingCountries, getCheckoutCart, getCountries, getDeliveryAddressForCode, getDeliveryCountries, getSupportedCardTypes, getSupportedDeliveryAddresses, getSupportedDeliveryModes, hasCheckoutCart, hasPickUpItems, hasShippingItems, placeOrder, prepareCartForCheckout, removeDeliveryAddress, removeDeliveryMode, setCheapestDeliveryModeForCheckout, setDefaultDeliveryAddressForCheckout, setDefaultPaymentInfoForCheckout, setDeliveryAddress, setDeliveryAddressIfAvailable, setDeliveryMode, setDeliveryModeIfAvailable, setPaymentDetails, setPaymentInfoIfAvailable
-
Method Details
-
doSourcingForSessionCart
boolean doSourcingForSessionCart()Call Sourcing REST Service and persist the result (Schedule Lines) in the given cart.- Returns:
Boolean
-