Interface CommercePriceListCommerceAccountGroupRelFinder


@ProviderType public interface CommercePriceListCommerceAccountGroupRelFinder
Generated:
  • Method Details

    • countByCommercePriceListId

      int countByCommercePriceListId(long commercePriceListId, String name)
    • countByCommercePriceListId

      int countByCommercePriceListId(long commercePriceListId, String name, boolean inlineSQLHelper)
    • 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)