Uses of Class
blackboard.persist.user.UserSearch.SearchKey

Packages that use UserSearch.SearchKey
blackboard.persist.user   
 

Uses of UserSearch.SearchKey in blackboard.persist.user
 

Methods in blackboard.persist.user that return UserSearch.SearchKey
static UserSearch.SearchKey UserSearch.SearchKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserSearch.SearchKey[] UserSearch.SearchKey.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in blackboard.persist.user with parameters of type UserSearch.SearchKey
static UserSearch UserSearch.getNameSearch(UserSearch.SearchKey key, SearchOperator op, java.lang.String value)
          Generates a search object that finds users based on the specified name key.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.