Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerRole
Packages that use CustomerRole
Package
Description
-
Uses of CustomerRole in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerRoleModifier and TypeMethodDescriptionRoleDao.readCustomerRolesByCustomerId(Long customerId) RoleDaoImpl.readCustomerRolesByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerRoleModifier and TypeMethodDescriptionvoidRoleDao.addRoleToCustomer(CustomerRole customerRole) voidRoleDaoImpl.addRoleToCustomer(CustomerRole customerRole) -
Uses of CustomerRole in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement CustomerRole -
Uses of CustomerRole in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CustomerRoleModifier and TypeMethodDescriptionRoleService.findCustomerRolesByCustomerId(Long customerId) RoleServiceImpl.findCustomerRolesByCustomerId(Long customerId) Method parameters in org.broadleafcommerce.profile.core.service with type arguments of type CustomerRoleModifier and TypeMethodDescriptionprotected List<org.springframework.security.core.GrantedAuthority>UserDetailsServiceImpl.createGrantedAuthorities(List<CustomerRole> customerRoles)