org.broadleafcommerce.profile.core.dao
Interface RoleDao

All Known Implementing Classes:
RoleDaoImpl

public interface RoleDao


Method Summary
 void addRoleToCustomer(CustomerRole customerRole)
           
 java.util.List<CustomerRole> readCustomerRolesByCustomerId(java.lang.Long customerId)
           
 Role readRoleByName(java.lang.String name)
           
 

Method Detail

readCustomerRolesByCustomerId

java.util.List<CustomerRole> readCustomerRolesByCustomerId(java.lang.Long customerId)

readRoleByName

Role readRoleByName(java.lang.String name)

addRoleToCustomer

void addRoleToCustomer(CustomerRole customerRole)


Copyright © 2011. All Rights Reserved.