|
||||||||
| 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.MembershipRuleQueryResult
This class represents the result of excuting a query on membership rule. It provides the methods to iterater over the result and find a membership rule from the result.
| Method Summary | |
MembershipRule |
find(java.lang.String queryString)
Find the membership rule with given query criteria. |
MembershipRule |
next()
Get the next membership rule in the result. |
MembershipRule |
previous()
Get the previous membership rule in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public MembershipRule next()
throws ManagementException
public MembershipRule previous()
throws ManagementException
public MembershipRule find(java.lang.String queryString)
throws ManagementException
queryString - the query criteria to find the membership rule.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||