Class SchedulingRemovalProposalSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSchedulingRemovalProposal>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSchedulingRemovalProposal>>
overit.geocall.bl.SearchEvent<SchedulingRemovalProposalSearchFilter,BOSchedulingRemovalProposal>
overit.geocallapp.wfm.core.bl.schedulingproposal.removal.event.SchedulingRemovalProposalSearchEvent
public class SchedulingRemovalProposalSearchEvent
extends SearchEvent<SchedulingRemovalProposalSearchFilter,BOSchedulingRemovalProposal>
Event to search a list of
The launcher must provide a valid
The listener searches the corresponding
BOSchedulingRemovalProposals. The launcher must provide a valid
SchedulingRemovalProposalSearchFilter in order to successfully call this event. The listener searches the corresponding
BOSchedulingRemovalProposal and loads them with all their components- Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSchedulingRemovalProposalSearch(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
ConstructorsConstructorDescriptionInstantiates a new Scheduling Removal Proposal search event.Instantiates a new Scheduling Removal Proposal 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
-
SchedulingRemovalProposalSearchEvent
public SchedulingRemovalProposalSearchEvent(Page page, SchedulingRemovalProposalSearchFilter filter) Instantiates a new Scheduling Removal Proposal search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-SchedulingRemovalProposalSearchFilterthat contains all the needed parameters to perform a search
-
SchedulingRemovalProposalSearchEvent
Instantiates a new Scheduling Removal Proposal search event.- Parameters:
filter-SchedulingRemovalProposalSearchFilterthat contains all the needed parameters to perform a search
-