|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRecorderNextProgramInfo | |
---|---|
org.jmythapi.database | |
org.jmythapi.database.impl | |
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. |
Uses of IRecorderNextProgramInfo in org.jmythapi.database |
---|
Methods in org.jmythapi.database that return IRecorderNextProgramInfo | |
---|---|
IRecorderNextProgramInfo |
IDatabase.queryNextProgramInfo(IBasicChannelInfo channelInfo,
Date startDateTime)
|
IRecorderNextProgramInfo |
IDatabase.queryNextProgramInfo(Integer channelId,
Date startDateTime)
|
Uses of IRecorderNextProgramInfo in org.jmythapi.database.impl |
---|
Classes in org.jmythapi.database.impl that implement IRecorderNextProgramInfo | |
---|---|
class |
RecorderNextProgramInfo
|
Methods in org.jmythapi.database.impl that return IRecorderNextProgramInfo | |
---|---|
IRecorderNextProgramInfo |
DataBase.queryNextProgramInfo(IBasicChannelInfo channelInfo,
Date startDateTime)
|
IRecorderNextProgramInfo |
DataBase.queryNextProgramInfo(Integer channelId,
Date startDateTime)
|
Methods in org.jmythapi.database.impl with parameters of type IRecorderNextProgramInfo | |
---|---|
static Schedule |
Schedule.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IRecorderNextProgramInfo nextProgramInfo)
|
static Schedule |
Schedule.valueOf(ProtocolVersion protoVersion,
int dbVersion,
IRecorderNextProgramInfo nextProgramInfo,
IProgramRecordingType.Type recordingType)
|
Uses of IRecorderNextProgramInfo in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return IRecorderNextProgramInfo | |
---|---|
IRecorderNextProgramInfo |
IRecorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
Gets the next program on the specified channel. |
IRecorderNextProgramInfo |
IRecorder.getNextProgramInfo(String channelnumber,
Integer chanID,
EChannelBrowseDirection direction,
Date startTime)
Gets the next program on the specified channel. |
Methods in org.jmythapi.protocol that return types with arguments of type IRecorderNextProgramInfo | |
---|---|
Map<Integer,IRecorderNextProgramInfo> |
IRecorder.getChannelsNextProgramInfoMap(Date startTime)
Gets a map containing the next programs of all channels. |
List<IRecorderNextProgramInfo> |
IBackend.getNextProgramInfos(Date date)
Gets the next programs of all known channels. |
List<IRecorderNextProgramInfo> |
IRecorder.getNextProgramInfos(Date startTime)
Gets a list containing the next programs of all channels. |
Uses of IRecorderNextProgramInfo in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl that return IRecorderNextProgramInfo | |
---|---|
IRecorderNextProgramInfo |
Recorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
|
Methods in org.jmythapi.protocol.impl that return types with arguments of type IRecorderNextProgramInfo | |
---|---|
Map<Integer,IRecorderNextProgramInfo> |
Recorder.getChannelsNextProgramInfoMap(Date startTime)
|
List<IRecorderNextProgramInfo> |
Recorder.getNextProgramInfos(Date startTime)
|
List<IRecorderNextProgramInfo> |
Backend.getNextProgramInfos(Date date)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |