Uses of Class
edu.internet2.middleware.grouper.exception.AttributeDefNameNotFoundException
Packages that use AttributeDefNameNotFoundException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that throw AttributeDefNameNotFoundException -
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign that throw AttributeDefNameNotFoundExceptionModifier and TypeMethodDescriptionAttributeAssignSave.save()
create or update an attribute assignment Steps: 1. -
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper.attr.finder
Methods in edu.internet2.middleware.grouper.attr.finder that throw AttributeDefNameNotFoundExceptionModifier and TypeMethodDescriptionstatic AttributeDefName
AttributeDefNameFinder.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) Find an attributeDefName within the registry by ID index. -
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper.group
Methods in edu.internet2.middleware.grouper.group that throw AttributeDefNameNotFoundException -
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw AttributeDefNameNotFoundExceptionModifier and TypeMethodDescriptionAttributeDefNameDAO.findByIdIndex
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) AttributeDefNameDAO.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) AttributeDefNameDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) find an attribute def name by name as root (no security)AttributeDefNameDAO.findByNameSecure
(String name, boolean exceptionIfNotFound) find an attribute def name by nameAttributeDefNameDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) find an attribute def name by name -
Uses of AttributeDefNameNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw AttributeDefNameNotFoundExceptionModifier and TypeMethodDescriptionHib3AttributeDefNameDAO.findByIdIndex
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) not a secure method, find by id indexHib3AttributeDefNameDAO.findByIdIndexSecure
(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) secure method, find by id indexHib3AttributeDefNameDAO.findByName
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Hib3AttributeDefNameDAO.findByNameSecure
(String name, boolean exceptionIfNotFound) Hib3AttributeDefNameDAO.findByNameSecure
(String name, boolean exceptionIfNotFound, QueryOptions queryOptions)