Uses of Interface
org.osid.ordering.ProductSearchOrder
Packages that use ProductSearchOrder
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 ProductSearchOrder in org.osid.billing
Methods in org.osid.billing that return ProductSearchOrderModifier and TypeMethodDescriptionItemSearchOrder.getProductSearchOrder()Specifies a preference for ordering the result set by the product. -
Uses of ProductSearchOrder in org.osid.ordering
Methods in org.osid.ordering that return ProductSearchOrderModifier and TypeMethodDescriptionItemSearchOrder.getProductSearchOrder()Gets the product order.ProductSearchSession.getProductSearchOrder()Gets a product search order.ProductSmartStoreSession.getProductSearchOrder()Gets a product search order.Methods in org.osid.ordering with parameters of type ProductSearchOrderModifier and TypeMethodDescriptionvoidProductSmartStoreSession.applyProductSequencing(ProductSearchOrder productSearchOrder) Applies a product search order to this store.voidProductSearch.orderProductResults(ProductSearchOrder productSearchOrder) Specify an ordering to the search results.