| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryResult.clone() |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
AttributeQueryService.performFieldQuery(ViewPostMetadata viewPostMetadata,
String fieldId,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the field given by the id. |
AttributeQueryResult |
AttributeQueryService.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata,
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(ViewPostMetadata viewPostMetadata,
String fieldId,
Map<String,String> queryParameters)
Executes the
AttributeQuery associated with the field given by the id. |
AttributeQueryResult |
AttributeQueryServiceImpl.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata,
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 |
|---|---|
protected void |
AttributeQueryServiceImpl.retrievePropertiesOnResults(AttributeQueryResult queryResult,
Collection<?> results,
Suggest.SuggestPostData suggestPostData)
Instead of returning the full object this method fills in queryResult with data that contain the properties
of each result object, as configured through the fieldSuggest, from the set of results.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
UifControllerBase.performFieldQuery(UifFormBase form) |
AttributeQueryResult |
UifControllerBase.performFieldSuggest(UifFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
QueryControllerService.performFieldQuery(UifFormBase form)
Invoked to execute the attribute query associated with a field given the query parameters
found in the request
|
AttributeQueryResult |
QueryControllerService.performFieldSuggest(UifFormBase form)
Invoked to provides options (execute a query) for a field that contains a suggest widget.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeQueryResult |
QueryControllerServiceImpl.performFieldQuery(UifFormBase form)
Retrieves field query parameters from the request and invokes
AttributeQueryService.performFieldQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.util.Map<java.lang.String, java.lang.String>) to carry out the
field query. |
AttributeQueryResult |
QueryControllerServiceImpl.performFieldSuggest(UifFormBase form)
Retrieves suggest query parameters from the request and invokes
AttributeQueryService.performFieldSuggestQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>) to carry out the
suggest query. |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.