Class SkillDivisionSkillGroupedRelationSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<SkillDivisionSkillGroupedRelation>>
overit.geocall.bl.BusinessEvent<PageResponse<SkillDivisionSkillGroupedRelation>>
overit.geocall.bl.SearchEvent<SkillDivisionSkillSearchFilter,SkillDivisionSkillGroupedRelation>
overit.geocallapp.wfm.skills.bl.division.skill.event.SkillDivisionSkillGroupedRelationSearchEvent
public class SkillDivisionSkillGroupedRelationSearchEvent
extends SearchEvent<SkillDivisionSkillSearchFilter,SkillDivisionSkillGroupedRelation>
Event to insert a
The launcher must provide a valid
SkillDivisionSkillGroupedRelation, i.e. a group of BOSkillDivisionSkill. The launcher must provide a valid
SkillDivisionSkillSearchFilter in order to successfully call this event. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSkillDivisionSkillGroupedRelationSearch(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 skill division skill grouped relation search event.Instantiates a new skill division skill grouped relation 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
-
SkillDivisionSkillGroupedRelationSearchEvent
public SkillDivisionSkillGroupedRelationSearchEvent(Page page, SkillDivisionSkillSearchFilter filter) Instantiates a new skill division skill grouped relation search event.- Parameters:
page- thePagethat will contain the paginated resultfilter- theSkillDivisionSkillSearchFilter
-
SkillDivisionSkillGroupedRelationSearchEvent
Instantiates a new skill division skill grouped relation search event.- Parameters:
filter- theSkillDivisionSkillSearchFilter
-