Uses of Class
org.kuali.rice.krad.uif.field.AttributeQuery
Packages that use AttributeQuery
Package
Description
-
Uses of AttributeQuery in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return AttributeQueryModifier and TypeMethodDescriptionInputField.getAttributeQuery()Attribute query instance configured for this field to dynamically pull information back for updates other fields or providing messagesInputFieldBase.getAttributeQuery()Attribute query instance configured for this field to dynamically pull information back for updates other fields or providing messagesMethods in org.kuali.rice.krad.uif.field with parameters of type AttributeQueryModifier and TypeMethodDescriptionvoidInputField.setAttributeQuery(AttributeQuery attributeQuery) Setter for this field's attribute queryvoidInputFieldBase.setAttributeQuery(AttributeQuery attributeQuery) Setter for this field's attribute query -
Uses of AttributeQuery in org.kuali.rice.krad.uif.service.impl
Methods in org.kuali.rice.krad.uif.service.impl with parameters of type AttributeQueryModifier and TypeMethodDescriptionprotected Collection<?> AttributeQueryServiceImpl.executeAttributeQueryCriteria(AttributeQuery attributeQuery, Map<String, String> queryParameters, Map<String, String> additionalCriteria, List<String> wildcardAsLiteralPropertyNames) Prepares a query using the configured data object, parameters, and criteria, then executes the query and returns the result Collectionprotected ObjectAttributeQueryServiceImpl.executeAttributeQueryMethod(AttributeQuery attributeQuery, Map<String, String> queryParameters, boolean isSuggestQuery, String queryTerm) Prepares the method configured on the attribute query then performs the method invocation -
Uses of AttributeQuery in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget that return AttributeQueryModifier and TypeMethodDescriptionSuggest.getSuggestQuery()Attribute query instance the will be executed to provide the suggest optionsSuggest.SuggestPostData.getSuggestQuery()Methods in org.kuali.rice.krad.uif.widget with parameters of type AttributeQueryModifier and TypeMethodDescriptionvoidSuggest.setSuggestQuery(AttributeQuery suggestQuery) Setter for the suggest attribute query