| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerRole> |
RoleDaoImpl.readCustomerRolesByCustomerId(Long customerId) |
List<CustomerRole> |
RoleDao.readCustomerRolesByCustomerId(Long customerId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleDaoImpl.addRoleToCustomer(CustomerRole customerRole) |
void |
RoleDao.addRoleToCustomer(CustomerRole customerRole) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerRoleImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerRole> |
RoleServiceImpl.findCustomerRolesByCustomerId(Long customerId) |
List<CustomerRole> |
RoleService.findCustomerRolesByCustomerId(Long customerId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.springframework.security.core.GrantedAuthority> |
UserDetailsServiceImpl.createGrantedAuthorities(List<CustomerRole> customerRoles) |
Copyright © 2015. All Rights Reserved.