Class UserProfileUpdateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.profile.event.UserProfileUpdateEvent

public class UserProfileUpdateEvent extends BusinessEvent<Void>
Event that will be called to request a user profile creation.
  • Field Details

  • Constructor Details

    • UserProfileUpdateEvent

      public UserProfileUpdateEvent(BOUserProfile userProfile)
      Create a new event that will be called to request a user profile creation.
      Parameters:
      userProfile - the instance of the user profile that will be created.
  • Method Details

    • getUserProfile

      public BOUserProfile getUserProfile()
      Gets the instance of the user profile that will be created.
      Returns:
      the instance of the user profile that will be created.