Interface RoleDao

All Known Implementing Classes:
RoleDaoImpl

public interface RoleDao
  • Method Details

    • readCustomerRolesByCustomerId

      List<CustomerRole> readCustomerRolesByCustomerId(Long customerId)
    • readRoleByName

      Role readRoleByName(String name)
    • addRoleToCustomer

      void addRoleToCustomer(CustomerRole customerRole)
    • removeCustomerRolesByCustomerId

      void removeCustomerRolesByCustomerId(Long customerId)