Package com.skava.catalog.service.impl
Class FindModelServiceImpl
java.lang.Object
com.skava.catalog.service.impl.FindModelServiceImpl
- All Implemented Interfaces:
FindModelService
,com.skava.core.EcommService<ModelRequestInternal,
Model>
The Class FindModelServiceImpl
- 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
(ModelRequestInternal request) This method is used to load single Model based on given Model 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
-
FindModelServiceImpl
public FindModelServiceImpl()
-
-
Method Details
-
process
This method is used to load single Model based on given Model identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<ModelRequestInternal,
Model> - Parameters:
request
- It contains the models required for the load of Model.- Returns:
- It returns the
ModelAPIResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ModelRequestInternal,
Model> - Returns:
- It returns the
ValidatorComponent
.
-