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 Details

    • 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