Package com.skava.accounts.service.impl
Class FindContractPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindContractPropertiesServiceImpl
- All Implemented Interfaces:
FindContractPropertiesService
,com.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse>
@Service
public class FindContractPropertiesServiceImpl
extends Object
implements FindContractPropertiesService
The Class FindContractPropertiesServiceImpl is used for finding contract properties based on the
provided information.
- Since:
- May 2020
- Version:
- 8.9.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(ContractPropertiesRequestInternal request) This method is used to load single ContractProperties based on given ContractProperties 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
-
FindContractPropertiesServiceImpl
public FindContractPropertiesServiceImpl()
-
-
Method Details
-
process
This method is used to load single ContractProperties based on given ContractProperties identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse> - Parameters:
request
- It contains the attributes required for loading ContractProperties.- Returns:
- It returns the
ContractPropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse>
-