Uses of Interface
org.osid.ordering.ProductQuery
Packages that use ProductQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of ProductQuery in org.osid.billing
Methods in org.osid.billing that return ProductQuery -
Uses of ProductQuery in org.osid.ordering
Methods in org.osid.ordering that return ProductQueryModifier and TypeMethodDescriptionItemQuery.getProductQuery()Gets the query for a product.PriceScheduleQuery.getProductQuery()Gets the query for a product.ProductQuerySession.getProductQuery()Gets a product query.ProductSmartStoreSession.getProductQuery()Gets a product query.StoreQuery.getProductQuery()Gets the query for a product.ProductSearchSession.getProductQueryFromInspector(ProductQueryInspector productQueryInspector) Gets a product query from an inspector.ProductSmartStoreSession.getProductQueryFromInspector(ProductQueryInspector productQueryInspector) Gets a product query from an inspector.Methods in org.osid.ordering with parameters of type ProductQueryModifier and TypeMethodDescriptionvoidProductSmartStoreSession.applyProductQuery(ProductQuery productQuery) Applies a product query to this store.ProductQuerySession.getProductsByQuery(ProductQuery productQuery) Gets a list ofProductsmatching the given product query.ProductSearchSession.getProductsBySearch(ProductQuery productQuery, ProductSearch productSearch) Gets the search results matching the given search.