public class SendRecoClickthroughJob extends AbstractJobPerformable<CronJobModel>
| Modifier and Type | Field and Description |
|---|---|
protected InteractionService |
interactionService |
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
SendRecoClickthroughJob() |
| Modifier and Type | Method and Description |
|---|---|
PerformResult |
perform(CronJobModel job)
The execution body for a
ServicelayerJob. |
void |
setInteractionService(InteractionService interactionService) |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServiceprotected InteractionService interactionService
public PerformResult perform(CronJobModel job)
JobPerformableServicelayerJob. Implement here your execution logic. It can be called
synchronous or asynchronous. So be aware of thread-safety. Method will return a result object saying if the
execution has reached end and if it was successful.perform in interface JobPerformable<CronJobModel>perform in class AbstractJobPerformable<CronJobModel>job - the related CronJob in whose context the execution will be performed.PerformResult that indicates whether the execution was successfully executed
or not and has finished or not.public void setInteractionService(InteractionService interactionService)
interactionService - the interactionService to setCopyright © 2018 SAP SE. All Rights Reserved.