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