Class ResourceSkillSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOResourceSkill>>
overit.geocall.bl.BusinessEvent<PageResponse<BOResourceSkill>>
overit.geocall.bl.SearchEvent<ResourceSkillSearchFilter,BOResourceSkill>
overit.geocallapp.wfm.resources.bl.resource.skill.event.ResourceSkillSearchEvent
public class ResourceSkillSearchEvent
extends SearchEvent<ResourceSkillSearchFilter,BOResourceSkill>
Event to search
The launcher must provide a valid
BOResourceSkill objects. The launcher must provide a valid
ResourceSkillSearchFilter object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceSkillSearch(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
ConstructorsConstructorDescriptionResourceSkillSearchEvent(Page page, ResourceSkillSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOResourceSkillobjects.Instantiates a newSearchEventobject in order to search all the storedBOResourceSkillobjects. -
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
-
ResourceSkillSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOResourceSkillobjects.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theResourceSkillSearchFilterobject representing the filters that will be applied to the search
-
ResourceSkillSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOResourceSkillobjects.- Parameters:
filter- theResourceSkillSearchFilterobject representing the filters that will be applied to the search
-