Class ParallelParticipantsBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.optional.event.impl.batch.ParallelParticipantsBatchJob
- All Implemented Interfaces:
org.quartz.Job
adds new Registrations to parallel events, if they were added as booked to original events
removes Registrations from parallel events, if they were removed as booked from original events
-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionParallelParticipantsBatchJob
(CommandExecutor executor, Context persistContext, ContextManager contextManager, EntityDefaultValueService defaultValueService, PersistenceService persistenceService, QueryBuilderFactory queryBuilderFactory, TextResources textResources, ClientQuestionService clientQuestionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) void
Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Constructor Details
-
ParallelParticipantsBatchJob
public ParallelParticipantsBatchJob(CommandExecutor executor, Context persistContext, ContextManager contextManager, EntityDefaultValueService defaultValueService, PersistenceService persistenceService, QueryBuilderFactory queryBuilderFactory, TextResources textResources, ClientQuestionService clientQuestionService)
-
-
Method Details
-
setDeleteRelationContributions
@Autowired public void setDeleteRelationContributions(List<ParallelParticipantsDeleteRelationContribution> contributions) -
doExecute
- Specified by:
doExecute
in classAbstractJob
-