|
||||||||||
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 edu.sampleu.travel.TravelLookupableImpl
public class TravelLookupableImpl
Constructor Summary | |
---|---|
TravelLookupableImpl()
|
Method Summary | |
---|---|
Collection<?> |
performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded)
Override the performSearch method so that we can perform any additional filtering of results from the standard query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelLookupableImpl()
Method Detail |
---|
public Collection<?> performSearch(LookupForm form, Map<String,String> searchCriteria, boolean bounded)
performSearch
in interface Lookupable
performSearch
in class LookupableImpl
form
- lookup form instance containing the lookup datasearchCriteria
- map of criteria currently setbounded
- indicates whether the results should be limited (if necessary) to the max search
result limit configured
CollectionIncomplete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |