edu.internet2.middleware.grouper.internal.dao
Interface AttributeDefNameSetViewDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3AttributeDefNameSetViewDAO

public interface AttributeDefNameSetViewDAO
extends GrouperDAO

attribute def name set views, links up attributes with other attributes (probably for privs)


Method Summary
 Set<AttributeDefNameSetView> findByAttributeDefNameSetViews(Set<String> attributeDefNames)
          find all attribute def name set views by related attribute def names (generally this is for testing)
 

Method Detail

findByAttributeDefNameSetViews

Set<AttributeDefNameSetView> findByAttributeDefNameSetViews(Set<String> attributeDefNames)
find all attribute def name set views by related attribute def names (generally this is for testing)

Parameters:
attributeDefNames -
Returns:
the attr def name set views