edu.internet2.middleware.grouper.internal.dao
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
 Set<RoleSetView> findByRoleSetViews(Set<String> roleNames)
          find all attribute def name set views by related attribute def names (generally this is for testing)
 

Method Detail

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