Class MOrderLandedCost

    • Constructor Detail

      • MOrderLandedCost

        public MOrderLandedCost​(Properties ctx,
                                int C_OrderLandedCost_ID,
                                String trxName)
        Parameters:
        ctx -
        C_OrderLandedCost_ID -
        trxName -
      • MOrderLandedCost

        public MOrderLandedCost​(Properties ctx,
                                ResultSet rs,
                                String trxName)
        Parameters:
        ctx -
        rs -
        trxName -
    • Method Detail

      • getOfOrder

        public static MOrderLandedCost[] getOfOrder​(int C_Order_ID,
                                                    String trxName)
        Get allocation
        Parameters:
        C_Order_ID -
        Returns:
        lines
      • getLines

        public MOrderLandedCostAllocation[] getLines​(String whereClause)
        Get Lines of allocation
        Parameters:
        whereClause - starting with AND
        Returns:
        lines
      • distributeLandedCost

        public String distributeLandedCost()