Uses of Interface
org.adempiere.util.IReservationTracer
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of IReservationTracer in org.adempiere.util
Modifier and TypeMethodDescriptionDefaultReservationTracerFactory.newTracer
(int C_DocType_ID, String documentNo, int lineNo, int AD_Table_ID, int Record_ID, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, boolean IsSOTrx, String trxName) IReservationTracerFactory.newTracer
(int C_DocType_ID, String documentNo, int lineNo, int AD_Table_ID, int Record_ID, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, boolean IsSOTrx, String trxName) newIReservationTracer
instance -
Uses of IReservationTracer in org.compiere.model
Modifier and TypeMethodDescriptionstatic boolean
MStorageReservation.add
(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal diffQty, boolean isSOTrx, String trxName, IReservationTracer tracer) Add diffQty to quantity reserved/orderedvoid
MStorageReservation.addQty
(BigDecimal addition, IReservationTracer tracer) Add addition to Qty of this record using direct SQL - not using cached value - solving IDEMPIERE-2629