Class SchedulingCreationProposalSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSchedulingCreationProposal>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSchedulingCreationProposal>>
overit.geocall.bl.SearchEvent<SchedulingCreationProposalSearchFilter,BOSchedulingCreationProposal>
overit.geocallapp.wfm.core.bl.schedulingproposal.creation.event.SchedulingCreationProposalSearchEvent
public class SchedulingCreationProposalSearchEvent
extends SearchEvent<SchedulingCreationProposalSearchFilter,BOSchedulingCreationProposal>
Event to search a list of
The launcher must provide a valid
The listener searches the corresponding
BOSchedulingCreationProposals. The launcher must provide a valid
SchedulingCreationProposalSearchFilter in order to successfully call this
event. The listener searches the corresponding
BOSchedulingCreationProposal and loads them with all their components- Since:
- 14.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 creation proposal search event.Instantiates a new scheduling creation 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
-
SchedulingCreationProposalSearchEvent
public SchedulingCreationProposalSearchEvent(Page page, SchedulingCreationProposalSearchFilter filter) Instantiates a new scheduling creation proposal search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-SchedulingCreationProposalSearchFilterthat contains all the needed parameters to perform a search
-
SchedulingCreationProposalSearchEvent
Instantiates a new scheduling creation proposal search event.- Parameters:
filter-SchedulingCreationProposalSearchFilterthat contains all the needed parameters to perform a search
-