Interface TaxService

  • All Known Implementing Classes:
    DefaultTaxService

    public interface TaxService
    Service around the TaxModel.
    Spring Bean ID:
    taxService
    • Method Detail

      • getTaxesForCode

        java.util.Collection<TaxModel> getTaxesForCode​(java.lang.String matchedCode)
        Gets all TaxModels which match the specified code.
        Parameters:
        matchedCode - an SQL-Like statement as String, such as %taxCode%
        Returns:
        the Collection of all TaxModels which match the specified code