Package com.skava.accounts.service.impl
Class FindAllAccountSellerServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllAccountSellerServiceImpl
- All Implemented Interfaces:
FindAllAccountSellerService
,com.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellersAPIResponse>
@Service
public class FindAllAccountSellerServiceImpl
extends Object
implements FindAllAccountSellerService
The Class FindAllPropertiesServiceImpl is used for finding all the
account sellers 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 all Settings based on given Settings.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
-
FindAllAccountSellerServiceImpl
public FindAllAccountSellerServiceImpl()
-
-
Method Details
-
process
This method is used to load all Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellersAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Settings.- Returns:
- It returns the
AccountSellersAPIResponse
. throwsValidateException
if any validation error occurs.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountSellersAPIResponse>
-