|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.dao.CustomerDaoImpl
@Repository(value="blCustomerDao") public class CustomerDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
protected EntityConfiguration |
entityConfiguration
|
| Constructor Summary | |
|---|---|
CustomerDaoImpl()
|
|
| Method Summary | |
|---|---|
Customer |
create()
|
Customer |
readCustomerByEmail(java.lang.String emailAddress)
|
Customer |
readCustomerById(java.lang.Long id)
|
Customer |
readCustomerByUsername(java.lang.String username)
|
Customer |
save(Customer customer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
| Constructor Detail |
|---|
public CustomerDaoImpl()
| Method Detail |
|---|
public Customer readCustomerById(java.lang.Long id)
readCustomerById in interface CustomerDaopublic Customer readCustomerByUsername(java.lang.String username)
readCustomerByUsername in interface CustomerDaopublic Customer readCustomerByEmail(java.lang.String emailAddress)
readCustomerByEmail in interface CustomerDaopublic Customer save(Customer customer)
save in interface CustomerDaopublic Customer create()
create in interface CustomerDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||