Interface RoleSetViewDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3RoleSetViewDAO

public interface RoleSetViewDAO extends GrouperDAO
attribute def name set views, links up attributes with other attributes (probably for privs)
  • Method Summary

    Modifier and Type
    Method
    Description
    find all attribute def name set views by related attribute def names (generally this is for testing)
  • Method Details

    • findByRoleSetViews

      Set<RoleSetView> findByRoleSetViews(Set<String> roleNames)
      find all attribute def name set views by related attribute def names (generally this is for testing)
      Parameters:
      roleNames -
      Returns:
      the attr def name set views