Package org.kuali.rice.krad.uif.control
Interface FilterableLookupCriteriaControl
- All Known Implementing Classes:
GroupControl,UserControl
public interface FilterableLookupCriteriaControl
Control instance that implements a callback for processing lookup search criteria.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionfilterSearchCriteria(String propertyName, Map<String, String> searchCriteria, FilterableLookupCriteriaControlPostData postData) Invoked to perform filtering of the search criteria.getPostData(String propertyName) Returns the post data for the filterable lookup criteria control using the property name as a key.
-
Method Details
-
getPostData
Returns the post data for the filterable lookup criteria control using the property name as a key.- Parameters:
propertyName- the property name for the control- Returns:
- the post data for the filterable lookup criteria control
-
filterSearchCriteria
Map<String,String> filterSearchCriteria(String propertyName, Map<String, String> searchCriteria, FilterableLookupCriteriaControlPostData postData) Invoked to perform filtering of the search criteria.- Parameters:
propertyName- the propertyName of the current componentsearchCriteria- the search criteria to be filteredpostData- the post data to consider during the search- Returns:
- filtered search criteria
-