Interface CommerceOrderItemFinder


@ProviderType public interface CommerceOrderItemFinder
Generated:
  • Method Details

    • countByG_A_O

      int countByG_A_O(long groupId, long commerceAccountId, int[] orderStatuses)
    • findByAvailableQuantity

      List<CommerceOrderItem> findByAvailableQuantity(long commerceOrderId)
    • findByAvailableQuantity

      List<CommerceOrderItem> findByAvailableQuantity(long commerceOrderId, int start, int end)
    • findByG_A_O

      List<CommerceOrderItem> findByG_A_O(long groupId, long commerceAccountId, int[] orderStatuses, int start, int end)
    • getCommerceOrderItemsQuantity

      BigDecimal getCommerceOrderItemsQuantity(long commerceOrderId)