Class DaySchedulingsValidateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DaySchedulingsValidateOutput>
overit.geocall.bl.BusinessEvent<DaySchedulingsValidateOutput>
overit.geocall.bl.SimpleBusinessEvent<DaySchedulingsValidateInput,DaySchedulingsValidateOutput>
overit.geocallapp.utilities.core.bl.common.check.checkable.event.CheckableEvent<DaySchedulingsValidateInput,DaySchedulingsValidateOutput>
overit.geocallapp.wfm.core.bl.schedule.validate.event.DaySchedulingsValidateEvent
public class DaySchedulingsValidateEvent
extends CheckableEvent<DaySchedulingsValidateInput,DaySchedulingsValidateOutput>
Event to validate all the schedulings of a day (or of a certain resource).
The launcher must provide a valid
The launcher must provide a valid
DaySchedulingsValidateInput object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDaySchedulingsValidate(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocallapp.utilities.core.bl.common.check.checkable.event.CheckableEvent
inputCheckResult, outputCheckResult, skipUserConfirms, throwExceptionOnErrorsFields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionValidate all the schedulings of a day (or of a certain resource). -
Method Summary
Methods inherited from class overit.geocallapp.utilities.core.bl.common.check.checkable.event.CheckableEvent
getInputCheckResult, getOutputCheckResult, hasInputCheckResult, hasOutputCheckResult, isSkipUserConfirms, isThrowExceptionOnErrors, setInputCheckResult, setOutputCheckResult, setSkipUserConfirms, setThrowExceptionOnErrorsMethods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
DaySchedulingsValidateEvent
Validate all the schedulings of a day (or of a certain resource).- Parameters:
input- theDaySchedulingsValidateInput
-