Interface CommerceDiscountCommerceAccountGroupRelFinder
@ProviderType
public interface CommerceDiscountCommerceAccountGroupRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionintcountByCommerceDiscountId(long commerceDiscountId, String name) intcountByCommerceDiscountId(long commerceDiscountId, String name, boolean inlineSQLHelper) findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end) findByCommerceDiscountId(long commerceDiscountId, String name, int start, int end, boolean inlineSQLHelper)
-
Method Details
-
countByCommerceDiscountId
-
countByCommerceDiscountId
-
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)
-