AckUserSynchronisation
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[AckUserSynchronisationResult]] ackUserSynchronisation([[UserIDBean]] userID, [[UserSynchronisationBean]][] users) | |
== Description == | == Description == | ||
− | + | Marks the specified records as synchronized, and will not be returned via the [[getUnsynchronisedUsers]] method unless their details are changed or updated in some way. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[UserSynchronisationBean]] array |
− | | | + | |users |
− | | | + | |An array of users to mark as synchronized. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[AckUserSynchronisationResult]] |
Latest revision as of 21:05, 9 November 2005
Contents |
[edit] Method
AckUserSynchronisationResult ackUserSynchronisation(UserIDBean userID, UserSynchronisationBean[] users)
[edit] Description
Marks the specified records as synchronized, and will not be returned via the getUnsynchronisedUsers method unless their details are changed or updated in some way.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
UserSynchronisationBean array | users | An array of users to mark as synchronized. |