Interface CPTaxCategoryFinder


@ProviderType public interface CPTaxCategoryFinder
Generated:
  • Method Details

    • countCPTaxCategoriesByCompanyId

      int countCPTaxCategoriesByCompanyId(long companyId, String keyword)
    • findCPTaxCategoriesByCompanyId

      List<CPTaxCategory> findCPTaxCategoriesByCompanyId(long companyId, String keyword, int start, int end)