Package com.skava.accounts.service.impl
Class UpdateAccountBuyerServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdateAccountBuyerServiceImpl
- All Implemented Interfaces:
UpdateAccountBuyerService
,com.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyerAPIResponse>
@Service
public class UpdateAccountBuyerServiceImpl
extends Object
implements UpdateAccountBuyerService
The Class UpdateAccountBuyerServiceImpl is used to update an
account buyer based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountBuyerRequestInternal request) This method is used to create AccountBuyer based on given AccountBuyer.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
-
UpdateAccountBuyerServiceImpl
public UpdateAccountBuyerServiceImpl()
-
-
Method Details
-
getValidator
@ValidatorEvent(serviceName="account", webhookName="accountservice/validator/accountbuyer", actionType="update") public List<com.skava.core.validation.ValidatorComponent> getValidator()- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyerAPIResponse>
-
process
@SendEvent(eventType="accountservice/accountbuyer/patch", identifier="response_accountBuyer.id") public AccountBuyerAPIResponse process(AccountBuyerRequestInternal request) This method is used to create AccountBuyer based on given AccountBuyer.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountBuyerRequestInternal,
AccountBuyerAPIResponse> - Parameters:
request
- It contains the attributes required for the updation of AccountBuyer.- Returns:
- It returns the
AccountBuyerAPIResponse
.
-