Class UserProfileLoadEvent


public class UserProfileLoadEvent extends BusinessEvent<BOUserProfile>
Event that will be called to request a user profile load.
  • Field Details

    • profileId

      protected final long profileId
  • Constructor Details

    • UserProfileLoadEvent

      public UserProfileLoadEvent(long profileId)
      Create a new event that will be called to request a user profile load.
      Parameters:
      profileId - the id of the user profile that will be loaded.
  • Method Details

    • getProfileId

      public long getProfileId()
      Gets the id of the user profile that will be loaded.
      Returns:
      the id of the user profile that will be loaded.