Package com.skava.oms.service.order
Interface GetOrderSummaryService
- All Superinterfaces:
CustomEcommService<GetOrderSummaryRequest,
,List<OrderSummaryResponse>> com.skava.core.EcommService<GetOrderSummaryRequest,
List<OrderSummaryResponse>>
- All Known Implementing Classes:
GetOrderSummaryServiceImpl
public interface GetOrderSummaryService
extends CustomEcommService<GetOrderSummaryRequest,List<OrderSummaryResponse>>
The interface GetOrderService extends EcommService interface to handle request and response.
- Since:
- NOV-2021
- Author:
- Infosys Equinox
-
Method Summary
Methods inherited from interface com.skava.oms.service.CustomEcommService
getValidateException
Methods inherited from interface com.skava.core.EcommService
getValidator, getValidator, process