Uses of Interface
org.osid.inventory.shipment.ShipmentQuery
Packages that use ShipmentQuery
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
-
Uses of ShipmentQuery in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return ShipmentQueryModifier and TypeMethodDescriptionShipmentQuerySession.getShipmentQuery()Gets a shipment query.ShipmentSmartWarehouseSession.getShipmentQuery()Gets a shipment query.ShipmentSearchSession.getShipmentQueryFromInspector(ShipmentQueryInspector shipmentQueryInspector) Gets a shipment query from an inspector.ShipmentSmartWarehouseSession.getShipmentQueryFromInspector(ShipmentQueryInspector shipmentQueryInspector) Gets a shipment query from an inspector.Methods in org.osid.inventory.shipment with parameters of type ShipmentQueryModifier and TypeMethodDescriptionvoidShipmentSmartWarehouseSession.applyShipmentQuery(ShipmentQuery shipmentQuery) Applies a shipment query to this warehouse.ShipmentQuerySession.getShipmentsByQuery(ShipmentQuery shipmentQuery) Gets a list ofShipmentsmatching the given shipment query.ShipmentSearchSession.getShipmentsBySearch(ShipmentQuery shipmentQuery, ShipmentSearch shipmentSearch) Gets the search results matching the given search query using the given search.