Class UserTypeAuthPolicyLoadEvent

java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.usertype.event.UserTypeAuthPolicyLoadEvent

public class UserTypeAuthPolicyLoadEvent extends BusinessEvent<String>
Event that will be called to load the user type's resources authorization policy.
Since:
9.2
GCApi:
event
Reactors:
BTUserTypeAuthPolicyLoad(0)
No Spouts
  • Field Details

    • userTypeId

      protected long userTypeId
  • Constructor Details

    • UserTypeAuthPolicyLoadEvent

      public UserTypeAuthPolicyLoadEvent(long userTypeId)
      Create a new event that will be called to get the user type's resources authorization policy.
      Parameters:
      userTypeId - The id of the user type
  • Method Details

    • getUserTypeId

      public long getUserTypeId()
      Returns the id of the user type that will be loaded
      Returns:
      the id of the user type that will be loaded