@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 PaymentInfoServicepublic PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
save in interface PaymentInfoServicepublic PaymentLog save(PaymentLog log)
save in interface PaymentInfoServicepublic PaymentInfo readPaymentInfoById(Long paymentId)
readPaymentInfoById in interface PaymentInfoServicepublic List<PaymentInfo> readPaymentInfosForOrder(Order order)
readPaymentInfosForOrder in interface PaymentInfoServicepublic PaymentInfo create()
create in interface PaymentInfoServicepublic void delete(PaymentInfo paymentInfo)
delete in interface PaymentInfoServicepublic PaymentLog createLog()
createLog in interface PaymentInfoServicepublic PaymentResponseItem createResponseItem()
createResponseItem in interface PaymentInfoServiceCopyright © 2013. All rights reserved.