Package com.skava.accounts.service.impl
Class FindPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindPropertiesServiceImpl
- All Implemented Interfaces:
FindPropertiesService
,com.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse>
The Class FindPropertiesServiceImpl is used to find a
properties based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(PropertiesRequestInternal request) This method is used to load single Settings based on given Settings 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
-
FindPropertiesServiceImpl
public FindPropertiesServiceImpl()
-
-
Method Details
-
process
This method is used to load single Settings based on given Settings identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse> - Parameters:
request
- It contains the attributes required for loading Settings.- Returns:
- It returns the
PropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse>
-