Package com.skava.accounts.service.impl
Class FindAddressServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAddressServiceImpl
- All Implemented Interfaces:
FindAddressService
,com.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=true)
public class FindAddressServiceImpl
extends Object
implements FindAddressService
The Class FindAddressServiceImpl is used for finding address based on the provided information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AddressRequestInternal request) This method is used to create 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
-
FindAddressServiceImpl
public FindAddressServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
-
process
This method is used to create 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
.
-