Click or drag to resize

orders Methods

The orders type exposes the following members.

Methods
  NameDescription
Public methodabout (Overrides commonOrders.about.)
Public methodadminHoldFlag
puts order on admin hold
Public methodbaseGetLOVByType
(Inherited from baseServiceSL.)
Public methodbaseGetNextCounter
(Inherited from baseServiceSL.)
Public methodcalculateOrderTotals
recalculate totals of all items. This will return an order object with all calculations done without having to create a sales order.
Public methoddeleteLineItem
Delete a single line item.
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodfindMiscItem
Public methodfindOrderItem
Public methodfinishOrder
This will open an order, update it, then finish it
Public methodgetClientIP (Inherited from baseServiceSL.)
Public methodgetDBConnection (Inherited from baseServiceSL.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetOrder
Returns an order in an order object from a passed order number
Public methodgetOrderTotals
Get Order Totals. By passing an order object, the order will be calculated and passed back as an order object.
Public methodgetOSO
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodgetShipViaByExactID
Searches for a single ShipVia entry by ID
Public methodgetShipViasByID
Searches for ShipVias by ID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisTransaction (Inherited from baseServiceSL.)
Public methodlogErrorMessage
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.)
Public methodlogErrorObject
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.)
Public methodoES
Internal use only, not external support
(Inherited from baseServiceSL.)
Public methodorderAdminHoldBatch
Processes a batch of orders to set their AdminHold flag.
Public methodping
(Inherited from baseServiceSL.)
Public methodplaceNewOrder
Place an order by passing an order object, allows setting the ordNbr if enabled in SL
Public methodplaceOrder
Place an order by passing an order object.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Public methodupdateLineItemInvtID
Update a line item's inventory ID.
Public methodupdateOrder
Public methodvalidateNewOrder
Validates an order by passing an order object without saving it into SL, allows setting the ordNbr if enabled in SL.
Public methodvalidateOrder
Validates an order by passing an order object without saving it into SL
Top
See Also