Interface SportSearchService


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 net.andresbustamante.yafoot.commons.exceptions.DatabaseException
      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