Interface SiteSearchService
- All Known Implementing Classes:
SiteSearchServiceImpl
public interface SiteSearchService
Service useful for research operations.
- Author:
- andresbustamante
-
Method Summary
Modifier and TypeMethodDescriptionfindSites
(UserContext ctx) Load the sites associated to or registered by a player.
-
Method Details
-
findSites
Load the sites associated to or registered by a player.- Parameters:
ctx
- User context- Returns:
- List of sites found
- Throws:
DatabaseException
-