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