Class MReplenish

    • Constructor Detail

      • 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 resultset.
        Parameters:
        ctx -
        rs -
        trxName -
    • Method Detail

      • getForProduct

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