Interface CommercePriceListCommerceAccountGroupRelFinder
@ProviderType
public interface CommercePriceListCommerceAccountGroupRelFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByCommercePriceListId
(long commercePriceListId, String name) int
countByCommercePriceListId
(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)
-