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