Interface CommerceDiscountCommerceAccountGroupRelFinder


@ProviderType public interface CommerceDiscountCommerceAccountGroupRelFinder
Generated:
  • Method Details

    • countByCommerceDiscountId

      int countByCommerceDiscountId(long commerceDiscountId, String name)
    • countByCommerceDiscountId

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

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

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