Class CrewShellAddressSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCrewShellAddress>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCrewShellAddress>>
overit.geocall.bl.SearchEvent<CrewShellAddressSearchFilter,BOCrewShellAddress>
overit.geocallapp.wfm.core.bl.crewshell.address.event.CrewShellAddressSearchEvent
public class CrewShellAddressSearchEvent
extends SearchEvent<CrewShellAddressSearchFilter,BOCrewShellAddress>
Event to search
The launcher must provide a valid
BOCrewShellAddress objects. The launcher must provide a valid
CrewShellAddressSearchFilter object in order to successfully call this
event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellAddressSearch(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
ConstructorsConstructorDescriptionCrewShellAddressSearchEvent(Page page, CrewShellAddressSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOCrewShellAddressobjects.Instantiates a newSearchEventobject in order to search all the storedBOCrewShellAddressobjects. -
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
-
CrewShellAddressSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOCrewShellAddressobjects.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theCrewShellAddressSearchFilterobject representing the filters that will be applied to the search
-
CrewShellAddressSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOCrewShellAddressobjects.- Parameters:
filter- theCrewShellAddressSearchFilterobject representing the filters that will be applied to the search
-