public class RosterItemUserHook extends DefaultUserHook
| Constructor and Description | 
|---|
RosterItemUserHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
handleGlobalVirt()  | 
void | 
onUserUpdated(BmContext context,
             java.lang.String domainUid,
             ItemValue<User> previous,
             ItemValue<User> current)
This is called after a user is updated in the database 
 | 
beforeCreate, beforeDelete, beforeUpdate, onAccountTypeUpdated, onUserCreated, onUserDeletedpublic boolean handleGlobalVirt()
handleGlobalVirt in interface IUserHookhandleGlobalVirt in class DefaultUserHookpublic void onUserUpdated(BmContext context, java.lang.String domainUid, ItemValue<User> previous, ItemValue<User> current) throws ServerFault
IUserHookonUserUpdated in interface IUserHookonUserUpdated in class DefaultUserHookServerFaultCopyright © 2023. All Rights Reserved.