Interface SportSearchService
- All Known Implementing Classes:
SportSearchServiceImpl
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:
DatabaseException
- If there is a problem while requesting data from database
-