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 theTaxModel
s with the specified code.java.util.List<TaxModel>
findTaxesByCodePattern(java.lang.String code)
Finds allTaxModel
s which match the specified code.
-