Class PlayerSearchServiceImpl
java.lang.Object
net.andresbustamante.yafoot.core.services.impl.PlayerSearchServiceImpl
- All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.PlayerSearchService
@Service
public class PlayerSearchServiceImpl
extends Object
implements net.andresbustamante.yafoot.core.services.PlayerSearchService
- Author:
- andresbustamante
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.andresbustamante.yafoot.core.model.Player
findPlayerByEmail
(String email, net.andresbustamante.yafoot.commons.model.UserContext context) net.andresbustamante.yafoot.core.model.Player
-
Constructor Details
-
PlayerSearchServiceImpl
-
-
Method Details
-
findPlayerByEmail
@Transactional(readOnly=true) public net.andresbustamante.yafoot.core.model.Player findPlayerByEmail(String email, net.andresbustamante.yafoot.commons.model.UserContext context) throws net.andresbustamante.yafoot.commons.exceptions.ApplicationException - Specified by:
findPlayerByEmail
in interfacenet.andresbustamante.yafoot.core.services.PlayerSearchService
- Throws:
net.andresbustamante.yafoot.commons.exceptions.ApplicationException
-
findPlayerById
@Transactional(readOnly=true) public net.andresbustamante.yafoot.core.model.Player findPlayerById(Integer id) throws net.andresbustamante.yafoot.commons.exceptions.DatabaseException - Specified by:
findPlayerById
in interfacenet.andresbustamante.yafoot.core.services.PlayerSearchService
- Throws:
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
-