Interface FindPDTValueInfoStrategy<VALUE extends PDTValue,​INFO extends PDTInformation,​CRITERIA extends PDTCriteria>

    • Method Detail

      • getPDTValues

        java.util.List<VALUE> getPDTValues​(CRITERIA criteria)
                                    throws CalculationException
        Gets the price/discount/tax values.
        Parameters:
        criteria - the price/discount/tax criteria.
        Returns:
        the price/discount/tax values.
        Throws:
        CalculationException - the calculation exception
      • getPDTInformation

        java.util.List<INFO> getPDTInformation​(CRITERIA criteria)
                                        throws CalculationException
        Gets the price/discount/tax information.
        Parameters:
        criteria - the price/discount/tax criteria.
        Returns:
        the price/discount/tax information.
        Throws:
        CalculationException - the calculation exception