Uses of Class
com.blueriq.customerdata.api.v1.order.OrderItem
-
Packages that use OrderItem Package Description com.blueriq.customerdata.api.v1.repository -
-
Uses of OrderItem in com.blueriq.customerdata.api.v1.repository
Methods in com.blueriq.customerdata.api.v1.repository that return types with arguments of type OrderItem Modifier and Type Method Description List<OrderItem>
SearchQuery. getOrderBy()
Methods in com.blueriq.customerdata.api.v1.repository with parameters of type OrderItem Modifier and Type Method Description void
SearchQuery. addOrderItem(OrderItem orderItem)
Method parameters in com.blueriq.customerdata.api.v1.repository with type arguments of type OrderItem Modifier and Type Method Description void
SearchQuery. setOrderBy(List<OrderItem> orderBy)
-