Interface SportSearchService

All Known Implementing Classes:
SportSearchServiceImpl

public interface SportSearchService
Service useful for research operations.
Author:
andresbustamante
  • Method Summary

    Modifier and Type
    Method
    Description
    Finds all sports available in the application.
  • Method Details

    • loadSports

      List<Sport> loadSports() throws DatabaseException
      Finds all sports available in the application.
      Returns:
      List of sports
      Throws:
      DatabaseException - If there is a problem while requesting data from database