Class UserTypeLoadEvent


public class UserTypeLoadEvent extends BusinessEvent<BOUserType>
Event that will be called to load the user's type information.
Since:
9.1
GCApi:
event
Reactors:
BTUserTypeLoad(0)
No Spouts
  • Field Details

    • userTypeId

      protected Long userTypeId
  • Constructor Details

    • UserTypeLoadEvent

      public UserTypeLoadEvent(Long userTypeId)
      Create a new event that will be called to load the user type information.
      Parameters:
      userTypeId - the id related to the user's type.
  • Method Details

    • getUserTypeId

      public Long getUserTypeId()
      Returns the id related to the user' type.
      Returns:
      the id related to the user' type.