Public Methods

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

Protected Methods

  Name Description
Family method Dispose Overloaded. Releases the resources used by the MarshalByValueComponent.
Family method Finalize   (inherited from MarshalByValueComponent)
Family method MemberwiseClone   (inherited from Object)
Top

See Also