Class MReplenish

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_Replenish, I_Persistent, Evaluatee

public class MReplenish extends X_M_Replenish
Inventory Replenishment model
Author:
Daniel Tamm
See Also:
  • Constructor Details

    • MReplenish

      public MReplenish(Properties ctx, String M_Replenish_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      M_Replenish_UU - UUID key
      trxName - Transaction
    • MReplenish

      public MReplenish(Properties ctx, int M_Replenish_ID, String trxName)
      Standard constructor
      Parameters:
      ctx -
      M_Replenish_ID -
      trxName -
    • MReplenish

      public MReplenish(Properties ctx, ResultSet rs, String trxName)
      Standard constructor to create a PO from a result set.
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • getForProduct

      public static List<MReplenish> getForProduct(Properties ctx, int M_ProductID, String trxName)
      Get active replenishment records for a product
      Parameters:
      ctx -
      M_ProductID -
      trxName -
      Returns:
      A list of active replenish lines for given product.