orders Class |
Namespace: ctDynamicsSL
[ScriptServiceAttribute] [WebServiceAttribute(Namespace = "http://www.catalinaTechnology.com/services/ctDynamicsSL")] public class orders : commonOrders
The orders type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application | Gets the application object for the current HTTP request. (Inherited from WebService.) |
![]() | Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
![]() | Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.) |
![]() | dbConn |
The database connection for non transaction calls in the web service
(Inherited from baseServiceSL.) |
![]() | dbConnWT |
The database connection for the web service with transactions
Automatically created if the license is valid.
(Inherited from baseServiceSL.) |
![]() | debugLevel | (Inherited from baseServiceSL.) |
![]() | debugMode |
Returns the boolean value of the web.config key "debugMode"
If global debugmode is not set, checks if debugmode for the service is enabled.
Defaults to false
(Inherited from baseServiceSL.) |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
![]() | disableTransactions | (Inherited from baseServiceSL.) |
![]() | disableValidation | (Inherited from baseServiceSL.) |
![]() | dtDefaultFunctions | (Inherited from baseServiceSL.) |
![]() | dtPostEditProcessing | (Inherited from baseServiceSL.) |
![]() | dtValidateFunctions | (Inherited from baseServiceSL.) |
![]() | errorLogFile |
Returns the errorlogfile for the executing service
If not defined by service, then global log file is returned from AppSettings["ERRORLOGFILE"]
Only used if debugMode = true
(Inherited from baseServiceSL.) |
![]() | licenseValid | (Inherited from baseServiceSL.) |
![]() | myBaseDSLLib | (Inherited from baseServiceSL.) |
![]() | mySite | (Inherited from baseServiceSL.) |
![]() | myTransaction | (Inherited from baseServiceSL.) |
![]() | Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) |
![]() | Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) |
![]() | Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
![]() | SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) |
![]() | User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Name | Description | |
---|---|---|
![]() | about | (Overrides commonOrders.about.) |
![]() | adminHoldFlag |
puts order on admin hold
|
![]() | baseGetLOVByType | (Inherited from baseServiceSL.) |
![]() | baseGetNextCounter | (Inherited from baseServiceSL.) |
![]() | calculateOrderTotals |
recalculate totals of all items. This will return an order object with all calculations done without having to create a sales order.
|
![]() | deleteLineItem |
Delete a single line item.
|
![]() | Dispose | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | findMiscItem | |
![]() | findOrderItem | |
![]() | finishOrder |
This will open an order, update it, then finish it
|
![]() | getClientIP | (Inherited from baseServiceSL.) |
![]() | getDBConnection | (Inherited from baseServiceSL.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | getOrder |
Returns an order in an order object from a passed order number
|
![]() | getOrderTotals |
Get Order Totals. By passing an order object, the order will be calculated and passed back as an order object.
|
![]() | getOSO | |
![]() | GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) |
![]() | getShipViaByExactID |
Searches for a single ShipVia entry by ID
|
![]() | getShipViasByID |
Searches for ShipVias by ID
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isTransaction | (Inherited from baseServiceSL.) |
![]() | logErrorMessage |
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile"
if the file is not specified in web.config, then no logging will occur
writes the passed errormessage to the log file
(Inherited from baseServiceSL.) |
![]() | logErrorObject |
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile"
if the file is not specified in web.config, then no logging will occur
loops through the passed in System.Exception object and writes the messages
(Inherited from baseServiceSL.) |
![]() | oES |
Internal use only, not external support
(Inherited from baseServiceSL.) |
![]() | orderAdminHoldBatch |
Processes a batch of orders to set their AdminHold flag.
|
![]() | ping | (Inherited from baseServiceSL.) |
![]() | placeNewOrder |
Place an order by passing an order object, allows setting the ordNbr if enabled in SL
|
![]() | placeOrder |
Place an order by passing an order object.
|
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
![]() | updateLineItemInvtID |
Update a line item's inventory ID.
|
![]() | updateOrder | |
![]() | validateNewOrder |
Validates an order by passing an order object without saving it into SL, allows setting the ordNbr if enabled in SL.
|
![]() | validateOrder |
Validates an order by passing an order object without saving it into SL
|
Name | Description | |
---|---|---|
![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Name | Description | |
---|---|---|
![]() | mySLHeader | (Inherited from baseServiceSL.) |