|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomerRole | |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service | |
| Uses of CustomerRole in org.broadleafcommerce.profile.core.dao |
|---|
| Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerRole | |
|---|---|
List<CustomerRole> |
RoleDao.readCustomerRolesByCustomerId(Long customerId)
|
List<CustomerRole> |
RoleDaoImpl.readCustomerRolesByCustomerId(Long customerId)
|
| Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerRole | |
|---|---|
void |
RoleDao.addRoleToCustomer(CustomerRole customerRole)
|
void |
RoleDaoImpl.addRoleToCustomer(CustomerRole customerRole)
|
| Uses of CustomerRole in org.broadleafcommerce.profile.core.domain |
|---|
| Classes in org.broadleafcommerce.profile.core.domain that implement CustomerRole | |
|---|---|
class |
CustomerRoleImpl
|
| Uses of CustomerRole in org.broadleafcommerce.profile.core.service |
|---|
| Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CustomerRole | |
|---|---|
List<CustomerRole> |
RoleService.findCustomerRolesByCustomerId(Long customerId)
|
List<CustomerRole> |
RoleServiceImpl.findCustomerRolesByCustomerId(Long customerId)
|
| Method parameters in org.broadleafcommerce.profile.core.service with type arguments of type CustomerRole | |
|---|---|
protected List<org.springframework.security.core.GrantedAuthority> |
UserDetailsServiceImpl.createGrantedAuthorities(List<CustomerRole> customerRoles)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||