public class ContactsLoadEvent extends SimpleBusinessEvent<Long,List<BOContact>>
Event to load the BOContact of a customer.
The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the BOContact related to the given customer.
Since:
9.2
GCApi:
event
Reactors:
BTContactsLoad(0)
No Spouts
  • Constructor Details

    • ContactsLoadEvent

      public ContactsLoadEvent(Long customerId)
      Instantiates a new customer's contacts load event
      Parameters:
      customerId - the id of the customer for which load the contacts