Package com.skava.accounts.service.impl
Class UpdateAddressServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdateAddressServiceImpl
- All Implemented Interfaces:
UpdateAddressService
,com.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false)
public class UpdateAddressServiceImpl
extends Object
implements UpdateAddressService
The Class UpdateAddressServiceImpl 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
(AddressRequestInternal request) This method is used to update Account based on given Account.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
-
UpdateAddressServiceImpl
public UpdateAddressServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/address/patch", identifier="response_address.id") public AddressAPIResponse process(AddressRequestInternal request) This method is used to update Account based on given Account.- Specified by:
process
in interfacecom.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse> - Parameters:
request
- It contains the attributes required for the creation of Account.- Returns:
- It returns the
AddressAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
-