Interface IProblemService

All Known Implementing Classes:
ProblemService

public interface IProblemService
Service that manages business logic related to management of problems available to the application.
Author:
Erik Zemčík
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all problems available to the application.
  • Method Details

    • getAllProblems

      List<Problem> getAllProblems()
      Returns all problems available to the application.
      Returns:
      unmodifiable list of problems