org.broadleafcommerce.profile.core.dao
Interface CustomerDao

All Known Implementing Classes:
CustomerDaoImpl

public interface CustomerDao


Method Summary
 Customer create()
           
 Customer readCustomerByEmail(String emailAddress)
           
 Customer readCustomerById(Long id)
           
 Customer readCustomerByUsername(String username)
           
 Customer save(Customer customer)
           
 

Method Detail

readCustomerById

Customer readCustomerById(Long id)

readCustomerByUsername

Customer readCustomerByUsername(String username)

save

Customer save(Customer customer)

readCustomerByEmail

Customer readCustomerByEmail(String emailAddress)

create

Customer create()


Copyright © 2012. All Rights Reserved.