|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.lookup.LookupableImpl
org.kuali.rice.kim.impl.group.GroupLookupableImpl
public class GroupLookupableImpl
Custom lookupable for the GroupBo lookup to call the group service for searching
| Constructor Summary | |
|---|---|
GroupLookupableImpl()
|
|
| Method Summary | |
|---|---|
protected Collection<?> |
executeSearch(Map<String,String> adjustedSearchCriteria,
List<String> wildcardAsLiteralSearchCriteria,
boolean bounded,
Integer searchResultsLimit)
Translates any search criteria on principal name to member id and active data, then calls group service to retrieve matching groups |
GroupService |
getGroupService()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupLookupableImpl()
| Method Detail |
|---|
protected Collection<?> executeSearch(Map<String,String> adjustedSearchCriteria,
List<String> wildcardAsLiteralSearchCriteria,
boolean bounded,
Integer searchResultsLimit)
executeSearch in class LookupableImpladjustedSearchCriteria - map of criteria that has been adjusted (encyrption, ebos, etc)wildcardAsLiteralSearchCriteria - map of criteria to treat as literals (wildcards disabled)bounded - indicates whether the search should be boundedsearchResultsLimit - for bounded searches, the result limit
public GroupService getGroupService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||