Package com.skava.accounts.service.impl
Class AttributeServiceImpl
java.lang.Object
com.skava.accounts.service.impl.AttributeServiceImpl
- Direct Known Subclasses:
FindAllAttributesServiceImpl
The Class AttributeServiceImpl is used for finding account based on the provided information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountCommonServices
MessageSource.protected AttributeRepository
AccountBuyerRepository.protected com.skava.core.auth.AuthTokenHandler
The AuthTokenHandler.protected org.springframework.context.MessageSource
MessageSource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSourceMessageSource. -
authTokenHandler
@Autowired protected com.skava.core.auth.AuthTokenHandler authTokenHandlerThe AuthTokenHandler. -
accountCommonService
MessageSource. -
attributeRepository
AccountBuyerRepository.
-
-
Constructor Details
-
AttributeServiceImpl
public AttributeServiceImpl()
-