Class UserSearchServiceImpl

java.lang.Object
net.andresbustamante.yafoot.users.services.impl.UserSearchServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.users.services.UserSearchService

@Service public class UserSearchServiceImpl extends Object implements net.andresbustamante.yafoot.users.services.UserSearchService
  • Constructor Details

    • UserSearchServiceImpl

      public UserSearchServiceImpl(net.andresbustamante.yafoot.users.repository.UserRepository userRepository)
  • Method Details

    • findUserByEmail

      @Transactional(readOnly=true, propagation=REQUIRES_NEW) public net.andresbustamante.yafoot.users.model.User findUserByEmail(String email) throws net.andresbustamante.yafoot.commons.exceptions.DirectoryException
      Specified by:
      findUserByEmail in interface net.andresbustamante.yafoot.users.services.UserSearchService
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.DirectoryException