Class UserProfileCreateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.basic.bl.profile.event.UserProfileCreateEvent

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

  • Constructor Details

    • UserProfileCreateEvent

      public UserProfileCreateEvent(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.