public interface QueryControllerService
| Modifier and Type | Method and Description | 
|---|---|
| AttributeQueryResult | performFieldQuery(UifFormBase form)Invoked to execute the attribute query associated with a field given the query parameters
 found in the request | 
| AttributeQueryResult | performFieldSuggest(UifFormBase form)Invoked to provides options (execute a query) for a field that contains a suggest widget. | 
| org.springframework.web.servlet.ModelAndView | performLookup(UifFormBase form)Handles the perform lookup action by building up a URL to the lookup view and configuring
 a redirect. | 
org.springframework.web.servlet.ModelAndView performLookup(UifFormBase form)
form - form instance containing the model dataAttributeQueryResult performFieldSuggest(UifFormBase form)
form - form instance containing the model dataAttributeQueryResult performFieldQuery(UifFormBase form)
form - form instance containing the model dataCopyright © 2005–2016 The Kuali Foundation. All rights reserved.