Uses of Class
edu.internet2.middleware.grouper.exception.AttributeDefNotFoundException

Packages that use AttributeDefNotFoundException
edu.internet2.middleware.grouper The I2MI Grouper project is an open source toolkit for managing groups. 
edu.internet2.middleware.grouper.attr.finder   
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
 

Uses of AttributeDefNotFoundException in edu.internet2.middleware.grouper
 

Methods in edu.internet2.middleware.grouper that throw AttributeDefNotFoundException
 AttributeDef Membership.getAttributeDef()
          Deprecated. use getOwnerAttributeDef() instead
 AttributeDef Membership.getOwnerAttributeDef()
          Get this membership's group.
 

Uses of AttributeDefNotFoundException in edu.internet2.middleware.grouper.attr.finder
 

Methods in edu.internet2.middleware.grouper.attr.finder that throw AttributeDefNotFoundException
static AttributeDef AttributeDefFinder.findByIdIndexSecure(java.lang.Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions)
          Find an attributeDef within the registry by ID index.
 

Uses of AttributeDefNotFoundException in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that throw AttributeDefNotFoundException
 AttributeDef AttributeDefDAO.findByIdIndex(java.lang.Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions)
           
 AttributeDef AttributeDefDAO.findByIdIndexSecure(java.lang.Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions)
           
 AttributeDef AttributeDefDAO.findByNameSecure(java.lang.String name, boolean exceptionIfNotFound)
          find an attribute def by name.
 AttributeDef AttributeDefDAO.findByNameSecure(java.lang.String name, boolean exceptionIfNotFound, QueryOptions queryOptions)
          find an attribute def by name.
 

Uses of AttributeDefNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw AttributeDefNotFoundException
 AttributeDef Hib3AttributeDefDAO.findByIdIndex(java.lang.Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions)
          not a secure method, find by id index
 AttributeDef Hib3AttributeDefDAO.findByIdIndexSecure(java.lang.Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions)
          secure method, find by id index
 AttributeDef Hib3AttributeDefDAO.findByNameSecure(java.lang.String name, boolean exceptionIfNotFound)
           
 AttributeDef Hib3AttributeDefDAO.findByNameSecure(java.lang.String name, boolean exceptionIfNotFound, QueryOptions queryOptions)