|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.ales.management.query.MultiQueryResultImpl | +--com.bea.ales.management.UserQueryResult
This class represents the result of executing a query on users. It provides methods to iterate over the result and find users from the result.
Method Summary | |
User |
find(java.lang.String userName)
Find the user with the specified name. |
User |
next()
Get the next user in the result set. |
User |
previous()
Get the previous user in the result. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public User next() throws ManagementException
public User previous() throws ManagementException
public User find(java.lang.String userName) throws ManagementException
userName
- the user name to look for
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |