Uses of Class
edu.internet2.middleware.grouper.exception.AttributeAssignActionSetNotFoundException
Packages that use AttributeAssignActionSetNotFoundException
Package
Description
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 AttributeAssignActionSetNotFoundException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw AttributeAssignActionSetNotFoundExceptionModifier and TypeMethodDescriptionAttributeAssignActionSetDAO.findByIfThenImmediate(String attributeAssignActionIdIf, String attributeAssignActionIdThen, boolean exceptionIfNotFound) find by if and then (not same) with depth of 1 (immediate) -
Uses of AttributeAssignActionSetNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw AttributeAssignActionSetNotFoundExceptionModifier and TypeMethodDescriptionHib3AttributeAssignActionSetDAO.findByIfThenImmediate(String attributeAssignActionIdIf, String attributeAssignActionIdThen, boolean exceptionIfNotFound)