org.broadleafcommerce.profile.core.dao
Interface RoleDao

All Known Implementing Classes:
RoleDaoImpl

public interface RoleDao


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

Method Detail

readCustomerRolesByCustomerId

List<CustomerRole> readCustomerRolesByCustomerId(Long customerId)

readRoleByName

Role readRoleByName(String name)

addRoleToCustomer

void addRoleToCustomer(CustomerRole customerRole)


Copyright © 2012. All Rights Reserved.