| |
Name |
Description |
|
addUser
|
Adds a new user to the system. New Users get a random password created. The random password is returned in the dataset.Tables[0].Rows[0]["password"] field. Calls: xct_spACAddUser |
|
addUserProperty
|
Adds a property to a user account in AC Calls: xct_spACAddUserProperty |
|
baseGetNextCounter
|
The base function used by all other classes for reading from the AC counter table (inherited from baseServiceAC) |
|
checkAdmin
|
Verifies that the adminVerification header field is valid |
|
checkAdminLogin
|
Verifies an admin login in AccountCentral Calls: xct_spACCheckAdminLogin |
|
checkGUID
|
Verifies that a userGUID is valid in AC Calls: xct_spACCheckGUID |
|
checkLogin
|
Verifies an emailAddress/password combination in the system Calls: xct_spACCheckLogin |
|
checkPermission
|
Checks to see if a user has access to an object in the system Calls: xct_spACCheckPermission |
|
deleteUserProperty
|
Deletes a property from a user account in AC Calls: xct_spACDeleteUserProperty |
|
Dispose
|
Overloaded. Releases the resources used by the MarshalByValueComponent. |
|
Equals |
(inherited from Object) |
|
getAdminCustIDSearch
|
Called from the admin screen to search for a custID to tie to a web account Calls: xct_spACGetAdminCustIDSearch |
|
getAdminUserSearch
|
Called by the admin screens to search for users Calls: xct_spACGetAdminUserSearch |
|
GetHashCode |
(inherited from Object) |
|
getPermissions
|
Returns all permissions for a user in the system Calls: xct_spACGetUserPermissions |
|
GetService |
(inherited from MarshalByValueComponent) |
|
GetType |
(inherited from Object) |
|
getUser
|
Returns a user from the system Calls: xct_spACGetUser |
|
getUserCustIDSearch
|
Search engine for users to search for a custID to tie to a web account Calls: xct_spACGetUserCustIDSearch |
|
getUserProperties
|
Returns all properties tied to a user in AC Calls: xct_spACGetItemProperties |
|
getUserProperty
|
Retrieves a user property Calls: xct_spACGetUserProperty |
|
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) |
|
resetPassword
|
Since passwords are stored encrypted in the database, this function will reset the password to a NEW random password The new password is returned in returnValue.Tables[0].Rows[0]["password"] This should then be emailed to the user Calls: xct_spACResetPassword |
|
setAdminPassword
|
Used to reset the AC admin password Calls: xct_spACSetAdminPassword |
|
setUser
|
Edits a user in the system Calls: xct_spACSetUser |
|
ToString |
(inherited from MarshalByValueComponent) |