|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
GroupService |
getGroupService()
|
protected List<?> |
getSearchResults(LookupForm form,
Map<String,String> searchCriteria,
boolean unbounded)
Translates any search criteria on principal name to member id and active data, then calls group service to retrieve matching groups |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService |
---|
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults |
Constructor Detail |
---|
public GroupLookupableImpl()
Method Detail |
---|
protected List<?> getSearchResults(LookupForm form, Map<String,String> searchCriteria, boolean unbounded)
getSearchResults
in class LookupableImpl
form
- lookup form instance containing the lookup datasearchCriteria
- map of criteria currently setunbounded
- indicates whether the complete result should be returned. When set to false the result is
limited (if necessary) to the max search result limit configured.
public GroupService getGroupService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |