Class ReminderUncollectedConsignmentStrategy
java.lang.Object
de.hybris.platform.acceleratorservices.order.strategies.impl.ReminderUncollectedConsignmentStrategy
- All Implemented Interfaces:
UncollectedConsignmentsStrategy
public class ReminderUncollectedConsignmentStrategy
extends Object
implements UncollectedConsignmentsStrategy
Sends reminder email for the given consignment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServicebooleanprocessConsignment(ConsignmentModel consignmentModel) Process consignment under some conditions.voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService) voidsetTimeThreshold(Integer timeThreshold)
-
Constructor Details
-
ReminderUncollectedConsignmentStrategy
public ReminderUncollectedConsignmentStrategy()
-
-
Method Details
-
processConsignment
Description copied from interface:UncollectedConsignmentsStrategyProcess consignment under some conditions.- Specified by:
processConsignmentin interfaceUncollectedConsignmentsStrategy- Parameters:
consignmentModel- to process- Returns:
- true if any action has been performed
-
getTimeThreshold
- Specified by:
getTimeThresholdin interfaceUncollectedConsignmentsStrategy- Returns:
- order time threshold in hours
-
setTimeThreshold
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
-
setModelService
-