org.broadleafcommerce.profile.core.dao
Interface CustomerPaymentDao
- All Known Implementing Classes:
- CustomerPaymentDaoImpl
public interface CustomerPaymentDao
readCustomerPaymentsByCustomerId
List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
save
CustomerPayment save(CustomerPayment customerPayment)
readCustomerPaymentById
CustomerPayment readCustomerPaymentById(Long customerPaymentId)
readCustomerPaymentByToken
CustomerPayment readCustomerPaymentByToken(String token)
deleteCustomerPaymentById
void deleteCustomerPaymentById(Long customerPaymentId)
create
CustomerPayment create()
Copyright © 2013. All Rights Reserved.