Interface IFilterableBySender<T extends ITaggedItem>

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

public interface IFilterableBySender<T extends ITaggedItem>
Interface for filtering items by sender.
  • Method Summary

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

    • filterBySender

      RepositoryList<T> filterBySender(User user)
      Filters the items by sender.
      Parameters:
      user - The sender to filter by.
      Returns:
      A RepositoryList of the filtered items.