Package com.skava.accounts.service.impl
Class FindAllPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllPropertiesServiceImpl
- All Implemented Interfaces:
FindAllPropertiesService
,com.skava.core.EcommService<PropertiesRequestInternal,
PropertiesAPIResponse>
@Service
public class FindAllPropertiesServiceImpl
extends Object
implements FindAllPropertiesService
The Class FindAllPropertiesServiceImpl is used for finding all the
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 all Settings based on given Settings.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
-
FindAllPropertiesServiceImpl
public FindAllPropertiesServiceImpl()
-
-
Method Details
-
process
This method is used to load all Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertiesAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Settings.- Returns:
- It returns the
PropertiesAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertiesAPIResponse>
-