edu.internet2.middleware.grouper.attr.finder
Class AttributeAssignFinder

java.lang.Object
  extended by edu.internet2.middleware.grouper.attr.finder.AttributeAssignFinder

public class AttributeAssignFinder
extends Object

finder methods for attribute assign


Constructor Summary
AttributeAssignFinder()
           
 
Method Summary
static AttributeAssign findById(String id, boolean exceptionIfNull)
          find an attributeAssign by id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeAssignFinder

public AttributeAssignFinder()
Method Detail

findById

public static AttributeAssign findById(String id,
                                       boolean exceptionIfNull)
find an attributeAssign by id. This is a secure method, a GrouperSession must be open

Parameters:
id - of attributeAssign
exceptionIfNull - true if exception should be thrown if null
Returns:
the attribute assign or null
Throws:
AttributeAssignNotFoundException