Interface CommerceOrderItemFinder
@ProviderType
public interface CommerceOrderItemFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
countByG_A_O
(long groupId, long commerceAccountId, int[] orderStatuses) findByAvailableQuantity
(long commerceOrderId) findByAvailableQuantity
(long commerceOrderId, int start, int end) findByG_A_O
(long groupId, long commerceAccountId, int[] orderStatuses, int start, int end) getCommerceOrderItemsQuantity
(long commerceOrderId)
-
Method Details
-
countByG_A_O
int countByG_A_O(long groupId, long commerceAccountId, int[] orderStatuses) -
findByAvailableQuantity
-
findByAvailableQuantity
-
findByG_A_O
List<CommerceOrderItem> findByG_A_O(long groupId, long commerceAccountId, int[] orderStatuses, int start, int end) -
getCommerceOrderItemsQuantity
-