Class AccountContactSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOAccountContact>>
overit.geocall.bl.BusinessEvent<PageResponse<BOAccountContact>>
overit.geocall.bl.SearchEvent<AccountContactSearchFilter,BOAccountContact>
overit.geocallapp.wfm.accounts.bl.account.contact.event.AccountContactSearchEvent
public class AccountContactSearchEvent
extends SearchEvent<AccountContactSearchFilter,BOAccountContact>
Event to search a
The launcher must provide a valid
The listener loads all the
BOAccountContact. The launcher must provide a valid
AccountContactSearchFilter in order to successfully call this event. The listener loads all the
BOAccountContact components starting from the event input, i.e. the given AccountContactSearchFilter. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAccountContactSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionAccountContactSearchEvent(Page page, AccountContactSearchFilter filter) Instantiates a new account contact search event.Instantiates a new account contact search event. -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
AccountContactSearchEvent
Instantiates a new account contact search event.- Parameters:
page- thePagethat will contain the paginated resultfilter- theAccountContactSearchFilterthe set of filters that will be applied to the search
-
AccountContactSearchEvent
Instantiates a new account contact search event.- Parameters:
filter- theAccountContactSearchFilterthe set of filters that will be applied to the search
-