|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder
public class AttributeDefNameFinder
finder methods for attribute def name
| Constructor Summary | |
|---|---|
AttributeDefNameFinder()
|
|
| Method Summary | |
|---|---|
static java.util.Set<AttributeDefName> |
findAll(java.lang.String searchField,
java.util.Set<java.lang.String> searchInAttributeDefIds,
QueryOptions queryOptions)
search for attributeDefName by name, display name, or description. |
static AttributeDefName |
findById(java.lang.String id,
boolean exceptionIfNull)
find an attributeDefName by id. |
static AttributeDefName |
findByName(java.lang.String name,
boolean exceptionIfNull)
find an attributeDefName by name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeDefNameFinder()
| Method Detail |
|---|
public static AttributeDefName findById(java.lang.String id,
boolean exceptionIfNull)
id - of attributeDefNameexceptionIfNull - true if exception should be thrown if null
AttributeDefNameNotFoundException
public static AttributeDefName findByName(java.lang.String name,
boolean exceptionIfNull)
name - of attributeDefNameexceptionIfNull - true if exception should be thrown if null
AttributeDefNameNotFoundException
public static java.util.Set<AttributeDefName> findAll(java.lang.String searchField,
java.util.Set<java.lang.String> searchInAttributeDefIds,
QueryOptions queryOptions)
searchField - substring to search forsearchInAttributeDefIds - ids to search in or null for allqueryOptions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||