Package com.skava.accounts.service.impl
Class FindContractServiceImpl
java.lang.Object
com.skava.accounts.service.impl.ContractServiceImpl
com.skava.accounts.service.impl.FindContractServiceImpl
- All Implemented Interfaces:
FindContractService
,com.skava.core.EcommService<ContractRequestInternal,
ContractAPIResponse>
@Service
public class FindContractServiceImpl
extends ContractServiceImpl
implements FindContractService
The Class FindContractServiceImpl is used to find a
contract based on the provided information.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.accounts.service.impl.ContractServiceImpl
contractCommonService, contractPropertiesRepository, contractsRepository, documentRepository, findContractServiceUtil, messageSource, paymentTermRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(ContractRequestInternal request) This method is used to load single Account based on given Account 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
-
FindContractServiceImpl
public FindContractServiceImpl()
-
-
Method Details
-
process
This method is used to load single Account based on given Account identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<ContractRequestInternal,
ContractAPIResponse> - Parameters:
request
- It contains the attributes required for loading Account.- Returns:
- It returns the
ContractAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ContractRequestInternal,
ContractAPIResponse>
-