@ProviderType
public interface CommerceShipmentFinder
Modifier and Type | Method and Description |
---|---|
int |
countByCommerceOrderId(long commerceOrderId) |
java.util.List<CommerceShipment> |
findByCommerceOrderId(long commerceOrderId,
int start,
int end) |
int[] |
findCommerceShipmentStatusesByCommerceOrderId(long commerceOrderId) |
int countByCommerceOrderId(long commerceOrderId)
java.util.List<CommerceShipment> findByCommerceOrderId(long commerceOrderId, int start, int end)
int[] findCommerceShipmentStatusesByCommerceOrderId(long commerceOrderId)