OrderManagementContext Methods

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The OrderManagementContext type exposes the following members.

Methods

  Name Description
Aa135145.pubmethod(en-US,CS.70).gifAa135145.static(en-US,CS.70).gif Create Overloaded. Initializes a new instance of the OrderManagementContext class.
Aa135145.protmethod(en-US,CS.70).gif DoAcceptBasket Validates the specified basket with the specified pipeline. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoDeleteBaskets Deletes baskets from the database that satisfy the specified search criteria. The number of deleted records is available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoDeleteBasketsById Deletes order baskets from the database that match the supplied identifiers. The number of deleted records is available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoDeletePurchaseOrders Deletes the purchase orders from the database that satisfy the specified search criteria. The number of deleted records is available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoDeletePurchaseOrdersById Deletes a group of purchase orders from the database that match the supplied identifiers. The number of deleted records is available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetAllowedStatus Returns the contents of the state transition table. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetAuthorizedTasks Returns a data set that describes the tasks that the current user is authorized to perform. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetBasketAsDataSet Returns the DataSet for the basket that matches the specified order group identifier. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetBasketReturnableProperties Returns a DataSet containing the list of properties that can be returned from a shopping basket search. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetBasketSearchableProperties Returns a DataSet containing a list of properties that are searchable for a shopping basket search. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetDetailedTypeInformation Returns a DataSet containing information about runtime types. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetPaymentMethods Returns a DataSet containing all the payment methods whether the methods are active or not. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetPurchaseOrderAsDataSet Returns a DataSet containing the purchase order for the specified order group identifier. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetPurchaseOrderReturnableProperties Returns a DataSet containing the list of properties that can be returned for a purchase order search. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetPurchaseOrdersAsXml Returns a block of XML text containing the purchase orders matching a specified set of order group identifiers. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetPurchaseOrderSearchableProperties Returns a DataSet containing the list of properties that are searchable for a purchase order search. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetRegionCodes Returns country/region and state codes from the RegionCodes table. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetSearchResultsLimit Returns the SearchResultsLimit setting in the Web.config file. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetServiceVersion Returns the Web service version. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoGetShippingMethods Returns the DataSet containing all shipping methods whether active or not. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoRefreshPaymentMethodCache Refreshes the PaymentMethod cache on all the Web servers for the site. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoRefreshShippingMethodCache Refreshes the shipping method cache on all the Web servers for the site. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSavePaymentMethods Updates the payment methods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSavePurchaseOrder Accepts a purchase order represented in XML text, deserializes it, and saves it to the database. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSaveShippingMethods Updates the ShippingMethods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSearchBaskets Returns a DataSet containing all baskets that match the specified search criteria. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSearchBasketsWithCount Returns a DataSet containing baskets that match the specified search criteria and options. The number of matched records are available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSearchPurchaseOrders Returns a DataSet containing purchase orders that match specified search criteria. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoSearchPurchaseOrdersWithCount Returns a DataSet containing purchase orders that match specified search criteria and options. The number of matched records are available. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrder Updates the purchase order. (Inherited from OrderServices.)
Aa135145.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrderProperties Updates the properties for the purchase order that is represented in XML text. (Inherited from OrderServices.)
Aa135145.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa135145.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa135145.pubmethod(en-US,CS.70).gif GetAllowedStatus Gets the state transition table contents.
Aa135145.pubmethod(en-US,CS.70).gif GetAuthorizedTasks Returns a data set that describes the tasks that the current user is authorized to perform.
Aa135145.pubmethod(en-US,CS.70).gif GetDetailedTypeInformation Returns a data set containing information about runtime types.
Aa135145.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa135145.pubmethod(en-US,CS.70).gif GetRegionCodes Returns country/region and state code from the RegionCodes table.
Aa135145.pubmethod(en-US,CS.70).gif GetSearchResultsLimit Returns the value for the searchResultsLimit as defined in the Web.config file.
Aa135145.pubmethod(en-US,CS.70).gif GetServiceVersion Returns the version of the Web service.
Aa135145.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa135145.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa135145.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

See Also

Reference

OrderManagementContext Class

Microsoft.CommerceServer.Orders Namespace