public class UncollectedOrdersJob extends AbstractJobPerformable<UncollectedOrdersCronJobModel>
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
UncollectedOrdersJob() |
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic PerformResult perform(UncollectedOrdersCronJobModel 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 JobPerformable<UncollectedOrdersCronJobModel>perform in class AbstractJobPerformable<UncollectedOrdersCronJobModel>cronJob - 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 Converter<java.lang.String,ConsignmentStatus> getStatusConverter()
protected AcceleratorConsignmentDao getAcceleratorConsignmentDao()
public void setAcceleratorConsignmentDao(AcceleratorConsignmentDao acceleratorConsignmentDao)
protected java.util.Set<java.lang.String> getUncollectedConsignmentStatuses()
public void setUncollectedConsignmentStatuses(java.util.Set<java.lang.String> uncollectedConsignmentStatuses)
protected UncollectedConsignmentsStrategy getReminderUncollectedConsignmentStrategy()
public void setReminderUncollectedConsignmentStrategy(UncollectedConsignmentsStrategy reminderUncollectedConsignmentStrategy)
protected UncollectedConsignmentsStrategy getCustomerServiceUncollectedConsignmentStrategy()
public void setCustomerServiceUncollectedConsignmentStrategy(UncollectedConsignmentsStrategy customerServiceUncollectedConsignmentStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.