Package overit.geocall.bl
Class DeleteEvent<O>
- Type Parameters:
O- the deleted object class
- Direct Known Subclasses:
ActivitySkillConfigurationDeleteEvent,AgendaResourceRolesDeleteEvent,AssetCharacteristicValueDeleteEvent,AssetOperationCenterDeleteEvent,BundleRequirementDeleteEvent,CrewShellAddressDeleteEvent,CrewShellCompositionDeleteEvent,CrewShellCompositionMismatchDeleteEvent,CrewShellOperationCenterDeleteEvent,CrewShellSkillDeleteEvent,CrewShellTechnicianDeleteEvent,CriticalActivityRuleWOFilterDeleteEvent,DailyPlanOrderConfigurationDeleteEvent,DailyPlanOrderConfigurationDetailDeleteEvent,DailyPlanOrderConfigurationHeaderDeleteEvent,DataCollectionOptionsGroupDeleteEvent,DataCollectionSheetConversionSubsetDeleteEvent,DataCollectionTemplateConversionSubsetDeleteEvent,DataCollectionTemplateStructureOutcomeRuleDeleteEvent,DCTemplateVisibilityRuleHeaderDeleteEvent,DCTemplateVisibilityRuleRowDeleteEvent,EventManagerConfWoTypeDeleteEvent,ForecastActivityDeleteEvent,ForecastActivityDetailDeleteEvent,ForecastActivityPriorityDeleteEvent,ForecastActivitySkillDeleteEvent,ForecastGroupingConstraintDeleteEvent,ForecastResourceDeleteEvent,ForecastResourceDetailDeleteEvent,ForecastResourceGroupingConstraintDeleteEvent,ForecastResourceSkillDeleteEvent,FormationSkillDivisionDeleteEvent,HolidayDeleteEvent,LogDeleteEvent,LogDeleteEvent,MobileErrorLogDeleteEvent,MultistageConfigurationDeleteEvent,MultistageGroupDependencyDeleteEvent,MultistageGroupOperationDeleteEvent,OperationRequirementDeleteEvent,PermitObtainedDeleteEvent,PermitRequiredDeleteEvent,PermitTypeOutcomeReasonDeleteEvent,SkillConfigurationDivisionDeleteEvent,SkillConfigurationSkillDeleteEvent,SkillDivisionSkillDeleteEvent,SkillQualificationDeleteEvent,StockSerializedMaterialDeleteEvent,StructureValidityPeriodDeleteEvent,StructureValidityPeriodDeleteEvent,TeamShiftDeleteEvent,TeamShiftResourceDeleteEvent,TooltipConfigurationDeleteEvent,TooltipConfigurationInstanceDeleteEvent,TooltipConfigurationRuleDeleteEvent,UnavailabilityMovementDeleteEvent,WarehouseAgendaSerializedMaterialDeleteEvent,WarehouseCentralMobileDeleteEvent,WarehouseOperationCenterDeleteEvent,WarehouseTransactionSerializedMaterialDeleteEvent,WorkCycleRuleDeleteEvent,WorkCycleStructureDeleteEvent,WorkShiftDeleteEvent,WorkShiftExceptionDeleteEvent
General business event that permits to delete an object of
The launcher must provide the id (Long) of the
The deletion has no result.
<I> type using his id. The launcher must provide the id (Long) of the
<O> entity in order to successfully call this event. The deletion has no result.
- Since:
- 1.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeleteEvent(Long input) Instantiates a new insert event for<I>object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current event options.Methods 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
-
DeleteEvent
Instantiates a new insert event for<I>object.- Parameters:
input- the prepared object to delete
-
-
Method Details
-
getEventOptions
Returns the current event options.- Returns:
- the event options
-