| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.service | |
| org.kuali.rice.krad.uif.service.impl | |
| org.kuali.rice.krad.web.controller |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryService.performFieldQuery(View view,
String fieldId,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the field given by the id. |
AttributeQueryResult |
AttributeQueryService.performFieldSuggestQuery(View view,
String fieldId,
String fieldTerm,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the Suggest widget within
the field given by the Id. |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldQuery(View view,
String fieldId,
Map<String,String> queryParameters) |
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldSuggestQuery(View view,
String fieldId,
String fieldTerm,
Map<String,String> queryParameters) |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
UifControllerBase.performFieldQuery(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to execute the
AttributeQuery associated with a field given the query parameters
found in the request. |
AttributeQueryResult |
UifControllerBase.performFieldSuggest(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked to provide the options for a suggest widget.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.