Uses of Class
org.compiere.util.OutputParameter
Packages that use 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
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.