public interface CustomerPaymentDao
Modifier and Type | Method and Description |
---|---|
CustomerPayment |
create() |
void |
deleteCustomerPaymentById(Long customerPaymentId) |
CustomerPayment |
readCustomerPaymentById(Long customerPaymentId) |
CustomerPayment |
readCustomerPaymentByToken(String token) |
List<CustomerPayment> |
readCustomerPaymentsByCustomerId(Long customerId) |
CustomerPayment |
save(CustomerPayment customerPayment) |
List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
CustomerPayment save(CustomerPayment customerPayment)
CustomerPayment readCustomerPaymentById(Long customerPaymentId)
CustomerPayment readCustomerPaymentByToken(String token)
void deleteCustomerPaymentById(Long customerPaymentId)
CustomerPayment create()
Copyright © 2014. All rights reserved.