Interface OrderCalculation

  • All Known Implementing Classes:
    DefaultOrderCalculation

    @Deprecated
    public interface OrderCalculation
    Deprecated.
    since ages - UseCalculationService to calculate orders.
    Provides functionality for the order calculation.
    Spring Bean ID:
    orderCalculation
    • Method Detail

      • calculate

        boolean calculate​(AbstractOrderModel order)
        Deprecated.
        Calculates the given order and returns true if each entry and after this the AbstractOrderModel was calculated. Thereby any invalid entry will be automatically removed.
        Parameters:
        order - the AbstractOrderModel
        Returns:
        false if the order was already calculated.