public class DefaultCisNotifyCustomerInactiveOrdersJob extends AbstractJobPerformable
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
DefaultCisNotifyCustomerInactiveOrdersJob() |
| Modifier and Type | Method and Description |
|---|---|
protected CsTicketModel |
createTicket(java.lang.String subject,
java.lang.String description,
OrderModel order,
CsTicketCategory category,
CsTicketPriority priority) |
DefaultCisOrderDao |
getCisOrderDao() |
TicketBusinessService |
getTicketBusinessService() |
PerformResult |
perform(CronJobModel cronJob)
The execution body for a
ServicelayerJob. |
void |
setCisOrderDao(DefaultCisOrderDao cisOrderDao) |
void |
setTicketBusinessService(TicketBusinessService ticketBusinessService) |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic DefaultCisNotifyCustomerInactiveOrdersJob()
public PerformResult perform(CronJobModel cronJob)
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 JobPerformableperform in class AbstractJobPerformablecronJob - 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 CsTicketModel createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)
public TicketBusinessService getTicketBusinessService()
public void setTicketBusinessService(TicketBusinessService ticketBusinessService)
public DefaultCisOrderDao getCisOrderDao()
public void setCisOrderDao(DefaultCisOrderDao cisOrderDao)
Copyright © 2018 SAP SE. All Rights Reserved.