public interface ArgValueLookupService
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentNames()
This method gets a sorted list of unique argument names and formats them to be used with the
updateLookupReturn_Callback JavaScript function of kuali_applications.js.
|
List<ArgValueLookup> |
getArgumentValues(String argumentName)
this method returns all the values mentioned in the arg_lookup_value table for the given argument name
|
String getArgumentNames()
List<ArgValueLookup> getArgumentValues(String argumentName)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.