BasketManager Members

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

Manages storage and retrieval of Basket objects. This class cannot be inherited.

The BasketManager type exposes the following members.

Methods

  Name Description
Aa135084.pubmethod(en-US,CS.70).gif AcceptBasket Validates the specified basket with the specified pipeline.
Aa135084.pubmethod(en-US,CS.70).gif DeleteBaskets Overloaded. Deletes all baskets that match an order group identifier and supplies a count of the number of baskets deleted or match a specific search clause.
Aa135084.protmethod(en-US,CS.70).gif DoAcceptBasket Validates the specified basket with the specified pipeline. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.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.)
Aa135084.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.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoGetAllowedStatus Returns the contents of the state transition table. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoGetBasketAsDataSet Returns the DataSet for the basket that matches the specified order group identifier. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoGetDetailedTypeInformation Returns a DataSet containing information about runtime types. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoGetPurchaseOrderAsDataSet Returns a DataSet containing the purchase order for the specified order group identifier. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.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.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoGetRegionCodes Returns country/region and state codes from the RegionCodes table. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoGetSearchResultsLimit Returns the SearchResultsLimit setting in the Web.config file. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoGetServiceVersion Returns the Web service version. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoGetShippingMethods Returns the DataSet containing all shipping methods whether active or not. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoRefreshPaymentMethodCache Refreshes the PaymentMethod cache on all the Web servers for the site. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoRefreshShippingMethodCache Refreshes the shipping method cache on all the Web servers for the site. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoSavePaymentMethods Updates the payment methods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoSaveShippingMethods Updates the ShippingMethods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoSearchBaskets Returns a DataSet containing all baskets that match the specified search criteria. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoSearchPurchaseOrders Returns a DataSet containing purchase orders that match specified search criteria. (Inherited from OrderServices.)
Aa135084.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.)
Aa135084.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrder Updates the purchase order. (Inherited from OrderServices.)
Aa135084.protmethod(en-US,CS.70).gif DoUpdatePurchaseOrderProperties Updates the properties for the purchase order that is represented in XML text. (Inherited from OrderServices.)
Aa135084.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa135084.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa135084.pubmethod(en-US,CS.70).gif GetBasketAsDataSet Returns a DataSet for the basket with the specified order group identifier.
Aa135084.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa135084.pubmethod(en-US,CS.70).gif GetReturnableProperties Returns a DataSet containing the List of properties which can be returned for a Basket search.
Aa135084.pubmethod(en-US,CS.70).gif GetSearchableProperties Returns a DataSet containing the List of properties which are searchable for Basket search.
Aa135084.pubmethod(en-US,CS.70).gif GetSearchClauseFactory Creates a new search clause builder for searching BasketManager objects.
Aa135084.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa135084.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa135084.pubmethod(en-US,CS.70).gif SearchBaskets Overloaded. Returns a DataSet containing baskets that match a supplied search criteria.
Aa135084.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

See Also

Reference

BasketManager Class

Microsoft.CommerceServer.Orders Namespace