| | boolean | GetDataById(string aId, string aXmlData) |
| | boolean | GetDataByIds(string aIds, string aXmlData) |
| | boolean | GetDataByParams(string aParams, string aXmlData) |
| | void | GetNewObjectDefault(string aXmlData) |
| | int | ApplyChanges(TWsEditTransType aTransactionType, string aXmlData) |
| | string | ApplyChanges2(string AXMLData) |
| | string | GetRootWithSchema(string AId) |
| | boolean | GetDataAll(string aXmlData) |
| | boolean | Validate(string aXmlData, int aErrorId, string aErrorMessage) |
| | void | ApplyChangesExt(string AUserXML, string ADmgXML, string ARightXML) |
| | int | GetUserIDByName(string AUserName, boolean bShowMessage) |
| | dateTime | GetUserLastPasswordChange(string AUserName) |
| | int | GetSystemUserId(int ASystemId) |
| | boolean | IsSystemUser(int AUserId) |
| | string | GetUserNameById(int AUserId, boolean AWantDescription) |
| | string | GetDisplayNameById(int AUserId) |
| | string | CalcUserRoleNames(int AUserId) |
| | string | UpdateUserRoleNames(int AUserId) |
| | void | ChangePassword(int AUserId, string ANewPassword) |
| | void | ChangeAndResetPassword(int AUserId, string ANewPassword) |
| | int | FindLinkedAccountId(int AUserId) |
| | boolean | CheckPassword(int AUserId, string APassword, string AExtAuthCode) |
| | void | InvalidatePassword(int AUserId) |
| | boolean | UserAlreadyExists(int AUserId) |
| | void | RemoveSessionForDisabledUsers() |
| | void | AddUserToRole(int AUserId, int AUserGroupId) |
| | void | DeleteUserFromRole(int AUserId, int AUserGroupId) |
| | void | AddUsersToRole(TArrayOfInt AUserIds, int AUserGroupId) |
| | void | DeleteUsersFromRole(TArrayOfInt AUserIds, int AUserGroupId) |
| | int | GetUserIDByCode(string AUserCode) |