Interface RoleDao
- All Known Implementing Classes:
RoleDaoImpl
public interface RoleDao
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRoleToCustomer(CustomerRole customerRole) readCustomerRolesByCustomerId(Long customerId) readRoleByName(String name) voidremoveCustomerRolesByCustomerId(Long customerId)
-
Method Details
-
readCustomerRolesByCustomerId
-
readRoleByName
-
addRoleToCustomer
-
removeCustomerRolesByCustomerId
-