Uses of Class
overit.geocallapp.utilities.core.bl.common.check.checker.event.CheckerEvent
Packages that use CheckerEvent
Package
Description
-
Uses of CheckerEvent in overit.geocallapp.utilities.core.bl.common.check.checkable.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checkable.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected abstract List<CheckerEvent<?>> AbstractCheckableBusinessTask.defineCheckerEvents(I input, PoolKit poolKit) Method parameters in overit.geocallapp.utilities.core.bl.common.check.checkable.task with type arguments of type CheckerEventModifier and TypeMethodDescriptionprotected CheckResultAbstractCheckableBusinessTask.launchCheckerEvents(List<CheckerEvent<?>> checkerEvents, PoolKit poolKit) -
Uses of CheckerEvent in overit.geocallapp.utilities.core.bl.common.check.checker.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checker.task with parameters of type CheckerEventModifier and TypeMethodDescriptionprotected voidAbstractCheckerBusinessTask.addCheckIssuesToCheckResult(CheckerEvent<I> event, List<CheckIssue> checkIssues) protected voidAbstractCheckerBusinessTask.body(CheckerEvent<I> event, PoolKit poolKit) protected voidValidExecutionAbstractCheckerBusinessTask.body(CheckerEvent<I> event, PoolKit poolKit) protected voidAbstractCheckerBusinessTask.initCheckResult(CheckerEvent<I> event) -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.crewshell.composition.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.core.bl.crewshell.composition.eventModifier and TypeClassDescriptionclassEvent to check the crew shell composition in aCrewShellCompositionCheckInput. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTCrewShellCompositionConfirm.defineCheckerEvents(CrewShellCompositionConfirmInput input, PoolKit poolKit) Defines the checker events. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.crewshell.workshift.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.core.bl.crewshell.workshift.eventModifier and TypeClassDescriptionclassEvent to check the crew shell workshift given aCrewShellWorkshiftCheckInput. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.datacollection.instance.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.instance.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDataCollectionSheetInstanceCloseWOOperationSheet.defineCheckerEvents(Long sheetId, PoolKit poolKit) Defines the checker events.protected List<CheckerEvent<?>> BTDataCollectionSheetInstanceUpdate.defineCheckerEvents(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Defines the checker events. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.multistage.group.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.core.bl.multistage.group.eventModifier and TypeClassDescriptionclassEvent to check dependencies consistency of aMultistageGroup.classEvent to check dependencies on a set of multistage operation ids.classEvent to check the multistage management.classEvent to check if the work order operations can be inserted in the multistage group.classEvent check if the work order operations status is compliant. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.multistage.group.header.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTMultistageGroupHeaderInsert.defineCheckerEvents(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) Define checker events. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.multistage.group.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTMultistageGroupAddDependencies.defineCheckerEvents(MultistageGroupAddDependenciesInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupAddWOOperations.defineCheckerEvents(MultistageGroupAddWOOperationsInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupEditDependencies.defineCheckerEvents(MultistageGroupEditDependenciesInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupRemoveOperations.defineCheckerEvents(MultistageGroupRemoveOperationsInput inputElement, PoolKit poolKit) Define checker events.Method parameters in overit.geocallapp.wfm.core.bl.multistage.group.task with type arguments of type CheckerEventModifier and TypeMethodDescriptionprotected voidBTMultistageGroupAddDependencies.addDependenciesConsistencyCheck(List<CheckerEvent<?>> checkerEvents, MultistageGroupAddDependenciesInput inputElement, PoolKit poolKit) Adds the dependencies consistency check.protected voidBTMultistageGroupAddWOOperations.addMultistageManagementCheck(List<CheckerEvent<?>> checkerEvents, MultistageGroupAddWOOperationsInput inputElement, PoolKit poolKit) Adds the multistage management check.protected voidBTMultistageGroupAddWOOperations.addWOOperationsCheck(List<CheckerEvent<?>> checkerEvents, MultistageGroupAddWOOperationsInput inputElement) Adds the work order operations check.protected voidBTMultistageGroupAddWOOperations.addWOOperationsStateCheck(List<CheckerEvent<?>> checkerEvents, MultistageGroupAddWOOperationsInput inputElement) Adds the work order operations state check. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.schedule.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.core.bl.schedule.eventModifier and TypeClassDescriptionclassTo change this license header, choose License Headers in Project Properties.classTo change this license header, choose License Headers in Project Properties.classTo change this license header, choose License Headers in Project Properties.classTo change this license header, choose License Headers in Project Properties.classTo change this license header, choose License Headers in Project Properties.classTo change this license header, choose License Headers in Project Properties. -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.schedule.validate.task
Methods in overit.geocallapp.wfm.core.bl.schedule.validate.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDaySchedulingsValidate.defineCheckerEvents(DaySchedulingsValidateInput input, PoolKit poolKit) -
Uses of CheckerEvent in overit.geocallapp.wfm.core.bl.team.shift.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.core.bl.team.shift.eventModifier and TypeClassDescriptionclassEvent that performs checks upon the insertion ofBOTeamShiftobjects
The launcher must provide a validTeamShiftCheckInsertInputin order to successfully call this event. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.globalexpressions.eventModifier and TypeClassDescriptionclassEvent to check the global expressions of aDataCollectionTemplate. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.instance.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.instance.eventModifier and TypeClassDescriptionclassEvent to check the mandatory nodes in aDataCollectionSheetInstance.classEvent to set the node constraints aDataCollectionSheetInstance.classEvent to check the node threshold constraints of aDataCollectionSheetInstance. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.instance.task
Methods in overit.geocallapp.wfm.mobileforms.bl.instance.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDataCollectionSheetInstanceCloseSchedulingResourceSheet.defineCheckerEvents(Long sheetId, PoolKit poolKit) Defines the checker events. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task
Methods in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDataCollectionOptionsGroupImportModel.defineCheckerEvents(DataCollectionOptionsGroupImportModelInput input, PoolKit poolKit) Defines the checker events. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.template.event
Subclasses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.template.eventModifier and TypeClassDescriptionclassEvent to check the expressions of aDataCollectionTemplate.classEvent to check the json model of aDataCollectionTemplate. -
Uses of CheckerEvent in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that return types with arguments of type CheckerEventModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDataCollectionTemplateImportModel.defineCheckerEvents(DataCollectionTemplateImportModelInput input, PoolKit poolKit) Defines the checker events.protected List<CheckerEvent<?>> BTDataCollectionTemplateImportRelease.defineCheckerEvents(DataCollectionTemplateImportReleaseInput input, PoolKit poolKit) Defines the checker events.