Package com.skava.price.service.impl
Class FindAllVersionServiceImpl
java.lang.Object
com.skava.price.service.impl.FindAllVersionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<VersionRequestInternal,
,VersionsAPIResponse> FindAllVersionService
The Class FindAllVersionServiceImpl
- Since:
- 8.0
- 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
(VersionRequestInternal request) This method is used to load all Version based on given Version.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
-
FindAllVersionServiceImpl
public FindAllVersionServiceImpl()
-
-
Method Details
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<VersionRequestInternal,
VersionsAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-
process
This method is used to load all Version based on given Version.- Specified by:
process
in interfacecom.skava.core.EcommService<VersionRequestInternal,
VersionsAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Version.- Returns:
- It returns the
VersionsResponse
. - Throws:
com.skava.core.ECommerceException
- It will throw Ecommerce exception if it process get failed.
-