@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
@Transactional(value="blTransactionManager") public PaymentInfo save(PaymentInfo paymentInfo)
save in interface PaymentInfoService@Transactional(value="blTransactionManager") public PaymentResponseItem save(PaymentResponseItem paymentResponseItem)
save in interface PaymentInfoService@Transactional(value="blTransactionManager") public 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 PaymentInfoService@Transactional(value="blTransactionManager") public void delete(PaymentInfo paymentInfo)
delete in interface PaymentInfoServicepublic PaymentLog createLog()
createLog in interface PaymentInfoServicepublic PaymentResponseItem createResponseItem()
createResponseItem in interface PaymentInfoServiceCopyright © 2014. All Rights Reserved.