org.broadleafcommerce.core.payment.service
Class PaymentInfoServiceImpl
java.lang.Object
org.broadleafcommerce.core.payment.service.PaymentInfoServiceImpl
- All Implemented Interfaces:
- PaymentInfoService
@Service(value="blPaymentInfoService")
public class PaymentInfoServiceImpl
- extends java.lang.Object
- implements PaymentInfoService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paymentInfoDao
protected PaymentInfoDao paymentInfoDao
PaymentInfoServiceImpl
public PaymentInfoServiceImpl()
save
public PaymentInfo save(PaymentInfo paymentInfo)
- Specified by:
save in interface PaymentInfoService
save
public PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
- Specified by:
save in interface PaymentInfoService
save
public PaymentLog save(PaymentLog log)
- Specified by:
save in interface PaymentInfoService
readPaymentInfoById
public PaymentInfo readPaymentInfoById(java.lang.Long paymentId)
- Specified by:
readPaymentInfoById in interface PaymentInfoService
readPaymentInfosForOrder
public java.util.List<PaymentInfo> readPaymentInfosForOrder(Order order)
- Specified by:
readPaymentInfosForOrder in interface PaymentInfoService
create
public PaymentInfo create()
- Specified by:
create in interface PaymentInfoService
delete
public void delete(PaymentInfo paymentInfo)
- Specified by:
delete in interface PaymentInfoService
createLog
public PaymentLog createLog()
- Specified by:
createLog in interface PaymentInfoService
createResponseItem
public PaymentResponseItem createResponseItem()
- Specified by:
createResponseItem in interface PaymentInfoService
Copyright © 2012. All Rights Reserved.