public class ArgValueLookupServiceImpl extends Object implements ArgValueLookupService
| Constructor and Description |
|---|
ArgValueLookupServiceImpl() |
| 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
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public String getArgumentNames()
ArgValueLookupServicegetArgumentNames in interface ArgValueLookupServiceArgValueLookupService.getArgumentNames()public List<ArgValueLookup> getArgumentValues(String argumentName)
ArgValueLookupServicegetArgumentValues in interface ArgValueLookupServiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.