Package com.skava.oms.service.order.impl
Interface IPatchValStrategy
- All Known Implementing Classes:
ReturnableValidation
,ShipmentValidation
@Service
public interface IPatchValStrategy
This interface is used to validate the patch strategy.
- Since:
- 25-Oct-2018
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate
(Order order, PatchOrderRequest patchOrderRequest)
-
Method Details
-
validate
-