public interface CustomerPaymentDao
| Modifier and Type | Method and Description |
|---|---|
CustomerPayment |
create() |
void |
deleteCustomerPaymentById(java.lang.Long customerPaymentId) |
CustomerPayment |
readCustomerPaymentById(java.lang.Long customerPaymentId) |
CustomerPayment |
readCustomerPaymentByToken(java.lang.String token) |
java.util.List<CustomerPayment> |
readCustomerPaymentsByCustomerId(java.lang.Long customerId) |
CustomerPayment |
save(CustomerPayment customerPayment) |
java.util.List<CustomerPayment> readCustomerPaymentsByCustomerId(java.lang.Long customerId)
CustomerPayment save(CustomerPayment customerPayment)
CustomerPayment readCustomerPaymentById(java.lang.Long customerPaymentId)
CustomerPayment readCustomerPaymentByToken(java.lang.String token)
void deleteCustomerPaymentById(java.lang.Long customerPaymentId)
CustomerPayment create()
Copyright © 2018. All Rights Reserved.