Package app.entity.interfaces
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 Summary
Modifier and TypeMethodDescriptionSorts the list by registration close date.
-
Method Details
-
sortByRegistrationCloseDate
RepositoryList<T> sortByRegistrationCloseDate()Sorts the list by registration close date.- Returns:
- A new list sorted by registration close date.
-