org.broadleafcommerce.profile.core.dao
Class CustomerPaymentDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CustomerPaymentDaoImpl
- All Implemented Interfaces:
- CustomerPaymentDao
@Repository(value="blCustomerPaymentDao")
public class CustomerPaymentDaoImpl
- extends Object
- implements CustomerPaymentDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
CustomerPaymentDaoImpl
public CustomerPaymentDaoImpl()
readCustomerPaymentsByCustomerId
public List<CustomerPayment> readCustomerPaymentsByCustomerId(Long customerId)
- Specified by:
readCustomerPaymentsByCustomerId in interface CustomerPaymentDao
save
public CustomerPayment save(CustomerPayment customerPayment)
- Specified by:
save in interface CustomerPaymentDao
readCustomerPaymentByToken
public CustomerPayment readCustomerPaymentByToken(String token)
- Specified by:
readCustomerPaymentByToken in interface CustomerPaymentDao
readCustomerPaymentById
public CustomerPayment readCustomerPaymentById(Long customerPaymentId)
- Specified by:
readCustomerPaymentById in interface CustomerPaymentDao
deleteCustomerPaymentById
public void deleteCustomerPaymentById(Long customerPaymentId)
- Specified by:
deleteCustomerPaymentById in interface CustomerPaymentDao
create
public CustomerPayment create()
- Specified by:
create in interface CustomerPaymentDao
Copyright © 2013. All Rights Reserved.