Package com.skava.accounts.service.impl
Class FindAccountPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAccountPropertiesServiceImpl
- All Implemented Interfaces:
FindAccountPropertiesService
,com.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
@Service
public class FindAccountPropertiesServiceImpl
extends Object
implements FindAccountPropertiesService
The Class FindAccountPropertiesServiceImpl is used for finding account properties based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountPropertiesRequestInternal request) This method is used to load single AccountProperties based on given AccountProperties identifier.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
-
FindAccountPropertiesServiceImpl
public FindAccountPropertiesServiceImpl()
-
-
Method Details
-
process
This method is used to load single AccountProperties based on given AccountProperties identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse> - Parameters:
request
- It contains the attributes required for loading AccountProperties.- Returns:
- It returns the
AccountPropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
-