Class SiteSearchServiceImpl
java.lang.Object
net.andresbustamante.yafoot.core.services.impl.SiteSearchServiceImpl
- All Implemented Interfaces:
SiteSearchService
- Author:
- andresbustamante
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSites
(UserContext ctx) Load the sites associated to or registered by a player.
-
Constructor Details
-
SiteSearchServiceImpl
-
-
Method Details
-
findSites
Description copied from interface:SiteSearchService
Load the sites associated to or registered by a player.- Specified by:
findSites
in interfaceSiteSearchService
- Parameters:
ctx
- User context- Returns:
- List of sites found
-