|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.attr.finder.AttributeDefFinder
public class AttributeDefFinder
finder methods for attribute def
Constructor Summary | |
---|---|
AttributeDefFinder()
|
Method Summary | |
---|---|
static AttributeDef |
findByAttributeDefNameId(String id,
boolean exceptionIfNull)
find an attributeDef by attribute def name id. |
static AttributeDef |
findById(String id,
boolean exceptionIfNull)
find an attributeDef by id. |
static AttributeDef |
findByName(String name,
boolean exceptionIfNull)
find an attributeDef by name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDefFinder()
Method Detail |
---|
public static AttributeDef findById(String id, boolean exceptionIfNull)
id
- of attributeDefexceptionIfNull
- true if exception should be thrown if null
AttributeDefNotFoundException
public static AttributeDef findByAttributeDefNameId(String id, boolean exceptionIfNull)
id
- of attributeDefexceptionIfNull
- true if exception should be thrown if null
AttributeDefNotFoundException
public static AttributeDef findByName(String name, boolean exceptionIfNull)
name
- of attributeDefexceptionIfNull
- true if exception should be thrown if null
AttributeDefNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |