Interface | osid.inventory.shipment.EntryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
The query inspectors provide a means of accessing the match
terms of a query. These interfaces are used to examine the
actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
Method | getStockIdTerms | ||
Description |
Gets the stock | ||
Return | osid.search.terms.IdTerm[] | the stock Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStockTerms | ||
Description |
Gets the stock query terms. | ||
Return | osid.inventory.StockQueryInspector[] | the stock query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getModelIdTerms | ||
Description |
Gets the model | ||
Return | osid.search.terms.IdTerm[] | the model Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getModelTerms | ||
Description |
Gets the model query terms. | ||
Return | osid.inventory.ModelQueryInspector[] | the model query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemIdTerms | ||
Description |
Gets the item | ||
Return | osid.search.terms.IdTerm[] | the item Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemTerms | ||
Description |
Gets the item query terms. | ||
Return | osid.inventory.ItemQueryInspector[] | the item query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQuantityTerms | ||
Description |
Gets the quantity terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the quantity terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getUnitTypeTerms | ||
Description |
Gets the amount query terms. | ||
Return | osid.search.terms.TypeTerm[] | the unit type query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWarehouseIdTerms | ||
Description |
Gets the warehouse | ||
Return | osid.search.terms.IdTerm[] | the warehouse Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getWarehouseTerms | ||
Description |
Gets the warehouse query terms. | ||
Return | osid.inventory.WarehouseQueryInspector[] | the warehouse query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getEntryQueryInspectorRecord | ||
Description |
Gets the entry query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | entryRecordType | an entry record type |
Return | osid.inventory.shipment.records.EntryQueryInspectorRecord | the entry query inspector record | |
Errors | NULL_ARGUMENT | entryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(entryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |