OSID Logo
OSID Specifications
inventory package
Version 3.1.0
Interfaceosid.inventory.StockSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidFederateableSearchOrder
Used Byosid.checklist.mason.TodoProducerSearchOrder
osid.inventory.InventorySearchOrder
osid.inventory.ItemSearchOrder
osid.inventory.StockSearchSession
osid.inventory.StockSmartWarehouseSession
osid.inventory.shipment.EntrySearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderBySKU
Description

Specifies a preference for ordering the result set by the sku.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByLocationDescription
Description

Specifies a preference for ordering the result set by the location description.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodgetStockSearchOrderRecord
Description

Gets the stock search order record corresponding to the given stock record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypestockRecordType a stock record type
Returnosid.inventory.records.StockSearchOrderRecord the stock search order record
ErrorsNULL_ARGUMENT stockRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stockRecordType) is false
Compliancemandatory This method must be implemented.