Share via


OrderServices Members

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

An abstract class. Manages orders for the online shopping site.

The OrderServices type exposes the following members.

Constructors

  Name Description
Aa135169.protmethod(en-US,CS.70).gif OrderServices Overloaded. Initializes a new instance of the OrderServices class.

Top

Methods

  Name Description
Aa135169.protmethod(en-US,CS.70).gif DoAcceptBasket Validates the specified basket with the specified pipeline.
Aa135169.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.
Aa135169.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.
Aa135169.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.
Aa135169.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.
Aa135169.protmethod(en-US,CS.70).gif DoGetAllowedStatus Returns the contents of the state transition table.
Aa135169.protmethod(en-US,CS.70).gif DoGetAuthorizedTasks Returns a data set that describes the tasks that the current user is authorized to perform.
Aa135169.protmethod(en-US,CS.70).gif DoGetBasketAsDataSet Returns the DataSet for the basket that matches the specified order group identifier.
Aa135169.protmethod(en-US,CS.70).gif DoGetBasketReturnableProperties Returns a DataSet containing the list of properties that can be returned from a shopping basket search.
Aa135169.protmethod(en-US,CS.70).gif DoGetBasketSearchableProperties Returns a DataSet containing a list of properties that are searchable for a shopping basket search.
Aa135169.protmethod(en-US,CS.70).gif DoGetDetailedTypeInformation Returns a DataSet containing information about runtime types.
Aa135169.protmethod(en-US,CS.70).gif DoGetPaymentMethods Returns a DataSet containing all the payment methods whether the methods are active or not.
Aa135169.protmethod(en-US,CS.70).gif DoGetPurchaseOrderAsDataSet Returns a DataSet containing the purchase order for the specified order group identifier.
Aa135169.protmethod(en-US,CS.70).gif DoGetPurchaseOrderReturnableProperties Returns a DataSet containing the list of properties that can be returned for a purchase order search.
Aa135169.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.
Aa135169.protmethod(en-US,CS.70).gif DoGetPurchaseOrderSearchableProperties Returns a DataSet containing the list of properties that are searchable for a purchase order search.
Aa135169.protmethod(en-US,CS.70).gif DoGetRegionCodes Returns country/region and state codes from the RegionCodes table.
Aa135169.protmethod(en-US,CS.70).gif DoGetSearchResultsLimit Returns the SearchResultsLimit setting in the Web.config file.
Aa135169.protmethod(en-US,CS.70).gif DoGetServiceVersion Returns the Web service version.
Aa135169.protmethod(en-US,CS.70).gif DoGetShippingMethods Returns the DataSet containing all shipping methods whether active or not.
Aa135169.protmethod(en-US,CS.70).gif DoRefreshPaymentMethodCache Refreshes the PaymentMethod cache on all the Web servers for the site.
Aa135169.protmethod(en-US,CS.70).gif DoRefreshShippingMethodCache Refreshes the shipping method cache on all the Web servers for the site.
Aa135169.protmethod(en-US,CS.70).gif DoSavePaymentMethods Updates the payment methods by inserting, updating, and deleting the records that are marked.
Aa135169.protmethod(en-US,CS.70).gif DoSavePurchaseOrder Accepts a purchase order represented in XML text, deserializes it, and saves it to the database.
Aa135169.protmethod(en-US,CS.70).gif DoSaveShippingMethods Updates the ShippingMethods by inserting, updating, and deleting the records that are marked.
Aa135169.protmethod(en-US,CS.70).gif DoSearchBaskets Returns a DataSet containing all baskets that match the specified search criteria.
Aa135169.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.
Aa135169.protmethod(en-US,CS.70).gif DoSearchPurchaseOrders Returns a DataSet containing purchase orders that match specified search criteria.
Aa135169.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.
Aa135169.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrder Updates the purchase order.
Aa135169.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrderProperties Updates the properties for the purchase order that is represented in XML text.
Aa135169.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa135169.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa135169.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa135169.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa135169.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa135169.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

See Also

Reference

OrderServices Class

Microsoft.CommerceServer.Orders Namespace