Interface IFilterableByAnsweredBy<T extends ITaggedItem>

Type Parameters:
T - The type of the item.
All Known Implementing Classes:
EnquiryList, SuggestionList

public interface IFilterableByAnsweredBy<T extends ITaggedItem>
Interface for items that can be filtered by the user who answered them.
  • Method Summary

    Modifier and Type
    Method
    Description
    Filters the items by the user who answered them.
  • Method Details

    • filterByAnsweredBy

      RepositoryList<T> filterByAnsweredBy(User answeredBy)
      Filters the items by the user who answered them.
      Parameters:
      answeredBy - The user who answered the items.
      Returns:
      A list of items answered by the user.