Class AttributeServiceImpl

java.lang.Object
com.skava.accounts.service.impl.AttributeServiceImpl
Direct Known Subclasses:
FindAllAttributesServiceImpl

@Service public class AttributeServiceImpl extends Object
The Class AttributeServiceImpl is used for finding account based on the provided information.
  • Field Details

    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
      MessageSource.
    • authTokenHandler

      @Autowired protected com.skava.core.auth.AuthTokenHandler authTokenHandler
      The AuthTokenHandler.
    • accountCommonService

      @Autowired protected AccountCommonServices accountCommonService
      MessageSource.
    • attributeRepository

      @Autowired protected AttributeRepository attributeRepository
      AccountBuyerRepository.
  • Constructor Details

    • AttributeServiceImpl

      public AttributeServiceImpl()