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