Interface CustomerPaymentDao
- All Known Implementing Classes:
CustomerPaymentDaoImpl
public interface CustomerPaymentDao
-
Method Summary
Modifier and TypeMethodDescriptioncreate()voiddeleteCustomerPaymentById(Long customerPaymentId) voidreadCustomerPaymentById(Long customerPaymentId) readCustomerPaymentByToken(String token) readCustomerPaymentsByCustomerId(Long customerId) save(CustomerPayment customerPayment)
-
Method Details
-
readCustomerPaymentsByCustomerId
-
save
-
readCustomerPaymentById
-
readCustomerPaymentByToken
-
deleteCustomerPaymentById
-
deleteCustomerPaymentByToken
-
create
CustomerPayment create()
-