org.broadleafcommerce.core.checkout.service
Class CheckoutServiceImpl
java.lang.Object
org.broadleafcommerce.core.checkout.service.CheckoutServiceImpl
- All Implemented Interfaces:
- CheckoutService
@Service(value="blCheckoutService")
public class CheckoutServiceImpl
- extends Object
- implements CheckoutService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkoutWorkflow
protected SequenceProcessor checkoutWorkflow
orderService
protected OrderService orderService
CheckoutServiceImpl
public CheckoutServiceImpl()
performCheckout
public CheckoutResponse performCheckout(Order order,
Map<PaymentInfo,Referenced> payments)
throws CheckoutException
- Specified by:
performCheckout in interface CheckoutService
- Throws:
CheckoutException
performCheckout
public CheckoutResponse performCheckout(Order order)
throws CheckoutException
- Specified by:
performCheckout in interface CheckoutService
- Throws:
CheckoutException
Copyright © 2013. All Rights Reserved.