Class CompanyUpdateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.company.event.CompanyUpdateEvent

public class CompanyUpdateEvent extends BusinessEvent<Void>
Event that will be called to request a company update.
Since:
9.2
GCApi:
event
Reactors:
BTCompanyUpdateLog(0), BTCompanyUpdate(0)
Spouts:
CompanyUpdateEventSpoutImpl
  • Field Details

  • Constructor Details

    • CompanyUpdateEvent

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

    • getCompany

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