Package com.skava.price.service.impl
Class FindAllPriceListServiceImpl
java.lang.Object
com.skava.price.service.impl.FindAllPriceListServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PriceListRequestInternal,
,PriceListsAndSkusAPIResponse> FindAllPriceListService
The Class FindAllPriceListServiceImpl
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(PriceListRequestInternal request) This method is used to load all PriceList based on given PriceList.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindAllPriceListServiceImpl
public FindAllPriceListServiceImpl()
-
-
Method Details
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PriceListRequestInternal,
PriceListsAndSkusAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-
process
This method is used to load all PriceList based on given PriceList.- Specified by:
process
in interfacecom.skava.core.EcommService<PriceListRequestInternal,
PriceListsAndSkusAPIResponse> - Parameters:
request
- It contains the attributes required for the load all PriceList.- Returns:
- It returns the
PriceListsResponse
.
-