Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerRole

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
 java.util.List<CustomerRole> RoleDaoImpl.readCustomerRolesByCustomerId(java.lang.Long customerId)
           
 java.util.List<CustomerRole> RoleDao.readCustomerRolesByCustomerId(java.lang.Long customerId)
           
 

Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerRole
 void RoleDaoImpl.addRoleToCustomer(CustomerRole customerRole)
           
 void RoleDao.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
 java.util.List<CustomerRole> RoleServiceImpl.findCustomerRolesByCustomerId(java.lang.Long customerId)
           
 java.util.List<CustomerRole> RoleService.findCustomerRolesByCustomerId(java.lang.Long customerId)
           
 

Method parameters in org.broadleafcommerce.profile.core.service with type arguments of type CustomerRole
protected  java.util.List<org.springframework.security.core.GrantedAuthority> UserDetailsServiceImpl.createGrantedAuthorities(java.util.List<CustomerRole> customerRoles)
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.