Package org.adempiere.util
Interface IReservationTracer
- All Known Implementing Classes:
ReservationLogTracer
public interface IReservationTracer
Interface to trace changes to quantity reserved/ordered
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
trace
(BigDecimal originalQty, BigDecimal diffQty) trace quantity changes
-
Method Details
-
trace
trace quantity changes- Parameters:
originalQty
-diffQty
-
-