public interface SearchResult
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the error Strubg
|
List<? extends Group> |
getGroups()
Gets the Groups
|
List<? extends Person> |
getPeople()
Gets the people
|
SearchCriteria |
getSearchCriteria()
Gets the
SearchCriteria. |
void |
setError(String error)
Sets the error String
|
void |
setGroups(List<? extends Group> groups)
Sets the Groups
|
void |
setPeople(List<? extends Person> people)
Sets the people
|
void |
setSearchCriteria(SearchCriteria criteria)
Sets the
SearchCriteria. |
void setSearchCriteria(SearchCriteria criteria)
SearchCriteria.criteria - The SearchCriteria.SearchCriteria getSearchCriteria()
SearchCriteria.SearchCriteria.void setGroups(List<? extends Group> groups)
groups - the groups to setCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.