public class SessionEventsRemovalJob extends AbstractJobPerformable<SessionEventsRemovalCronJobModel>
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
SessionEventsRemovalJob() |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerSupportEventDao |
getCustomerSupportEventDao() |
protected ModelService |
getModelService() |
PerformResult |
perform(SessionEventsRemovalCronJobModel arg0)
The execution body for a
ServicelayerJob. |
void |
setCustomerSupportEventDao(CustomerSupportEventDao customerSupportEventDao) |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic PerformResult perform(SessionEventsRemovalCronJobModel arg0)
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<SessionEventsRemovalCronJobModel>perform in class AbstractJobPerformable<SessionEventsRemovalCronJobModel>arg0 - 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.protected CustomerSupportEventDao getCustomerSupportEventDao()
public void setCustomerSupportEventDao(CustomerSupportEventDao customerSupportEventDao)
protected ModelService getModelService()
Copyright © 2018 SAP SE. All Rights Reserved.