@Service(value="blPaymentInfoService") public class PaymentInfoServiceImpl extends Object implements PaymentInfoService
Modifier and Type | Field and Description |
---|---|
protected PaymentInfoDao |
paymentInfoDao |
Constructor and Description |
---|
PaymentInfoServiceImpl() |
Modifier and Type | Method and Description |
---|---|
PaymentInfo |
create() |
PaymentLog |
createLog() |
PaymentResponseItem |
createResponseItem() |
void |
delete(PaymentInfo paymentInfo) |
PaymentInfo |
readPaymentInfoById(Long paymentId) |
List<PaymentInfo> |
readPaymentInfosForOrder(Order order) |
PaymentInfo |
save(PaymentInfo paymentInfo) |
PaymentLog |
save(PaymentLog log) |
PaymentResponseItem |
save(PaymentResponseItem paymentResponseItem) |
protected PaymentInfoDao paymentInfoDao
public PaymentInfo save(PaymentInfo paymentInfo)
save
in interface PaymentInfoService
public PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
save
in interface PaymentInfoService
public PaymentLog save(PaymentLog log)
save
in interface PaymentInfoService
public PaymentInfo readPaymentInfoById(Long paymentId)
readPaymentInfoById
in interface PaymentInfoService
public List<PaymentInfo> readPaymentInfosForOrder(Order order)
readPaymentInfosForOrder
in interface PaymentInfoService
public PaymentInfo create()
create
in interface PaymentInfoService
public void delete(PaymentInfo paymentInfo)
delete
in interface PaymentInfoService
public PaymentLog createLog()
createLog
in interface PaymentInfoService
public PaymentResponseItem createResponseItem()
createResponseItem
in interface PaymentInfoService
Copyright © 2013. All rights reserved.