Package app.entity.interfaces
Interface IFilterableByRegistrationDate<T extends ITaggedItem>
- Type Parameters:
T- The type of the items to filter.
public interface IFilterableByRegistrationDate<T extends ITaggedItem>
Interface for filtering items by registration date.
- Since:
- 2021-09-30
-
Method Summary
Modifier and TypeMethodDescriptionfilterByRegistrationDate(Date currentDate) Filters the items by registration date.
-
Method Details
-
filterByRegistrationDate
Filters the items by registration date.- Parameters:
currentDate- The date to filter by.- Returns:
- A list of items that were registered on the given date.
-