Interface CommercePriceListCommerceAccountGroupRelFinder
@ProviderType
public interface CommercePriceListCommerceAccountGroupRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionintcountByCommercePriceListId(long commercePriceListId, String name) intcountByCommercePriceListId(long commercePriceListId, String name, boolean inlineSQLHelper) findByCommercePriceListId(long commercePriceListId, String name, int start, int end) findByCommercePriceListId(long commercePriceListId, String name, int start, int end, boolean inlineSQLHelper)
-
Method Details
-
countByCommercePriceListId
-
countByCommercePriceListId
-
findByCommercePriceListId
List<CommercePriceListCommerceAccountGroupRel> findByCommercePriceListId(long commercePriceListId, String name, int start, int end) -
findByCommercePriceListId
List<CommercePriceListCommerceAccountGroupRel> findByCommercePriceListId(long commercePriceListId, String name, int start, int end, boolean inlineSQLHelper)
-