Package com.skava.search.service.impl
Class FindVersionServiceImpl
java.lang.Object
com.skava.search.service.impl.FindVersionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<VersionRequestInternal,
,Version> FindVersionService
The Class FindVersionServiceImpl
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindVersionServiceImpl
(VersionProcess versionProcess, CommonProcess commonProcess, FindVersionValidator validator) -
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 single Version based on given Version identifier.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
-
FindVersionServiceImpl
@Autowired public FindVersionServiceImpl(VersionProcess versionProcess, CommonProcess commonProcess, FindVersionValidator validator)
-
-
Method Details
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<VersionRequestInternal,
Version> - Returns:
- It returns the
ValidatorComponent
.
-
process
This method is used to load single Version based on given Version identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<VersionRequestInternal,
Version> - Parameters:
request
- It contains the attributes required for the load of Version.- Returns:
- It returns the
VersionAPIResponse
. - Throws:
com.skava.core.ECommerceException
- It will throw Ecommerce exception if it process get failed.
-