Uses of Interface
org.osid.inventory.shipment.ShipmentList
Packages that use ShipmentList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
-
Uses of ShipmentList in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return ShipmentListModifier and TypeMethodDescriptionShipmentLookupSession.getShipments()Gets allShipments.ShipmentSearchResults.getShipments()Gets the shipment list resulting from a search.ShipmentLookupSession.getShipmentsByGenusType(Type shipmentGenusType) Gets aShipmentListcorresponding to the given shipment genusTypewhich does not include shipments of types derived from the specifiedType.ShipmentLookupSession.getShipmentsByIds(IdList shipmentIds) Gets aShipmentListcorresponding to the givenIdList.ShipmentLookupSession.getShipmentsByParentGenusType(Type shipmentGenusType) Gets aShipmentListcorresponding to the given shipment genusTypeand include any additional shipments with genus types derived from the specifiedType.ShipmentQuerySession.getShipmentsByQuery(ShipmentQuery shipmentQuery) Gets a list ofShipmentsmatching the given shipment query.ShipmentLookupSession.getShipmentsByRecordType(Type shipmentRecordType) Gets aShipmentListcontaining the given shipment recordType.ShipmentLookupSession.getShipmentsBySource(Id resourceId) Gets aShipmentListfrom to the given source.ShipmentLookupSession.getShipmentsBySourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aShipmentListfrom the given source and received between the given date range inclusive.ShipmentWarehouseSession.getShipmentsByWarehouse(Id warehouseId) Gets the list ofShipmentsassociated with aWarehouse.ShipmentWarehouseSession.getShipmentsByWarehouses(IdList warehouseIds) Gets the list ofShipmentscorresponding to a list ofWarehouseobjects.ShipmentLookupSession.getShipmentsForStock(Id stockId) Gets aShipmentListfor to the given stock.ShipmentLookupSession.getShipmentsForStockOnDate(Id stockId, DateTime from, DateTime to) Gets aShipmentListfor the given stock and received between the given date range inclusive.ShipmentLookupSession.getShipmentsOnDate(DateTime from, DateTime to) Gets aShipmentListreceived between the given date range inclusive.