Class SuggestionList

java.lang.Object
app.entity.RepositoryList<Suggestion>
app.entity.suggestion.SuggestionList
All Implemented Interfaces:
IFilterableByAnsweredBy<Suggestion>, IFilterableByCamp<Suggestion>, IFilterableByID<Suggestion>, IFilterableBySender<Suggestion>, IFilterableByStatus<Suggestion,SuggestionStatus>, ISerializable, Iterable<Suggestion>

Represents a list of suggestions, providing functionalities for filtering suggestions based on various criteria. This class extends RepositoryList and implements several interfaces for filtering.
  • Constructor Details

    • SuggestionList

      public SuggestionList(List<Suggestion> all)
      Constructs a new SuggestionList object.
      Parameters:
      all - The list of suggestions to be stored in this object.
    • SuggestionList

      public SuggestionList()
      Constructs a new SuggestionList object.
  • Method Details