org.broadleafcommerce.core.web.controller.catalog
Class BroadleafRatingsController

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.catalog.BroadleafRatingsController

public class BroadleafRatingsController
extends Object


Field Summary
protected  CatalogService catalogService
           
protected  String formView
           
protected  RatingService ratingService
           
protected  String successView
           
 
Constructor Summary
BroadleafRatingsController()
           
 
Method Summary
 String getFormView()
           
 String getSuccessView()
           
 String reviewItem(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ReviewForm form, String itemId)
           
 String viewReviewForm(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, ReviewForm form, String itemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ratingService

protected RatingService ratingService

catalogService

protected CatalogService catalogService

formView

protected String formView

successView

protected String successView
Constructor Detail

BroadleafRatingsController

public BroadleafRatingsController()
Method Detail

viewReviewForm

public String viewReviewForm(javax.servlet.http.HttpServletRequest request,
                             org.springframework.ui.Model model,
                             ReviewForm form,
                             String itemId)

reviewItem

public String reviewItem(javax.servlet.http.HttpServletRequest request,
                         org.springframework.ui.Model model,
                         ReviewForm form,
                         String itemId)

getFormView

public String getFormView()

getSuccessView

public String getSuccessView()


Copyright © 2012. All Rights Reserved.