Package com.skava.oms.service.order.impl
Class DeleteMethodFactory
java.lang.Object
com.skava.oms.service.order.impl.DeleteMethodFactory
This class DeleteMethodFactory will map the type from the given request.
This class contains getDeleteMethod and deleteOrderForType.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteOrderMethod
getDeleteMethod
(Order order) This method defines the type for which it has to be mapped.
-
Method Details
-
getDeleteMethod
This method defines the type for which it has to be mapped.- Parameters:
order
- - indicates the order- Returns:
- - updated order
-