|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.dao.RoleDaoImpl
@Repository(value="blRoleDao") public class RoleDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
protected EntityConfiguration |
entityConfiguration
|
| Constructor Summary | |
|---|---|
RoleDaoImpl()
|
|
| Method Summary | |
|---|---|
void |
addRoleToCustomer(CustomerRole customerRole)
|
Address |
readAddressById(java.lang.Long id)
|
java.util.List<CustomerRole> |
readCustomerRolesByCustomerId(java.lang.Long customerId)
|
Role |
readRoleByName(java.lang.String name)
|
| 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 RoleDaoImpl()
| Method Detail |
|---|
public Address readAddressById(java.lang.Long id)
public java.util.List<CustomerRole> readCustomerRolesByCustomerId(java.lang.Long customerId)
readCustomerRolesByCustomerId in interface RoleDaopublic Role readRoleByName(java.lang.String name)
readRoleByName in interface RoleDaopublic void addRoleToCustomer(CustomerRole customerRole)
addRoleToCustomer in interface RoleDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||