Uses of Interface
org.osid.inventory.ModelList
Packages that use ModelList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of ModelList in org.osid.inventory
Methods in org.osid.inventory that return ModelListModifier and TypeMethodDescriptionModelLookupSession.getModels()Gets allModels.ModelSearchResults.getModels()Gets the model list resulting from a search.Stock.getModels()Gets the models of the items in this stock.ModelLookupSession.getModelsByGenusType(Type modelGenusType) Gets aModelListcorresponding to the given model genusTypewhich does not include models of types derived from the specifiedType.ModelLookupSession.getModelsByIds(IdList modelIds) Gets aModelListcorresponding to the givenIdList.ModelLookupSession.getModelsByManufacturer(Id resourceId) Gets aModelListfor the given resourceId.ModelLookupSession.getModelsByParentGenusType(Type modelGenusType) Gets aModelListcorresponding to the given model genusTypeand include any additional models with genus types derived from the specifiedType.ModelQuerySession.getModelsByQuery(ModelQuery modelQuery) Gets a list ofModelsmatching the given model query.ModelLookupSession.getModelsByRecordType(Type modelRecordType) Gets aModelListcontaining the given model recordType.ModelWarehouseSession.getModelsByWarehouse(Id warehouseId) Gets the list ofModelsassociated with aWarehouse.ModelWarehouseSession.getModelsByWarehouses(IdList warehouseIds) Gets the list ofModelscorresponding to a list ofWarehouseobjects.