-
- All Superinterfaces:
PluginService
public interface OrderStatusService extends PluginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeStatus(Order order, OrderStatusType previousStatusType, String action)
-
-
-
Method Detail
-
changeStatus
void changeStatus(Order order, OrderStatusType previousStatusType, String action) throws PluginServiceException
- Throws:
PluginServiceException
-
-