Uses of Interface
org.jmythapi.protocol.response.IProgramInfoList

Packages that use IProgramInfoList
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
org.jmythapi.protocol.response This package contains interfaces of MythTV response messages. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
 

Uses of IProgramInfoList in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol that return IProgramInfoList
 IProgramInfoList IBackend.queryRecordings()
          Queries for all available recordings.
 IProgramInfoList IBackend.queryRecordings(ERecordingsType eRecordingsType)
          Queries for recordings with the given recording-type.
 

Uses of IProgramInfoList in org.jmythapi.protocol.impl
 

Methods in org.jmythapi.protocol.impl that return IProgramInfoList
 IProgramInfoList Backend.queryRecordings()
           
 IProgramInfoList Backend.queryRecordings(ERecordingsType eRecordingsType)
          TODO: sorting for versions >= 65
 

Uses of IProgramInfoList in org.jmythapi.protocol.response
 

Methods in org.jmythapi.protocol.response that return IProgramInfoList
 IProgramInfoList IProgramInfoList.filter(IProgramInfoFilter filter)
          Returns a new program list containing only programs that are accepted by the given filter.
 IProgramInfoList IRecordings.getProgramInfoList()
          Gets a list of contained recordings.
 IProgramInfoList IRecordings.getProgramInfoList(IProgramInfoFilter filter)
          Gets the list of contained recordings.
 IProgramInfoList[] IProgramInfoList.multiFilter(IProgramInfoFilter... filters)
          Allows to filter the program list, using multiple filters.
 

Methods in org.jmythapi.protocol.response that return types with arguments of type IProgramInfoList
 Map<Object,IProgramInfoList> IProgramInfoList.groupBy(IProgramInfo.Props prop)
          Groups the list of program-infos by the specified program-info property.
 Map<Object,IProgramInfoList> IProgramInfoList.groupBy(IProgramInfo.Props prop, IProgramInfoFilter filter)
          Groups the list of program-infos by the specified program-info property.
 

Uses of IProgramInfoList in org.jmythapi.protocol.response.impl
 

Classes in org.jmythapi.protocol.response.impl that implement IProgramInfoList
 class ProgramInfoList
           
 

Methods in org.jmythapi.protocol.response.impl that return IProgramInfoList
 IProgramInfoList ProgramInfoList.filter(IProgramInfoFilter filter)
           
 IProgramInfoList ARecordings.getProgramInfoList()
           
 IProgramInfoList ARecordings.getProgramInfoList(IProgramInfoFilter filter)
           
 IProgramInfoList[] ProgramInfoList.multiFilter(IProgramInfoFilter... filters)
           
 

Methods in org.jmythapi.protocol.response.impl that return types with arguments of type IProgramInfoList
 Map<Object,IProgramInfoList> ProgramInfoList.groupBy(IProgramInfo.Props prop)
           
 Map<Object,IProgramInfoList> ProgramInfoList.groupBy(IProgramInfo.Props prop, IProgramInfoFilter filter)
           
 

Methods in org.jmythapi.protocol.response.impl with parameters of type IProgramInfoList
static RecordingsPending RecordingsPending.valueOf(IProgramInfoList programs)
          Creates a new pending recordings list from a program list.
static RecordingsConflicting RecordingsConflicting.valueOf(IProgramInfoList programs)
          Constructs a recordings conflicting list from a list of programs.
static RecordingsExpiring RecordingsExpiring.valueOf(IProgramInfoList programs)
          Constructs a recordings expiring list from a list of programs.
 



Copyright © 2008-2013. All Rights Reserved.