Interface CommerceDiscountRuleFinder


@ProviderType public interface CommerceDiscountRuleFinder
Generated:
  • Method Details

    • countByCommerceDiscountId

      int countByCommerceDiscountId(long commerceDiscountId, String name)
    • countByCommerceDiscountId

      int countByCommerceDiscountId(long commerceDiscountId, String name, boolean inlineSQLHelper)
    • findByCommerceDiscountId

      List<CommerceDiscountRule> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end)
    • findByCommerceDiscountId

      List<CommerceDiscountRule> findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper)