Package com.skava.accounts.service.impl
Class FindAccountSellerServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAccountSellerServiceImpl
- All Implemented Interfaces:
FindAccountSellerService
,com.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellerAPIResponse>
@Service
public class FindAccountSellerServiceImpl
extends Object
implements FindAccountSellerService
The Class FindAccountSellerServiceImpl is used for finding 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 load single AccountSeller based on given AccountSeller 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
-
FindAccountSellerServiceImpl
public FindAccountSellerServiceImpl()
-
-
Method Details
-
process
This method is used to load single AccountSeller based on given AccountSeller identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellerAPIResponse> - Parameters:
request
- It contains the attributes required for loading AccountSeller.- Returns:
- It returns the
AccountSellerAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellerAPIResponse>
-