Interface CommerceOrderFinder
@ProviderType
public interface CommerceOrderFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionfetchByG_U_C_O_S_First
(long groupId, long userId, long commerceAccountId, int orderStatus) findByG_O
(long groupId, int[] orderStatuses) findByG_O
(long groupId, int[] orderStatuses, int start, int end) getShippedCommerceOrdersByCommerceShipmentId
(long shipmentId, int start, int end)
-
Method Details
-
fetchByG_U_C_O_S_First
CommerceOrder fetchByG_U_C_O_S_First(long groupId, long userId, long commerceAccountId, int orderStatus) -
findByG_O
-
findByG_O
-
getShippedCommerceOrdersByCommerceShipmentId
List<CommerceOrder> getShippedCommerceOrdersByCommerceShipmentId(long shipmentId, int start, int end)
-