public class DefaultTaxService extends AbstractBusinessService implements TaxService
TaxService.AbstractService.SerializableDTOmodelService, sessionService, txManagertenant| Constructor and Description |
|---|
DefaultTaxService() |
| 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. |
void |
setTaxDao(TaxDao taxDao) |
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, setTenantScope, writeReplacepublic TaxModel getTaxForCode(java.lang.String code)
TaxServiceTaxModel with the specified unique TaxModel.CODE.getTaxForCode in interface TaxServicecode - the tax codeTaxModel with the specified codepublic java.util.Collection<TaxModel> getTaxesForCode(java.lang.String matchedCode)
TaxServiceTaxModels which match the specified code.getTaxesForCode in interface TaxServicematchedCode - an SQL-Like statement as String, such as %taxCode%Collection of all TaxModels which match the specified codepublic void setTaxDao(TaxDao taxDao)
Copyright © 2018 SAP SE. All Rights Reserved.