org.broadleafcommerce.core.payment.dao
Class PaymentInfoDaoImpl
java.lang.Object
org.broadleafcommerce.core.payment.dao.PaymentInfoDaoImpl
- All Implemented Interfaces:
- PaymentInfoDao
@Repository(value="blPaymentInfoDao")
public class PaymentInfoDaoImpl
- extends Object
- implements PaymentInfoDao
| 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
PaymentInfoDaoImpl
public PaymentInfoDaoImpl()
save
public PaymentInfo save(PaymentInfo paymentInfo)
- Specified by:
save in interface PaymentInfoDao
save
public PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
- Specified by:
save in interface PaymentInfoDao
save
public PaymentLog save(PaymentLog log)
- Specified by:
save in interface PaymentInfoDao
readPaymentInfoById
public PaymentInfo readPaymentInfoById(Long paymentId)
- Specified by:
readPaymentInfoById in interface PaymentInfoDao
readPaymentInfosForOrder
public List<PaymentInfo> readPaymentInfosForOrder(Order order)
- Specified by:
readPaymentInfosForOrder in interface PaymentInfoDao
create
public PaymentInfo create()
- Specified by:
create in interface PaymentInfoDao
createResponseItem
public PaymentResponseItem createResponseItem()
- Specified by:
createResponseItem in interface PaymentInfoDao
createLog
public PaymentLog createLog()
- Specified by:
createLog in interface PaymentInfoDao
delete
public void delete(PaymentInfo paymentInfo)
- Specified by:
delete in interface PaymentInfoDao
Copyright © 2013. All Rights Reserved.