Module tvbrowser
Package tvdataservice

Class MarkedProgramsList


  • @Deprecated(since="3.4.4")
    public class MarkedProgramsList
    extends java.lang.Object
    Deprecated.
    since 3.3.4 use MarkedProgramsMap instead.
    A class that contains all marked programs.
    Since:
    2.2
    Author:
    René Mach
    • Method Detail

      • getTimeSortedProgramsForTray

        @Deprecated(since="3.4.4")
        public Program[] getTimeSortedProgramsForTray​(ProgramFilter filter,
                                                      int markPriority,
                                                      int numberOfPrograms,
                                                      boolean includeOnAirPrograms)
        Parameters:
        filter - The filter to use for program filtering
        markPriority - The minimum mark priority of programs to find.
        numberOfPrograms - The number of programs to show. Use a value of 0 or below for all important programs.
        includeOnAirPrograms - If the marked programs array should contain running programs.
        Returns:
        The time sorted programs for the tray.
      • getTimeSortedProgramsForTray

        @Deprecated(since="3.4.4")
        public Program[] getTimeSortedProgramsForTray​(ProgramFilter filter,
                                                      int markPriority,
                                                      int numberOfPrograms,
                                                      boolean includeOnAirPrograms,
                                                      boolean useTrayFilterSettings,
                                                      java.util.ArrayList<Program> excludePrograms)
        Parameters:
        filter - The filter to use for program filtering
        markPriority - The minimum mark priority of programs to find.
        numberOfPrograms - The number of programs to show. Use a value of 0 or below for all important programs.
        includeOnAirPrograms - If the marked programs array should contain running programs.If the tray filter settings should be used for filtering.
        useTrayFilterSettings - If the tray filter settings should be used for filtering.
        excludePrograms - The list with excluded programs.
        Returns:
        The time sorted programs for the tray.