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 Summary
ConstructorsConstructorDescriptionUserSearchServiceImpl
(net.andresbustamante.yafoot.users.repository.UserRepository userRepository) -
Method Summary
Modifier and TypeMethodDescriptionnet.andresbustamante.yafoot.users.model.User
findUserByEmail
(String email)
-
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 interfacenet.andresbustamante.yafoot.users.services.UserSearchService
- Throws:
net.andresbustamante.yafoot.commons.exceptions.DirectoryException
-