Interface SportSearchService
public interface SportSearchService
Service useful for research operations.
- Author:
- andresbustamante
-
Method Summary
Modifier and TypeMethodDescriptionFinds all sports available in the application.
-
Method Details
-
loadSports
Finds all sports available in the application.- Returns:
- List of sports
- Throws:
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
- If there is a problem while requesting data from database
-