Uses of Interface
org.osid.ordering.ProductList
Packages that use ProductList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of ProductList in org.osid.ordering
Methods in org.osid.ordering that return ProductListModifier and TypeMethodDescriptionProductLookupSession.getProducts()Gets allProducts.ProductSearchResults.getProducts()Gets the product list resulting from a search.ProductLookupSession.getProductsByCode(String code) Gets theProductspecified by its product code.ProductLookupSession.getProductsByGenusType(Type productGenusType) Gets aProductListcorresponding to the given product genusTypewhich does not include products of genus types derived from the specifiedType.In plenary mode, the returned list contains all known products or an error results.ProductLookupSession.getProductsByIds(IdList productIds) Gets aProductListcorresponding to the givenIdList.ProductLookupSession.getProductsByParentGenusType(Type productGenusType) Gets aProductListcorresponding to the given product genusTypeand include any additional products with genus types derived from the specifiedType.In plenary mode, the returned list contains all known products or an error results.ProductLookupSession.getProductsByPriceSchedule(Id priceScheduleId) Gets aProductListcontaining the given price schedule.ProductQuerySession.getProductsByQuery(ProductQuery productQuery) Gets a list ofProductsmatching the given product query.ProductLookupSession.getProductsByRecordType(Type productRecordType) Gets aProductListcontaining the given repository recordType.ProductStoreSession.getProductsByStore(Id storeId) Gets the list ofProductsassociated with aStore.ProductStoreSession.getProductsByStores(IdList storeIds) Gets the list ofProductscorresponding to a list ofStores.