Package de.hybris.platform.order.daos
Interface TaxDao
-
- All Known Implementing Classes:
DefaultTaxDao
public interface TaxDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TaxModel>findTaxesByCode(java.lang.String code)Finds theTaxModels with the specified code.java.util.List<TaxModel>findTaxesByCodePattern(java.lang.String code)Finds allTaxModels which match the specified code.
-