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 Details

    • PlayerSearchServiceImpl

      public PlayerSearchServiceImpl(PlayerDao playerDAO)
  • 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 interface net.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 interface net.andresbustamante.yafoot.core.services.PlayerSearchService
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.DatabaseException