org.broadleafcommerce.core.payment.service
Class PaymentInfoServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.PaymentInfoServiceImpl
All Implemented Interfaces:
PaymentInfoService

@Service(value="blPaymentInfoService")
public class PaymentInfoServiceImpl
extends Object
implements PaymentInfoService


Field Summary
protected  PaymentInfoDao paymentInfoDao
           
 
Constructor Summary
PaymentInfoServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paymentInfoDao

protected PaymentInfoDao paymentInfoDao
Constructor Detail

PaymentInfoServiceImpl

public PaymentInfoServiceImpl()
Method Detail

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(Long paymentId)
Specified by:
readPaymentInfoById in interface PaymentInfoService

readPaymentInfosForOrder

public 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.