Class FindInstanceServiceImpl
java.lang.Object
com.skava.subscription.service.impl.FindInstanceServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<InstanceDataRequest,
,InstanceResponse> FindInstanceService
The Class FindInstanceServiceImpl
- 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
(InstanceDataRequest request) This method is used to load single Instance based on given Instance 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
-
FindInstanceServiceImpl
public FindInstanceServiceImpl()
-
-
Method Details
-
process
This method is used to load single Instance based on given Instance identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<InstanceDataRequest,
InstanceResponse> - Parameters:
request
- It contains the instances required for the load of Instance.- Returns:
- It returns the
InstanceAPIResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<InstanceDataRequest,
InstanceResponse> - Returns:
- It returns the
ValidatorComponent
.
-