Uses of Class
org.compiere.util.OutputParameter
Packages that use OutputParameter
Package
Description
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
-
Uses of OutputParameter in org.compiere.util
Methods in org.compiere.util that return types with arguments of type OutputParameterModifier and TypeMethodDescriptionCallableResult.getNamedOutput()
Deprecated, for removal: This API element is subject to removal in a future version.CallableResult.getOrdinalOutput()
Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.compiere.util with type arguments of type OutputParameterModifier and TypeMethodDescriptionvoid
CallableResult.setNamedOutput
(Map<String, OutputParameter> namedOutput) Deprecated, for removal: This API element is subject to removal in a future version.void
CallableResult.setOrdinalOutput
(Map<Integer, OutputParameter> ordinalOutput) Deprecated, for removal: This API element is subject to removal in a future version.