Package com.skava.accounts.service
Interface FindAccountForAccountBuyerService
- All Superinterfaces:
com.skava.core.EcommService<AccountBuyerRequestInternal,
AccountAPIResponse>
- All Known Implementing Classes:
FindAccountForAccountBuyerServiceImpl
public interface FindAccountForAccountBuyerService
extends com.skava.core.EcommService<AccountBuyerRequestInternal,AccountAPIResponse>
The Interface FindAccountForAccountBuyerService extends the interface EcommService which consists of the basic
functions getValidator and process. This interface is used to define service for finding a all the accounts
associated with the Buyer User.
- Author:
- Infosys Equinox
-
Method Summary
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process