Class UserUpdateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.user.event.UserUpdateEvent

@Deprecated(since="13.0", forRemoval=true) public class UserUpdateEvent extends BusinessEvent<Void>
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:
BTUserUpdate(0)
No Spouts
  • Field Details

    • user

      protected BOUser user
      Deprecated, for removal: This API element is subject to removal in a future version.
    • oldUser

      protected BOUser oldUser
      Deprecated, for removal: This API element is subject to removal in a future version.
    • safeMode

      protected boolean safeMode
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • UserUpdateEvent

      public UserUpdateEvent(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 information
      Parameters:
      user - the instance of the user that will be updated
      oldUser - the instance of the user before is updated
    • UserUpdateEvent

      public UserUpdateEvent(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
      Parameters:
      user - the instance of the user that will be updated
      oldUser - the instance of the user before is updated
      safeMode - flag to update the sensible data or not
  • Method Details

    • getUser

      public BOUser 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

      public BOUser 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