Class AttributeServiceImpl

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

@Service public class AttributeServiceImpl extends Object
The Class AttributeServiceImpl is used for finding user 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.
    • attributeCommonServices

      @Autowired protected AttributeCommonServices attributeCommonServices
      MessageSource.
    • attributeRepository

      @Autowired protected AttributeRepository attributeRepository
      AttributeRepository.
  • Constructor Details

    • AttributeServiceImpl

      public AttributeServiceImpl()