Interface ISortableByRegistrationCloseDate<T extends ITaggedItem>

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

public interface ISortableByRegistrationCloseDate<T extends ITaggedItem>
Interface for filtering a list of items by ID.
  • Method Details

    • sortByRegistrationCloseDate

      RepositoryList<T> sortByRegistrationCloseDate()
      Sorts the list by registration close date.
      Returns:
      A new list sorted by registration close date.