|
|||||||||
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 Set<AttributeDefName> |
findAll(String searchField,
Set<String> searchInAttributeDefIds,
QueryOptions queryOptions)
search for attributeDefName by name, display name, or description. |
static AttributeDefName |
findById(String id,
boolean exceptionIfNull)
find an attributeDefName by id. |
static AttributeDefName |
findByName(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(String id, boolean exceptionIfNull)
id
- of attributeDefNameexceptionIfNull
- true if exception should be thrown if null
AttributeDefNameNotFoundException
public static AttributeDefName findByName(String name, boolean exceptionIfNull)
name
- of attributeDefNameexceptionIfNull
- true if exception should be thrown if null
AttributeDefNameNotFoundException
public static Set<AttributeDefName> findAll(String searchField, Set<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 |