ShippingMethodManager Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages storage and retrieval of ShippingMethod objects. This class cannot be inherited.
The ShippingMethodManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
DoAcceptBasket | Validates the specified basket with the specified pipeline. (Inherited from OrderServices.) | |
DoDeleteBaskets | Deletes baskets from the database that satisfy the specified search criteria. The number of deleted records is available. (Inherited from OrderServices.) | |
DoDeleteBasketsById | Deletes order baskets from the database that match the supplied identifiers. The number of deleted records is available. (Inherited from OrderServices.) | |
DoDeletePurchaseOrders | Deletes the purchase orders from the database that satisfy the specified search criteria. The number of deleted records is available. (Inherited from OrderServices.) | |
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.) | |
DoGetAllowedStatus | Returns the contents of the state transition table. (Inherited from OrderServices.) | |
DoGetAuthorizedTasks | Returns a data set that describes the tasks that the current user is authorized to perform. (Inherited from OrderServices.) | |
DoGetBasketAsDataSet | Returns the DataSet for the basket that matches the specified order group identifier. (Inherited from OrderServices.) | |
DoGetBasketReturnableProperties | Returns a DataSet containing the list of properties that can be returned from a shopping basket search. (Inherited from OrderServices.) | |
DoGetBasketSearchableProperties | Returns a DataSet containing a list of properties that are searchable for a shopping basket search. (Inherited from OrderServices.) | |
DoGetDetailedTypeInformation | Returns a DataSet containing information about runtime types. (Inherited from OrderServices.) | |
DoGetPaymentMethods | Returns a DataSet containing all the payment methods whether the methods are active or not. (Inherited from OrderServices.) | |
DoGetPurchaseOrderAsDataSet | Returns a DataSet containing the purchase order for the specified order group identifier. (Inherited from OrderServices.) | |
DoGetPurchaseOrderReturnableProperties | Returns a DataSet containing the list of properties that can be returned for a purchase order search. (Inherited from OrderServices.) | |
DoGetPurchaseOrdersAsXml | Returns a block of XML text containing the purchase orders matching a specified set of order group identifiers. (Inherited from OrderServices.) | |
DoGetPurchaseOrderSearchableProperties | Returns a DataSet containing the list of properties that are searchable for a purchase order search. (Inherited from OrderServices.) | |
DoGetRegionCodes | Returns country/region and state codes from the RegionCodes table. (Inherited from OrderServices.) | |
DoGetSearchResultsLimit | Returns the SearchResultsLimit setting in the Web.config file. (Inherited from OrderServices.) | |
DoGetServiceVersion | Returns the Web service version. (Inherited from OrderServices.) | |
DoGetShippingMethods | Returns the DataSet containing all shipping methods whether active or not. (Inherited from OrderServices.) | |
DoRefreshPaymentMethodCache | Refreshes the PaymentMethod cache on all the Web servers for the site. (Inherited from OrderServices.) | |
DoRefreshShippingMethodCache | Refreshes the shipping method cache on all the Web servers for the site. (Inherited from OrderServices.) | |
DoSavePaymentMethods | Updates the payment methods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.) | |
DoSavePurchaseOrder | Accepts a purchase order represented in XML text, deserializes it, and saves it to the database. (Inherited from OrderServices.) | |
DoSaveShippingMethods | Updates the ShippingMethods by inserting, updating, and deleting the records that are marked. (Inherited from OrderServices.) | |
DoSearchBaskets | Returns a DataSet containing all baskets that match the specified search criteria. (Inherited from OrderServices.) | |
DoSearchBasketsWithCount | Returns a DataSet containing baskets that match the specified search criteria and options. The number of matched records are available. (Inherited from OrderServices.) | |
DoSearchPurchaseOrders | Returns a DataSet containing purchase orders that match specified search criteria. (Inherited from OrderServices.) | |
DoSearchPurchaseOrdersWithCount | Returns a DataSet containing purchase orders that match specified search criteria and options. The number of matched records are available. (Inherited from OrderServices.) | |
DoUpdatePurchaseOrder | Updates the purchase order. (Inherited from OrderServices.) | |
DoUpdatePurchaseOrderProperties | Updates the properties for the purchase order that is represented in XML text. (Inherited from OrderServices.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshCache | Refresh the ShippingMethod cache. Loads the ShippingMethod values into the ShippingMethod cache for the RunTime system. | |
RefreshShippingMethods | Refreshes the shipping method collection. | |
Save | Saves the ShippingMethod objects to the database. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ShippingMethods | Gets the ShippingMethodCollection collection containing all shipping methods. |
Top