Interface ReviewDetail

All Known Implementing Classes:
ReviewDetailImpl

public interface ReviewDetail
  • Method Details

    • getId

      Long getId()
    • getCustomer

      org.broadleafcommerce.profile.core.domain.Customer getCustomer()
    • getReviewText

      String getReviewText()
    • setReviewText

      void setReviewText(String reviewText)
    • getReviewSubmittedDate

      Date getReviewSubmittedDate()
    • helpfulCount

      Integer helpfulCount()
    • notHelpfulCount

      Integer notHelpfulCount()
    • getStatus

      ReviewStatusType getStatus()
    • getRatingSummary

      RatingSummary getRatingSummary()
    • getRatingDetail

      RatingDetail getRatingDetail()
    • getReviewFeedback

      List<ReviewFeedback> getReviewFeedback()