Uses of Interface
org.osid.ordering.OrderSearchOrder
Packages that use OrderSearchOrder
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 OrderSearchOrder in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return OrderSearchOrderModifier and TypeMethodDescriptionShipmentSearchOrder.getOrderSearchOrder()Specifies a preference for ordering the result set by the order. -
Uses of OrderSearchOrder in org.osid.ordering
Methods in org.osid.ordering that return OrderSearchOrderModifier and TypeMethodDescriptionItemSearchOrder.getOrderSearchOrder()Gets the order order.OrderSearchSession.getOrderSearchOrder()Gets an order search order.OrderSmartStoreSession.getOrderSearchOrder()Gets an order search order.Methods in org.osid.ordering with parameters of type OrderSearchOrderModifier and TypeMethodDescriptionvoidOrderSmartStoreSession.applyOrderSequencing(OrderSearchOrder orderSearchOrder) Applies an order search order to this store.voidOrderSearch.orderOrderResults(OrderSearchOrder orderSearchOrder) Specify an ordering to the search results.