public interface TaxService
TaxModel.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TaxModel> |
getTaxesForCode(java.lang.String matchedCode)
Gets all
TaxModels which match the specified code. |
TaxModel |
getTaxForCode(java.lang.String code)
Gets the
TaxModel with the specified unique TaxModel.CODE. |
default java.util.List<TaxInformation> |
getTaxInformation(BaseCriteria baseCriteria)
Get taxes information
TaxInformation for given criteria. |
TaxModel getTaxForCode(java.lang.String code)
TaxModel with the specified unique TaxModel.CODE.code - the tax codeTaxModel with the specified codeUnknownIdentifierException - when no tax found.java.util.Collection<TaxModel> getTaxesForCode(java.lang.String matchedCode)
TaxModels which match the specified code.matchedCode - an SQL-Like statement as String, such as %taxCode%Collection of all TaxModels which match the specified codedefault java.util.List<TaxInformation> getTaxInformation(BaseCriteria baseCriteria) throws CalculationException
TaxInformation for given criteria.baseCriteria - BaseCriteriaList of all TaxInformations which matching baseCriteria. If no matching discounts
were found, an empty collection is returned.CalculationException - if error occurredCopyright © 2018 SAP SE. All Rights Reserved.