Class DebitorMaturityDateUpdateBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.optional.debitor.impl.batchjob.DebitorMaturityDateUpdateBatchJob
- All Implemented Interfaces:
org.quartz.Job
-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionDebitorMaturityDateUpdateBatchJob
(PersistenceService persistenceService, DateDelimitedEntityRelationResolverService dateDelimitedEntityRelationResolverService, DateDelimitedEntityService dateDelimitedEntityService, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Constructor Details
-
DebitorMaturityDateUpdateBatchJob
public DebitorMaturityDateUpdateBatchJob(PersistenceService persistenceService, DateDelimitedEntityRelationResolverService dateDelimitedEntityRelationResolverService, DateDelimitedEntityService dateDelimitedEntityService, CommandExecutor commandExecutor)
-
-
Method Details
-
doExecute
- Specified by:
doExecute
in classAbstractJob
-