OrderGroupManager Methods (PIA)

Methods

Method Description
DeleteOrderGroupFromDisk Checks whether a connection to the database has been established for the specified OrderGroup object, and then deletes the OrderGroup object and all objects contained within it from the database. Use this method for OrderGroup objects saved as baskets and templates.
DeleteReceiptGroupFromDisk Checks whether a connection to the database has been established for the specified OrderGroup object, and then deletes the OrderGroup object and all objects contained within it from the site database. Use this method for OrderGroup objects saved as orders.
GetOrderSummary Returns a recordset containing the summary information for the order.
Find Performs an SQL search based on the specified SQL clause fragments.
FindTemplatesForUser Finds an ADODB26Lib.Recordset of OrderGroup templates for the specified user. Returns an ADODB26Lib.Recordset of the search results.
Initialize Creates a connection to the specified database.
SimpleDelete Deletes all entries that meet the search criteria as specified by the supplied SimpleFindSearchInfo and SimpleFindResultInfo objects.
SimpleFind Returns an ADODB26Lib.Recordset of OrderGroup items based on the specified SimpleFindSearchInfo and SimpleFindResultInfo objects. These object values contain the search criteria.

Copyright © 2005 Microsoft Corporation.
All rights reserved.