Package com.skava.accounts.service.impl
Class FindAccountServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAccountServiceImpl
- All Implemented Interfaces:
FindAccountService
,com.skava.core.EcommService<AccountRequestInternal,
AccountAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=true,
noRollbackFor=java.lang.Exception.class)
public class FindAccountServiceImpl
extends Object
implements FindAccountService
The Class FindAccountServiceImpl is used for finding account based on the provided information.
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountCommonServices
The account common service.protected AccountTypesRepository
The account types repository.protected org.springframework.context.MessageSource
MessageSource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountRequestInternal request) This method is used to load single Account based on given Account 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
-
Field Details
-
accountTypesRepository
The account types repository. -
messageSource
@Autowired protected org.springframework.context.MessageSource messageSourceMessageSource. -
accountCommonService
The account common service.
-
-
Constructor Details
-
FindAccountServiceImpl
public FindAccountServiceImpl()
-
-
Method Details
-
process
This method is used to load single Account based on given Account identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountRequestInternal,
AccountAPIResponse> - Parameters:
request
- It contains the attributes required for loading Account.- Returns:
- It returns the
AccountAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountRequestInternal,
AccountAPIResponse>
-