|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeQueryResult | |
---|---|
org.kuali.rice.krad.uif.service | |
org.kuali.rice.krad.uif.service.impl | |
org.kuali.rice.krad.web.controller |
Uses of AttributeQueryResult in org.kuali.rice.krad.uif.service |
---|
Methods in org.kuali.rice.krad.uif.service that return AttributeQueryResult | |
---|---|
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. |
Uses of AttributeQueryResult in org.kuali.rice.krad.uif.service.impl |
---|
Methods in org.kuali.rice.krad.uif.service.impl that return AttributeQueryResult | |
---|---|
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldQuery(View view,
String fieldId,
Map<String,String> queryParameters)
|
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldSuggestQuery(View view,
String fieldId,
String fieldTerm,
Map<String,String> queryParameters)
|
Uses of AttributeQueryResult in org.kuali.rice.krad.web.controller |
---|
Methods in org.kuali.rice.krad.web.controller that return AttributeQueryResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |