Interface SiteSearchService
public interface SiteSearchService
Service useful for research operations.
- Author:
- andresbustamante
-
Method Summary
-
Method Details
-
findSites
List<Site> findSites(net.andresbustamante.yafoot.commons.model.UserContext ctx) throws net.andresbustamante.yafoot.commons.exceptions.DatabaseException Load the sites associated to or registered by a player.- Parameters:
ctx
- User context- Returns:
- List of sites found
- Throws:
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
-