Interface IFilterableBySchool<T extends ITaggedItem>

Type Parameters:
T - The type of the items to filter.
All Known Implementing Classes:
Camp, CampDetails, CampList, UserList

public interface IFilterableBySchool<T extends ITaggedItem>
Interface for filtering items by school.
Since:
2021-09-30
  • Method Summary

    Modifier and Type
    Method
    Description
    Filters the items by school.
  • Method Details

    • filterBySchool

      RepositoryList<T> filterBySchool(String school)
      Filters the items by school.
      Parameters:
      school - The school to filter by.
      Returns:
      A list of items that were registered on the given school.