Package app.entity.interfaces
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 TypeMethodDescriptionfilterByAnsweredBy(User answeredBy) Filters the items by the user who answered them.
-
Method Details
-
filterByAnsweredBy
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.
-