Package com.skava.accounts.service.impl
Class PutUpdateContractPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.PutUpdateContractPropertiesServiceImpl
- All Implemented Interfaces:
PutUpdateContractPropertiesService
,com.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse>
@Service
public class PutUpdateContractPropertiesServiceImpl
extends Object
implements PutUpdateContractPropertiesService
Class PutUpdateContractPropertiesServiceImpl provides the implementation for
the PutUpdateContractPropertiesApiCall.
- Since:
- July 2020
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(ContractPropertiesRequestInternal request) 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
-
PutUpdateContractPropertiesServiceImpl
public PutUpdateContractPropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/contractproperties/update", identifier="response_contractProperty.id") public ContractPropertyAPIResponse process(ContractPropertiesRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ContractPropertiesRequestInternal,
ContractPropertyAPIResponse>
-