|
||||||||||
| 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(java.lang.String id,
boolean exceptionIfNull)
find an attributeDef by attribute def name id. |
static AttributeDef |
findById(java.lang.String id,
boolean exceptionIfNull)
find an attributeDef by id. |
static AttributeDef |
findById(java.lang.String id,
boolean exceptionIfNull,
QueryOptions queryOptions)
find an attributeDef by id. |
static AttributeDef |
findByName(java.lang.String name,
boolean exceptionIfNull)
find an attributeDef by name. |
static AttributeDef |
findByName(java.lang.String name,
boolean exceptionIfNull,
QueryOptions queryOptions)
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(java.lang.String id,
boolean exceptionIfNull)
id - of attributeDefexceptionIfNull - true if exception should be thrown if null
AttributeDefNotFoundException
public static AttributeDef findById(java.lang.String id,
boolean exceptionIfNull,
QueryOptions queryOptions)
id - of attributeDefexceptionIfNull - true if exception should be thrown if nullqueryOptions -
AttributeDefNotFoundException
public static AttributeDef findByAttributeDefNameId(java.lang.String id,
boolean exceptionIfNull)
id - of attributeDefexceptionIfNull - true if exception should be thrown if null
AttributeDefNotFoundException
public static AttributeDef findByName(java.lang.String name,
boolean exceptionIfNull,
QueryOptions queryOptions)
name - of attributeDefexceptionIfNull - true if exception should be thrown if nullqueryOptions -
AttributeDefNotFoundException
public static AttributeDef findByName(java.lang.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 | |||||||||