Package com.skava.oms.service
Interface CustomEcommService<I,O>
- All Superinterfaces:
com.skava.core.EcommService<I,
O>
- All Known Subinterfaces:
CreateCollectionService
,CreateNoteService
,CreateOrderService
,DeleteOrderService
,FindCollectionPropertiesService
,FindCollectionPropertiesValueService
,GetAllCollectionsService
,GetAllDashboardOrderDetailsService
,GetAllLockedOrderService
,GetAllOrderService
,GetCollectionAttributeService
,GetCollectionByIdService
,GetLockOrderService
,GetOrderService
,GetOrderSummaryService
,GetSkuService
,MessageResendService
,PatchLockedOrderService
,PatchOrderService
,ShippingLabelService
,UpdateCollectionPropertiesService
,UpdateCollectionPropertyByNameService
,UpdateCollectionPropertyService
,UpdateCollectionService
,UpdateNotificationService
,UpdateOrderService
- All Known Implementing Classes:
CreateCollectionServiceImpl
,CreateNoteServiceImpl
,CreateOrderServiceImpl
,DeleteOrderServiceImpl
,FindCollectionPropertiesServiceImpl
,FindCollectionPropertiesServiceValueImpl
,GetAllCollectionsServiceImpl
,GetAllDashboardOrderDetailsServiceImpl
,GetAllLockedOrderServiceImpl
,GetAllOrderServiceImpl
,GetCollectionAttributeServiceImpl
,GetCollectionByIdServiceImpl
,GetLockOrderServiceImpl
,GetOrderServiceImpl
,GetOrderSummaryServiceImpl
,GetSkuServiceImpl
,PatchLockedOrderServiceImpl
,PatchMessageResendServiceImpl
,PatchOrderServiceImpl
,ShippingLabelServiceImpl
,UpdateCollectionPropertiesServiceImpl
,UpdateCollectionPropertyByNameServiceImpl
,UpdateCollectionPropertyServiceImpl
,UpdateCollectionServiceImpl
,UpdateNotificationServiceImpl
,UpdateOrderServiceImpl
public interface CustomEcommService<I,O>
extends com.skava.core.EcommService<I,O>
An interface to define the service extend from EcommService.
- Since:
- Aug 20, 2019
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiondefault Exception
getValidateException
(org.springframework.core.MethodParameter methodParameter, org.springframework.validation.BindingResult bindingResult) Default validate exception for inventory service.Methods inherited from interface com.skava.core.EcommService
getValidator, getValidator, process
-
Method Details
-
getValidateException
default Exception getValidateException(org.springframework.core.MethodParameter methodParameter, org.springframework.validation.BindingResult bindingResult) Default validate exception for inventory service.
-