org.broadleafcommerce.core.web.controller.checkout
Class BroadleafOrderConfirmationController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.checkout.BroadleafOrderConfirmationController
public class BroadleafOrderConfirmationController
- extends BroadleafAbstractController
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orderService
protected OrderService orderService
orderConfirmationView
protected static String orderConfirmationView
BroadleafOrderConfirmationController
public BroadleafOrderConfirmationController()
displayOrderConfirmationByOrderNumber
public String displayOrderConfirmationByOrderNumber(String orderNumber,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
displayOrderConfirmationByOrderId
public String displayOrderConfirmationByOrderId(Long orderId,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getOrderConfirmationView
public String getOrderConfirmationView()
Copyright © 2013. All Rights Reserved.