|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeQuery | |
---|---|
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.service.impl | |
org.kuali.rice.krad.uif.widget |
Uses of AttributeQuery in org.kuali.rice.krad.uif.field |
---|
Methods in org.kuali.rice.krad.uif.field that return AttributeQuery | |
---|---|
AttributeQuery |
InputField.getFieldAttributeQuery()
Attribute query instance configured for this field to dynamically pull information back for updates other fields or providing messages |
Methods in org.kuali.rice.krad.uif.field with parameters of type AttributeQuery | |
---|---|
void |
InputField.setFieldAttributeQuery(AttributeQuery fieldAttributeQuery)
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 AttributeQuery | |
---|---|
protected Collection<?> |
AttributeQueryServiceImpl.executeAttributeQueryCriteria(AttributeQuery attributeQuery,
Map<String,String> queryParameters,
Map<String,String> additionalCriteria)
Prepares a query using the configured data object, parameters, and criteria, then executes the query and returns the result Collection |
protected Object |
AttributeQueryServiceImpl.executeAttributeQueryMethod(View view,
AttributeQuery attributeQuery,
Map<String,String> queryParameters)
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 AttributeQuery | |
---|---|
AttributeQuery |
Suggest.getSuggestQuery()
Attribute query instance the will be executed to provide the suggest options |
Methods in org.kuali.rice.krad.uif.widget with parameters of type AttributeQuery | |
---|---|
void |
Suggest.setSuggestQuery(AttributeQuery suggestQuery)
Setter for the suggest attribute query |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |