|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.user.profile.ProfileSearchResults
public class ProfileSearchResults
A holder for people search results, detached from Lucene internals.
| Constructor Summary | |
|---|---|
ProfileSearchResults(int resultCount,
Collection<Long> userIDs,
List<User> users)
|
|
| Method Summary | |
|---|---|
int |
getResultCount()
The total number of hits returned by the query. |
Collection<Long> |
getUserIDs()
Get a list of returned userIDs. |
Collection<User> |
getUsers()
Get a list of returned Users. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileSearchResults(int resultCount,
Collection<Long> userIDs,
List<User> users)
| Method Detail |
|---|
public int getResultCount()
public Collection<Long> getUserIDs()
public Collection<User> getUsers()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||