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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SiteSearchServiceImpl
-
-
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 interfacenet.andresbustamante.yafoot.core.services.SiteSearchService
-