Class FreezingDayValidationEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<FreezingDayValidationInput,Void>
overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.event.FreezingDayValidationEvent

public class FreezingDayValidationEvent extends SimpleBusinessEvent<FreezingDayValidationInput,Void>
Event used to check the freezing validation.
More specifically, the event checks whether is possible to perform a scheduling action (paste/cut/etc.) basing on the scheduling configuration related to the operation center. When the daily freezing is active, not action on the past is possible. Whereas, when the daily freezing is not active, the possible actions are limited by the OperationCenterFreezingDateCalculationEvent. The launcher must provide a valid FreezingDayValidationInput in order to successfully call this event.
Since:
17.0
GCApi:
event
Reactors:
BTFreezingDayValidation(0)
No Spouts