Class EnterCancellingStrategy
- java.lang.Object
-
- de.hybris.platform.ordercancel.impl.orderstatechangingstrategies.EnterCancellingStrategy
-
- All Implemented Interfaces:
OrderStatusChangeStrategy
public class EnterCancellingStrategy extends java.lang.Object implements OrderStatusChangeStrategy
-
-
Constructor Summary
Constructors Constructor Description EnterCancellingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeOrderStatusAfterCancelOperation(OrderCancelRecordEntryModel orderCancelRecordEntry, boolean saveOrderModel)ModelServicegetModelService()voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
changeOrderStatusAfterCancelOperation
public void changeOrderStatusAfterCancelOperation(OrderCancelRecordEntryModel orderCancelRecordEntry, boolean saveOrderModel)
- Specified by:
changeOrderStatusAfterCancelOperationin interfaceOrderStatusChangeStrategy
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
-