Interface CalendarDao

  • All Known Implementing Classes:
    XmlCalendarDao

    public interface CalendarDao
    Author:
    Fabrizio Giudici
    • Method Detail

      • findMonthlyEntries

        @Nonnull
        java.util.List<DefaultCalendarViewController.Entry> findMonthlyEntries​(@Nonnull
                                                                               Site site,
                                                                               @Nonnull
                                                                               java.lang.String entries,
                                                                               @Nonnegative
                                                                               int month,
                                                                               @Nonnegative
                                                                               int year)
        Retrieves a list of entries for the given month and year.
        Parameters:
        site - the site
        entries - the configuration data
        month - the month
        year - the year
        Returns:
        the list