OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.OrderItemSearchResults
Implementsosid.OsidSearchResults
Used Byosid.ordering.OrderItemSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetOrderItems
Description

Gets the order item list resulting from a search.

Returnosid.ordering.OrderItemList the order item list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetOrderItemQueryInspector
Description

Gets the inspector for the query to examine the terns used in the search.

Returnosid.ordering.OrderItemQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetOrderItemSearchResultsRecord
Description

Gets the order item search results record corresponding to the given order item search record Type. This method is used to retrieve an object implementing the requested recor.

Parametersosid.type.TypeorderItemSearchRecordType an order item search record type
Returnosid.ordering.records.OrderItemSearchResultsRecord the order item search results record
ErrorsNULL_ARGUMENT OrderItemSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(order itemSearchRecordType) is false
Compliancemandatory This method must be implemented.