Class CompanyInstallEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.install.event.CompanyInstallEvent

public class CompanyInstallEvent extends BusinessEvent<Void>
Event launched to notify the creation of a new company.
GCApi:
event
Reactors:
CompanyInstallHandler(1)
No Spouts
  • Constructor Details

    • CompanyInstallEvent

      public CompanyInstallEvent(long factoryId, Long userId, Long userTypeId)
      Create a new event that notify the creation of a new company
      Parameters:
      factoryId - the id of the company just created
      userId - the id of the user just created
      userTypeId - the id of the user's type just created
  • Method Details

    • getFactoryId

      public long getFactoryId()
      Returns the id of the company just created
      Returns:
      the id of the company just created
    • getUserId

      public long getUserId()
      Returns the id of the user just created
      Returns:
      the id of the user just created
    • getUserTypeId

      public long getUserTypeId()
      Returns the id of the user's type just created
      Returns:
      the id of the user's type just created