Interface RefreshTotalsService

All Known Implementing Classes:
RefreshTotalsServiceImpl

public interface RefreshTotalsService
used to recalculate totals of OrderPosition
  • Method Details

    • recalculateOrderPositionTotals

      void recalculateOrderPositionTotals(Entity orderPosition)
      recalculates and sets all totals on Order_position
      Parameters:
      orderPosition - the Order_position to reset
    • recalculateOrderTotals

      void recalculateOrderTotals(Entity order)