public interface CustomerPaymentService
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 |
saveCustomerPayment(CustomerPayment customerPayment) |
CustomerPayment saveCustomerPayment(CustomerPayment customerPayment)
List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
CustomerPayment readCustomerPaymentById(Long customerPaymentId)
CustomerPayment readCustomerPaymentByToken(String token)
void deleteCustomerPaymentById(Long customerPaymentId)
CustomerPayment create()
Copyright © 2013. All rights reserved.