Interface RecalculateExternalTaxesStrategy
-
- All Known Implementing Classes:
DefaultRecalculateExternalTaxesStrategy
public interface RecalculateExternalTaxesStrategyAbstraction for service to decide whether the external taxes of an order need recalculation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSESSION_ATTIR_ORDER_RECALCULATION_HASH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrecalculate(AbstractOrderModel abstractOrderModel)
-
-
-
Field Detail
-
SESSION_ATTIR_ORDER_RECALCULATION_HASH
static final java.lang.String SESSION_ATTIR_ORDER_RECALCULATION_HASH
- See Also:
- Constant Field Values
-
-
Method Detail
-
recalculate
boolean recalculate(AbstractOrderModel abstractOrderModel)
-
-