Uses of Interface
org.osid.ordering.OrderQuery
Packages that use OrderQuery
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of OrderQuery in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return OrderQuery -
Uses of OrderQuery in org.osid.ordering
Methods in org.osid.ordering that return OrderQueryModifier and TypeMethodDescriptionItemQuery.getOrderQuery()Gets the query for an item.OrderQuerySession.getOrderQuery()Gets an order query.OrderSmartStoreSession.getOrderQuery()Gets an order query.StoreQuery.getOrderQuery()Gets the query for an order.OrderSearchSession.getOrderQueryFromInspector(OrderQueryInspector orderQueryInspector) Gets an entry query from an inspector.OrderSmartStoreSession.getOrderQueryFromInspector(OrderQueryInspector orderQueryInspector) Gets an order query from an inspector.Methods in org.osid.ordering with parameters of type OrderQueryModifier and TypeMethodDescriptionvoidOrderSmartStoreSession.applyOrderQuery(OrderQuery orderQuery) Applies an order query to this store.OrderQuerySession.getOrdersByQuery(OrderQuery orderQuery) Gets a list of orders matching the given order query.OrderSearchSession.getOrdersBySearch(OrderQuery orderQuery, OrderSearch orderSearch) Gets the search results matching the given search.