Interface RefreshTotalsService
- All Known Implementing Classes:
RefreshTotalsServiceImpl
public interface RefreshTotalsService
used to recalculate totals of OrderPosition
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recalculateOrderPositionTotals
(Entity orderPosition) recalculates and sets all totals on Order_positionvoid
recalculateOrderTotals
(Entity order)
-
Method Details
-
recalculateOrderPositionTotals
recalculates and sets all totals on Order_position- Parameters:
orderPosition
- the Order_position to reset
-
recalculateOrderTotals
-