Class CompanyCreateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<BOCompany>
overit.geocall.bl.BusinessEvent<BOCompany>
overit.geocall.basic.bl.company.event.CompanyCreateEvent

public class CompanyCreateEvent extends BusinessEvent<BOCompany>
Event that will be called to request a company creation.
Since:
9.2
GCApi:
event
Reactors:
BTCompanyCreateLog(0), BTCompanyCreate(0)
Spouts:
CompanyCreateEventSpoutImpl
  • Field Details

  • Constructor Details

    • CompanyCreateEvent

      public CompanyCreateEvent(BOCompany company)
      Create a new event that will be called to request a company creation.
      Parameters:
      company - the instance of the company that will be created.
  • Method Details

    • getCompany

      public BOCompany getCompany()
      Returns the instance of the company that will be created
      Returns:
      the instance of the company that will be created