org.broadleafcommerce.core.web.controller.checkout
Class BroadleafOrderConfirmationController

java.lang.Object
  extended by org.broadleafcommerce.common.web.controller.BroadleafAbstractController
      extended by org.broadleafcommerce.core.web.controller.checkout.BroadleafOrderConfirmationController

public class BroadleafOrderConfirmationController
extends BroadleafAbstractController


Field Summary
protected static String orderConfirmationView
           
protected  OrderService orderService
           
 
Constructor Summary
BroadleafOrderConfirmationController()
           
 
Method Summary
 String displayOrderConfirmationByOrderId(Long orderId, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String displayOrderConfirmationByOrderNumber(String orderNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String getOrderConfirmationView()
           
 
Methods inherited from class org.broadleafcommerce.common.web.controller.BroadleafAbstractController
getContextPath, isAjaxRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderService

protected OrderService orderService

orderConfirmationView

protected static String orderConfirmationView
Constructor Detail

BroadleafOrderConfirmationController

public BroadleafOrderConfirmationController()
Method Detail

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.