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 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 component
      searchCriteria - the search criteria to be filtered
      postData - the post data to consider during the search
      Returns:
      filtered search criteria