public class DefaultTaxDao extends AbstractItemDao implements TaxDao
TaxDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultTaxDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaxModel> |
findTaxesByCode(java.lang.String code)
Finds the
TaxModels with the specified code. |
java.util.List<TaxModel> |
findTaxesByCodePattern(java.lang.String matchedCode)
Finds all
TaxModels which match the specified code. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic java.util.List<TaxModel> findTaxesByCode(java.lang.String code)
TaxDaoTaxModels with the specified code.findTaxesByCode in interface TaxDaocode - the tax codeTaxModels ordered by creation time.public java.util.List<TaxModel> findTaxesByCodePattern(java.lang.String matchedCode)
TaxDaoTaxModels which match the specified code.findTaxesByCodePattern in interface TaxDaomatchedCode - an SQL-Like statement as String, such as %taxCode%List of all TaxModels which match the specified codeCopyright © 2018 SAP SE. All Rights Reserved.