|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.auth.ChildUserList
A wrapper for an array of ChildUser objects. This object also contains
a boolean flag that indicates whether or not this is the complete list of ChildUsers
to be returned from the IGroup implementation.
| Constructor Summary | |
ChildUserList(ChildUser[] list)
Constructor that populates this object with an array of ChildUsers and
indicates that this is the complete list of ChildUsers to be returned. |
|
ChildUserList(ChildUser[] list,
boolean isDone)
Constructor which populates this object with an array of ChildUsers and
indicates whether or not this is the last list of ChildUsers to be returned. |
|
| Method Summary | |
ChildUser[] |
getChildUsers()
Gets the list of ChildUsers. |
boolean |
getDone()
Gets the boolean isDone flag. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChildUserList(ChildUser[] list)
ChildUsers and
indicates that this is the complete list of ChildUsers to be returned.
list - the list of ChildUsers to be returned to the portal
public ChildUserList(ChildUser[] list,
boolean isDone)
ChildUsers and
indicates whether or not this is the last list of ChildUsers to be returned.
list - the list of ChildUsers to be returned to the portal.
Null lists are treated as zero-length ChildUser arrays.isDone - whether this is the last list of ChildUsers to be returned| Method Detail |
public ChildUser[] getChildUsers()
ChildUsers.
ChildUser objectspublic boolean getDone()
isDone flag.
ChildUsers returned by the IGroup implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.