Class SportSearchServiceImpl
java.lang.Object
net.andresbustamante.yafoot.core.services.impl.SportSearchServiceImpl
- All Implemented Interfaces:
SportSearchService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds all sports available in the application.
-
Constructor Details
-
SportSearchServiceImpl
-
-
Method Details
-
loadSports
Description copied from interface:SportSearchService
Finds all sports available in the application.- Specified by:
loadSports
in interfaceSportSearchService
- Returns:
- List of sports
- Throws:
DatabaseException
- If there is a problem while requesting data from database
-