public interface FindTaxValuesStrategy extends ServiceLayerOnlyCalculationVerifier
TaxValues for the given order entry.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TaxValue> |
findTaxValues(AbstractOrderEntryModel entry)
Resolves tax value for the given
AbstractOrderEntryModel basing on the underlying implementation. |
default java.util.List<TaxInformation> |
getTaxInformation(BaseCriteria baseCriteria)
Get taxes information
TaxInformation for given criteria. |
isSLOnlyjava.util.Collection<TaxValue> findTaxValues(AbstractOrderEntryModel entry) throws CalculationException
AbstractOrderEntryModel basing on the underlying implementation.entry - AbstractOrderEntryModelTaxValuesCalculationExceptiondefault java.util.List<TaxInformation> getTaxInformation(BaseCriteria baseCriteria) throws CalculationException
TaxInformation for given criteria.baseCriteria - BaseCriteriaList of all TaxInformations which matching baseCriteria. If no matching taxes were
found, an empty collection is returned.CalculationExceptionCopyright © 2018 SAP SE. All Rights Reserved.