Class DefaultTaxDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.order.daos.impl.DefaultTaxDao
Default implementation of the
TaxDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTaxesByCode(String code) Finds theTaxModels with the specified code.findTaxesByCodePattern(String matchedCode) Finds allTaxModels which match the specified code.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultTaxDao
public DefaultTaxDao()
-
-
Method Details
-
findTaxesByCode
Description copied from interface:TaxDaoFinds theTaxModels with the specified code.- Specified by:
findTaxesByCodein interfaceTaxDao- Parameters:
code- the tax code- Returns:
- the List of found
TaxModels ordered by creation time.
-
findTaxesByCodePattern
Description copied from interface:TaxDaoFinds allTaxModels which match the specified code.- Specified by:
findTaxesByCodePatternin interfaceTaxDao- Parameters:
matchedCode- an SQL-Like statement as String, such as %taxCode%- Returns:
- the
Listof allTaxModels which match the specified code
-