org.broadleafcommerce.core.rating.dao
Class ReviewDetailDaoImpl
java.lang.Object
org.broadleafcommerce.core.rating.dao.ReviewDetailDaoImpl
- All Implemented Interfaces:
- ReviewDetailDao
@Repository(value="blReviewDetailDao")
public class ReviewDetailDaoImpl
- extends Object
- implements ReviewDetailDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
ReviewDetailDaoImpl
public ReviewDetailDaoImpl()
readReviewDetailById
public ReviewDetail readReviewDetailById(Long reviewId)
- Specified by:
readReviewDetailById in interface ReviewDetailDao
saveReviewDetail
public ReviewDetail saveReviewDetail(ReviewDetail reviewDetail)
- Specified by:
saveReviewDetail in interface ReviewDetailDao
readReviewByCustomerAndItem
public ReviewDetail readReviewByCustomerAndItem(Customer customer,
String itemId)
- Specified by:
readReviewByCustomerAndItem in interface ReviewDetailDao
create
public ReviewDetail create()
- Specified by:
create in interface ReviewDetailDao
createFeedback
public ReviewFeedback createFeedback()
- Specified by:
createFeedback in interface ReviewDetailDao
Copyright © 2012. All Rights Reserved.