Uses of Interface
org.osid.inventory.ModelQuery
Packages that use ModelQuery
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.inventory
service.
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
-
Uses of ModelQuery in org.osid.control
Methods in org.osid.control that return ModelQuery -
Uses of ModelQuery in org.osid.inventory
Methods in org.osid.inventory that return ModelQueryModifier and TypeMethodDescriptionModelQuerySession.getModelQuery()Gets a model query.ModelSmartWarehouseSession.getModelQuery()Gets a model query.StockQuery.getModelQuery()Gets the query for an inventory.WarehouseQuery.getModelQuery()Gets the query for an inventory.ModelSearchSession.getModelQueryFromInspector(ItemQueryInspector modelQueryInspector) Gets a model query from an inspector.ModelSmartWarehouseSession.getModelQueryFromInspector(ModelQueryInspector modelQueryInspector) Gets a model query from an inspector.Methods in org.osid.inventory with parameters of type ModelQueryModifier and TypeMethodDescriptionvoidModelSmartWarehouseSession.applyModelQuery(ModelQuery modelQuery) Applies a model query to this warehouse.ModelQuerySession.getModelsByQuery(ModelQuery modelQuery) Gets a list ofModelsmatching the given model query.ModelSearchSession.getModelsBySearch(ModelQuery modelQuery, ModelSearch modelSearch) Gets the search results matching the given search query using the given search. -
Uses of ModelQuery in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return ModelQuery