OrdersWebService Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Orders Web Service class. Web Service implements all the methods exposed by the OrderSystemImpl class, but as web methods.
The OrdersWebService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrdersWebService | Initializes a new instance of the OrdersWebService class. |
Top
Methods
Name | Description | |
---|---|---|
AcceptBasket | Validates the specified basket with the specified pipeline. | |
DeleteBaskets | Deletes the Baskets from the database which satisfy the specified search criteria. The number of deleted records is available. | |
DeleteBasketsById | Deletes the Baskets from the database as specified by the group identifiers. The number of deleted records is available. | |
DeletePurchaseOrders | Deletes the PurchaseOrder objects from the database which satisfy the specified search criteria. The number of deleted records is available. | |
DeletePurchaseOrdersById | Deletes the PurchaseOrder objects from the database as specified by the group identifiers. The number of deleted records is available. | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from MarshalByValueComponent.) | |
GetAllowedStatus | Gets the state transition table contents. | |
GetAuthorizedTasks | Returns a DataSet that describes the tasks that the current user is authorized to perform. | |
GetBasketAsDataSet | Returns the DataSet for the Basket with the specified Order Group identifier. | |
GetBasketReturnableProperties | Returns a DataSet containing the List of properties which can be returned for Basket search. | |
GetBasketSearchableProperties | Returns a DataSet containing the List of properties which are searchable for Basket search. | |
GetDetailedTypeInformation | Returns a DataSet containing information about runtime types. All the information required for this dataset comes from the schema mapping. | |
GetHashCode | (Inherited from Object.) | |
GetPaymentMethods | Returns the DataSet containing all the payment methods irrespective of whether it is active or not. | |
GetPurchaseOrderAsDataSet | Returns the DataSet for the PurchaseOrder with the specified OrderGroup identifier. | |
GetPurchaseOrderReturnableProperties | Returns a DataSet containing the List of properties which can be returned for a PurchaseOrder search. | |
GetPurchaseOrdersAsXml | Returns the Xml for the OrderGroupCollection populated with PurchaseOrder objects with specified Ids. | |
GetPurchaseOrderSearchableProperties | Returns a DataSet containing the List of properties which are searchable for a PurchaseOrder search. | |
GetRegionCodes | Returns country/region and state code from the RegionCodes table. | |
GetSearchResultsLimit | Returns the value for the searchResultsLimit as defined in the web.config file. | |
GetService | (Inherited from MarshalByValueComponent.) | |
GetServiceVersion | Returns the version of the Web service. | |
GetShippingMethods | Returns the DataSet containing all the shipping methods irrespective of whether it is active or not. | |
GetType | (Inherited from Object.) | |
GetWhereabouts | Gets the whereabouts for DTC. | |
InitContextDictionary | Method creates the PipelineInfo object to be used by the AcceptBasket. | |
MemberwiseClone | (Inherited from Object.) | |
RefreshPaymentMethodCache | Method refreshes the PaymentMethod cache for the RunTime system. | |
RefreshShippingMethodCache | Method Refreshes the ShippingMethod cache for the RunTime system. | |
SavePaymentMethods | Updates the PaymentMethod objects. | |
SavePurchaseOrder | Save a new PurchaseOrder object. If a PurchaseOrder with the specified OrderGroup identifier is already present in the Database an update operation is performed. | |
SaveShippingMethods | Updates the ShippingMethod objects. | |
SearchBaskets | Returns a DataSet containing baskets that match a supplied search criteria with options. | |
SearchBasketsWithCount | Returns a DataSet containing baskets that match a supplied search criteria with options. The total number of returned records are available. | |
SearchPurchaseOrders | Returns a DataSet containing PurchaseOrder objects that match a supplied search criteria with options. | |
SearchPurchaseOrdersWithCount | Returns a DataSet containing PurchaseOrder objects that match a supplied search criteria with options. The total number of returned records are available. | |
ToString | (Inherited from MarshalByValueComponent.) | |
UpdatePurchaseOrder | Updates the PurchaseOrder object. | |
UpdatePurchaseOrderProperties | Updates the properties for the purchase orders as specified in the Xml. |
Top
Properties
Name | Description | |
---|---|---|
Application | (Inherited from WebService.) | |
AuthorizationEnabled | Gets a flag indicating whether the authorization checks are enabled on the web service. | |
AuthorizationPolicyPath | Gets the full path to the authorization policy file being used by the web service. | |
Container | (Inherited from MarshalByValueComponent.) | |
Context | (Inherited from WebService.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
Events | (Inherited from MarshalByValueComponent.) | |
Server | (Inherited from WebService.) | |
Session | (Inherited from WebService.) | |
Site | (Inherited from MarshalByValueComponent.) | |
SoapVersion | (Inherited from WebService.) | |
User | (Inherited from WebService.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from MarshalByValueComponent.) |
Top