| |
Name |
Description |
|
baseGetNextCounter
|
The base function used by all other classes for reading from the AC counter table (inherited from baseServiceAC) |
|
customSQLCall
|
Calls the specified sql stored procedure and returns a dataset of the result |
|
customSQLCallAlternateConnection
|
Calls the specified sql stored procedure and returns a dataset of the result Runs the query on the connectionID specified returned from the ACCONFIGFILE |
|
customSQLCallAlternateConnectionAsXmlDocument
|
Calls the specified sql stored procedure and returns an xmldocument of the result Runs the query on the connectionID specified returned from the ACCONFIGFILE |
|
customSQLCallAsXmlDocument
|
Calls the specified sql stored procedure and returns an xmldocument of the result |
|
Dispose
|
Overloaded. Releases the resources used by the MarshalByValueComponent. |
|
Equals |
(inherited from Object) |
|
getCountries
|
Return records from the country table Calls: xct_spACGetCountries |
|
GetHashCode |
(inherited from Object) |
|
getLink
|
Returns a single row from the xct_tblACLink table Calls: xct_spACGetLink |
|
getLinkList
|
Returns all entries for the site in the xct_tblACLink table Calls: xct_spACGetLinkList |
|
getLinkObject
|
Returns a single xct_tblACLink row as an acLink object |
|
getNextCounter
|
Calls baseServiceAC.baseGetNextCounter Calls: xct_spACGetNextCounter |
|
GetService |
(inherited from MarshalByValueComponent) |
|
getShipVias
|
Returns all shipvias from the SL shipVia table Calls: xct_spACGetShipVias |
|
getStates
|
Return records from the states table. Calls: xct_spACGetStates |
|
getTextBlockByGUID
|
Returns a single xct_tblACTextBlock row Calls: xct_spACGetTextBlockByGUID |
|
getTextBlocks
|
Returns all textblocks in the system for the siteID Calls: xct_spACGetTextBlocks |
|
GetType |
(inherited from Object) |
|
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 baseServiceAC) |
|
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 baseServiceAC) |
|
ToString |
(inherited from MarshalByValueComponent) |