@Repository(value="blOrderPaymentDao") public class OrderPaymentDaoImpl extends Object implements OrderPaymentDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
OrderPaymentDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrderPayment |
create() |
PaymentLog |
createLog() |
PaymentTransaction |
createTransaction() |
void |
delete(OrderPayment paymentInfo) |
OrderPayment |
readPaymentById(Long paymentId) |
List<OrderPayment> |
readPaymentsForOrder(Order order) |
PaymentTransaction |
readTransactionById(Long transactionId) |
OrderPayment |
save(OrderPayment payment) |
PaymentLog |
save(PaymentLog log) |
PaymentTransaction |
save(PaymentTransaction transaction) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public OrderPayment save(OrderPayment payment)
save in interface OrderPaymentDaopublic PaymentTransaction save(PaymentTransaction transaction)
save in interface OrderPaymentDaopublic PaymentLog save(PaymentLog log)
save in interface OrderPaymentDaopublic OrderPayment readPaymentById(Long paymentId)
readPaymentById in interface OrderPaymentDaopublic List<OrderPayment> readPaymentsForOrder(Order order)
readPaymentsForOrder in interface OrderPaymentDaopublic OrderPayment create()
create in interface OrderPaymentDaopublic PaymentTransaction createTransaction()
createTransaction in interface OrderPaymentDaopublic PaymentTransaction readTransactionById(Long transactionId)
readTransactionById in interface OrderPaymentDaopublic PaymentLog createLog()
createLog in interface OrderPaymentDaopublic void delete(OrderPayment paymentInfo)
delete in interface OrderPaymentDaoCopyright © 2014. All rights reserved.