public interface DeactivationHook
Modifier and Type | Method and Description |
---|---|
void |
onWindowOpen(Locale locale,
List<ExtraTransfer> extraTransfers)
Invoked while deactivation window for user is opening.
|
void |
userDeactivated(Deactivation deactivation)
Executed when user deactivation is completed.
|
void userDeactivated(Deactivation deactivation)
deactivation
- all input parameters necessary to execute user deactivation. Includes information like: login
of user to deactivate, target user logins to transfer his tasks etc.void onWindowOpen(Locale locale, List<ExtraTransfer> extraTransfers)
locale
- the current user's localeextraTransfers
- the list which will be send to browser to show additional fields in deactivation windowCopyright © 2019 Suncode. All rights reserved.