Uses of Interface
org.osid.ordering.OrderList
Packages that use OrderList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of OrderList in org.osid.ordering
Methods in org.osid.ordering that return OrderListModifier and TypeMethodDescriptionMyOrderSession.getClosedOrders()Gets all closed orders for the customer related to this agent.OrderLookupSession.getClosedOrders()Gets all closed orders.MyOrderSession.getOpenOrders()Gets all submitted and not closed orders for the customer related to this agent.OrderLookupSession.getOpenOrders()Gets all submitted and not closed orders.MyOrderSession.getOrders()Gets all orders for the subscriber related to the current agent.OrderLookupSession.getOrders()Gets all orders.OrderSearchResults.getOrders()Gets the order list resulting from a search.OrderLookupSession.getOrdersByCustomer(Id resourceId) Gets a list of all orders corresponding to a customerId.OrderLookupSession.getOrdersByCustomerAndDate(Id resourceId, DateTime from, DateTime to) Gets a list of all orders corresponding to a customerIdand date range.OrderLookupSession.getOrdersByDate(DateTime from, DateTime to) Gets a list of all orders corresponding to a date range.OrderLookupSession.getOrdersByGenusType(Type orderGenusType) Gets anOrderListcorresponding to the given order genusTypewhich does not include orders of genus types derived from the specifiedType.OrderLookupSession.getOrdersByIds(IdList orderIds) Gets anOrderListcorresponding to the givenIdList.OrderLookupSession.getOrdersByParentGenusType(Type orderGenusType) Gets anOrderListcorresponding to the given order genusTypeand include any additional orders with genus types derived from the specifiedType.OrderQuerySession.getOrdersByQuery(OrderQuery orderQuery) Gets a list of orders matching the given order query.OrderLookupSession.getOrdersByRecordType(Type orderRecordType) Gets anOrderListcontaining the given repository recordType.OrderStoreSession.getOrdersByStore(Id storeId) Gets the list ofOrdersassociated with aStore.OrderStoreSession.getOrdersByStores(IdList storeIds) Gets the list ofOrderscorresponding to a list ofStores.OrderLookupSession.getOrdersForProduct(Id productId) Gets a list of all orders with an item for a product.OrderLookupSession.getOrdersForProductAndDate(Id productId, DateTime from, DateTime to) Gets a list of all orders with items for a productIdand date range.MyOrderSession.getUnsubmittedOrders()Gets all orders not yet submitted for the customer related to this agent.