public class GroupMembersEntry extends AbstractEntry
| Constructor and Description |
|---|
GroupMembersEntry() |
GroupMembersEntry(List<Person> persons) |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
getEntry() |
List |
getEntryCollection() |
int |
getEntrySize() |
boolean |
isEmpty() |
boolean |
isMember(String personId)
Returns whether the given personId is member of this group
|
void |
setEntry(List<Person> entry) |
void |
setEntryCollection(List entry) |
void |
sortEntryCollection(String sort) |
String |
toString() |
getItemsPerPage, getStartIndex, getTotalResults, getUpdatedSince, isFiltered, isSorted, setFiltered, setItemsPerPage, setSorted, setStartIndex, setTotalResults, setUpdatedSincepublic boolean isEmpty()
public boolean isMember(String personId)
personId - the personpublic int getEntrySize()
getEntrySize in class AbstractEntrypublic List getEntryCollection()
getEntryCollection in class AbstractEntrypublic void sortEntryCollection(String sort)
sortEntryCollection in class AbstractEntrypublic void setEntryCollection(List entry)
setEntryCollection in class AbstractEntrypublic String toString()
toString in class AbstractEntryCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.