Package com.skava.accounts.service.impl
Class FindAllAccountServiceImpl
java.lang.Object
com.skava.accounts.service.impl.AccountServiceImpl
com.skava.accounts.service.impl.FindAllAccountServiceImpl
- All Implemented Interfaces:
FindAllAccountService
,com.skava.core.EcommService<AccountRequestInternal,
AccountsAPIResponse>
@Service
public class FindAllAccountServiceImpl
extends AccountServiceImpl
implements FindAllAccountService
The Class FindAllAccountServiceImpl is used for finding all the
accounts based on the provided information.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.accounts.service.impl.AccountServiceImpl
accountCommonService, accountRepository, accountTypesRepository, authTokenHandler, costCentreRepository, entityManager, messageSource, teamBuyerRepository, teamRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountRequestInternal request) This method is used to load all 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
-
FindAllAccountServiceImpl
public FindAllAccountServiceImpl()
-
-
Method Details
-
process
This method is used to load all Account based on given Account.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountRequestInternal,
AccountsAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Account.- Returns:
- It returns the
AccountsAPIResponse
. throwsValidateException
if any validation error occurs.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountRequestInternal,
AccountsAPIResponse>
-