org.broadleafcommerce.profile.core.dao
Interface CustomerPaymentDao

All Known Implementing Classes:
CustomerPaymentDaoImpl

public interface CustomerPaymentDao


Method Summary
 CustomerPayment create()
           
 void deleteCustomerPaymentById(Long customerPaymentId)
           
 CustomerPayment readCustomerPaymentById(Long customerPaymentId)
           
 CustomerPayment readCustomerPaymentByToken(String token)
           
 List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
           
 CustomerPayment save(CustomerPayment customerPayment)
           
 

Method Detail

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.