Uses of Class
org.compiere.util.OutputParameter
Package
Description
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of OutputParameter in org.compiere.util
Modifier 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.Modifier 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.