Class UserUpdateEvent
Deprecated, for removal: This API element is subject to removal in a future version.
Event that will be called to update the user's information.
- GCApi:
- event
- Reactors:
- No Spouts
BTUserUpdate(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BOUserDeprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected BOUserDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserUpdateEvent(BOUser user, BOUser oldUser) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to update the user's informationUserUpdateEvent(BOUser user, BOUser oldUser, boolean safeMode) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to update the user's information, removing the sensible data in according to the parameter safeMode -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user before is updatedgetUser()Deprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user that will be updatedbooleanDeprecated, for removal: This API element is subject to removal in a future version.Returns the flag to exclude the sensible dataMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Field Details
-
user
Deprecated, for removal: This API element is subject to removal in a future version. -
oldUser
Deprecated, for removal: This API element is subject to removal in a future version. -
safeMode
protected boolean safeModeDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UserUpdateEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to update the user's information- Parameters:
user- the instance of the user that will be updatedoldUser- the instance of the user before is updated
-
UserUpdateEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to update the user's information, removing the sensible data in according to the parameter safeMode- Parameters:
user- the instance of the user that will be updatedoldUser- the instance of the user before is updatedsafeMode- flag to update the sensible data or not
-
-
Method Details
-
getUser
Deprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user that will be updated- Returns:
- the instance of the user that will be updated
-
getOldUser
Deprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user before is updated- Returns:
- the instance of the user before is updated
-
isSafeMode
public boolean isSafeMode()Deprecated, for removal: This API element is subject to removal in a future version.Returns the flag to exclude the sensible data- Returns:
- the flag to exclude the sensible data
-