Class SiteSearchServiceImpl

java.lang.Object
net.andresbustamante.yafoot.core.services.impl.SiteSearchServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.SiteSearchService

@Service public class SiteSearchServiceImpl extends Object implements net.andresbustamante.yafoot.core.services.SiteSearchService
Author:
andresbustamante
  • Constructor Details

    • SiteSearchServiceImpl

      public SiteSearchServiceImpl(SiteDao siteDAO, PlayerDao playerDao)
  • Method Details

    • findSites

      @Transactional(readOnly=true) public List<net.andresbustamante.yafoot.core.model.Site> findSites(net.andresbustamante.yafoot.commons.model.UserContext ctx)
      Specified by:
      findSites in interface net.andresbustamante.yafoot.core.services.SiteSearchService