Class AtomFeedReaderBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
ch.tocco.nice2.optional.news.impl.batch.AtomFeedReaderBatchJob
- All Implemented Interfaces:
org.quartz.InterruptableJob,org.quartz.Job
Reads rss feed and create news entities
-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager -
Constructor Summary
ConstructorsConstructorDescriptionAtomFeedReaderBatchJob(Context ctx, QueryBuilderFactory queryBuilderFactory, EntityDefaultValueService entityDefaultValueService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) voidsetAtomFeedReader(List<AtomFeedReaderContribution> atomFeedReader) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
interrupt, isCancelledMethods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Constructor Details
-
AtomFeedReaderBatchJob
public AtomFeedReaderBatchJob(Context ctx, QueryBuilderFactory queryBuilderFactory, EntityDefaultValueService entityDefaultValueService)
-
-
Method Details
-
doExecute
- Specified by:
doExecutein classAbstractJob
-
setAtomFeedReader
@Autowired(required=false) public void setAtomFeedReader(List<AtomFeedReaderContribution> atomFeedReader)
-