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 Details

    • filterByRegistrationDate

      RepositoryList<T> filterByRegistrationDate(Date currentDate)
      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.