Package app.entity.interfaces
Interface ISortableByEndDate<T extends ITaggedItem>
- Type Parameters:
T- The type of the items to be sorted.
- All Known Implementing Classes:
Camp,CampDetails,CampList
public interface ISortableByEndDate<T extends ITaggedItem>
Interface for sorting by end date.
-
Method Summary
-
Method Details
-
sortByEndDate
RepositoryList<T> sortByEndDate()Sorts the items by end date.- Returns:
- A RepositoryList of the sorted items.
-