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