Uses of Class
org.compiere.util.OutputParameter
-
Packages that use OutputParameter Package Description org.compiere.util -
-
Uses of OutputParameter in org.compiere.util
Methods in org.compiere.util that return types with arguments of type OutputParameter Modifier and Type Method Description Map<String,OutputParameter>
CallableResult. getNamedOutput()
Map<Integer,OutputParameter>
CallableResult. getOrdinalOutput()
Method parameters in org.compiere.util with type arguments of type OutputParameter Modifier and Type Method Description void
CallableResult. setNamedOutput(Map<String,OutputParameter> namedOutput)
void
CallableResult. setOrdinalOutput(Map<Integer,OutputParameter> ordinalOutput)
-