Package com.skava.accounts.service.impl
Class FindAllAccountForTheSellerServiceImpl
java.lang.Object
com.skava.accounts.service.impl.AccountSellerServiceImpl
com.skava.accounts.service.impl.FindAllAccountForTheSellerServiceImpl
- All Implemented Interfaces:
FindAllAccountForAccountSellerService
,com.skava.core.EcommService<AccountSellerRequestInternal,
AccountsAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=true,
noRollbackFor=java.lang.Exception.class)
public class FindAllAccountForTheSellerServiceImpl
extends AccountSellerServiceImpl
implements FindAllAccountForAccountSellerService
The Class FindAllAccountForTheSellerServiceImpl is used for finding all the
accounts associated with a particular seller user id.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.accounts.service.impl.AccountSellerServiceImpl
accountCommonServices, accountSellerRepository, messageSource
-
Constructor Summary
ConstructorsConstructorDescriptionFindAllAccountForTheSellerServiceImpl
(FindAllAccountService findAllAccountService) -
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
-
FindAllAccountForTheSellerServiceImpl
@Autowired public FindAllAccountForTheSellerServiceImpl(FindAllAccountService findAllAccountService)
-
-
Method Details
-
process
This method is used to load all Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountsAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Settings.- Returns:
- It returns the
AccountsAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountSellerRequestInternal,
AccountsAPIResponse>
-