org.mythtv.services.api.v027
Interface ChannelOperations
- All Known Implementing Classes:
- ChannelTemplate
public interface ChannelOperations
Auto-generated file, do not modify manually !!!!
|
Method Summary |
org.springframework.http.ResponseEntity<Bool> |
addDBChannel(java.lang.Integer mplexID,
java.lang.Integer sourceID,
java.lang.Integer channelID,
java.lang.String callSign,
java.lang.String channelName,
java.lang.String channelNumber,
java.lang.Integer serviceID,
java.lang.Integer aTSCMajorChannel,
java.lang.Integer aTSCMinorChannel,
java.lang.Boolean useEIT,
java.lang.Boolean visible,
java.lang.String frequencyID,
java.lang.String icon,
java.lang.String format,
java.lang.String xMLTVID,
java.lang.String defaultAuthority)
|
org.springframework.http.ResponseEntity<Int> |
addVideoSource(java.lang.String sourceName,
java.lang.String grabber,
java.lang.String userId,
java.lang.String freqTable,
java.lang.String lineupId,
java.lang.String password,
java.lang.Boolean useEIT,
java.lang.String configPath,
java.lang.Integer nITId)
|
org.springframework.http.ResponseEntity<Int> |
fetchChannelsFromSource(java.lang.Integer sourceId,
java.lang.Integer cardId,
java.lang.Boolean waitForFinish,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ChannelInfo> |
getChannelInfo(java.lang.Integer chanID,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ChannelInfoList> |
getChannelInfoList(java.lang.Integer sourceID,
java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<LineupList> |
getDDLineupList(java.lang.String source,
java.lang.String userId,
java.lang.String password,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<VideoMultiplex> |
getVideoMultiplex(java.lang.Integer mplexID,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<VideoMultiplexList> |
getVideoMultiplexList(java.lang.Integer sourceID,
java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<VideoSource> |
getVideoSource(java.lang.Integer sourceID,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<VideoSourceList> |
getVideoSourceList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArrayOfString> |
getXMLTVIdList(java.lang.Integer sourceID,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
removeDBChannel(java.lang.Integer channelID)
|
org.springframework.http.ResponseEntity<Bool> |
removeVideoSource(java.lang.Integer sourceID)
|
org.springframework.http.ResponseEntity<Bool> |
updateDBChannel(java.lang.Integer mplexID,
java.lang.Integer sourceID,
java.lang.Integer channelID,
java.lang.String callSign,
java.lang.String channelName,
java.lang.String channelNumber,
java.lang.Integer serviceID,
java.lang.Integer aTSCMajorChannel,
java.lang.Integer aTSCMinorChannel,
java.lang.Boolean useEIT,
java.lang.Boolean visible,
java.lang.String frequencyID,
java.lang.String icon,
java.lang.String format,
java.lang.String xMLTVID,
java.lang.String defaultAuthority)
|
org.springframework.http.ResponseEntity<Bool> |
updateVideoSource(java.lang.Integer sourceID,
java.lang.String sourceName,
java.lang.String grabber,
java.lang.String userId,
java.lang.String freqTable,
java.lang.String lineupId,
java.lang.String password,
java.lang.Boolean useEIT,
java.lang.String configPath,
java.lang.Integer nITId)
|
addDBChannel
org.springframework.http.ResponseEntity<Bool> addDBChannel(java.lang.Integer mplexID,
java.lang.Integer sourceID,
java.lang.Integer channelID,
java.lang.String callSign,
java.lang.String channelName,
java.lang.String channelNumber,
java.lang.Integer serviceID,
java.lang.Integer aTSCMajorChannel,
java.lang.Integer aTSCMinorChannel,
java.lang.Boolean useEIT,
java.lang.Boolean visible,
java.lang.String frequencyID,
java.lang.String icon,
java.lang.String format,
java.lang.String xMLTVID,
java.lang.String defaultAuthority)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
addVideoSource
org.springframework.http.ResponseEntity<Int> addVideoSource(java.lang.String sourceName,
java.lang.String grabber,
java.lang.String userId,
java.lang.String freqTable,
java.lang.String lineupId,
java.lang.String password,
java.lang.Boolean useEIT,
java.lang.String configPath,
java.lang.Integer nITId)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
fetchChannelsFromSource
org.springframework.http.ResponseEntity<Int> fetchChannelsFromSource(java.lang.Integer sourceId,
java.lang.Integer cardId,
java.lang.Boolean waitForFinish,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getChannelInfo
org.springframework.http.ResponseEntity<ChannelInfo> getChannelInfo(java.lang.Integer chanID,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getChannelInfoList
org.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(java.lang.Integer sourceID,
java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getDDLineupList
org.springframework.http.ResponseEntity<LineupList> getDDLineupList(java.lang.String source,
java.lang.String userId,
java.lang.String password,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideoMultiplex
org.springframework.http.ResponseEntity<VideoMultiplex> getVideoMultiplex(java.lang.Integer mplexID,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideoMultiplexList
org.springframework.http.ResponseEntity<VideoMultiplexList> getVideoMultiplexList(java.lang.Integer sourceID,
java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideoSource
org.springframework.http.ResponseEntity<VideoSource> getVideoSource(java.lang.Integer sourceID,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getVideoSourceList
org.springframework.http.ResponseEntity<VideoSourceList> getVideoSourceList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getXMLTVIdList
org.springframework.http.ResponseEntity<ArrayOfString> getXMLTVIdList(java.lang.Integer sourceID,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
removeDBChannel
org.springframework.http.ResponseEntity<Bool> removeDBChannel(java.lang.Integer channelID)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
removeVideoSource
org.springframework.http.ResponseEntity<Bool> removeVideoSource(java.lang.Integer sourceID)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
updateDBChannel
org.springframework.http.ResponseEntity<Bool> updateDBChannel(java.lang.Integer mplexID,
java.lang.Integer sourceID,
java.lang.Integer channelID,
java.lang.String callSign,
java.lang.String channelName,
java.lang.String channelNumber,
java.lang.Integer serviceID,
java.lang.Integer aTSCMajorChannel,
java.lang.Integer aTSCMinorChannel,
java.lang.Boolean useEIT,
java.lang.Boolean visible,
java.lang.String frequencyID,
java.lang.String icon,
java.lang.String format,
java.lang.String xMLTVID,
java.lang.String defaultAuthority)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
updateVideoSource
org.springframework.http.ResponseEntity<Bool> updateVideoSource(java.lang.Integer sourceID,
java.lang.String sourceName,
java.lang.String grabber,
java.lang.String userId,
java.lang.String freqTable,
java.lang.String lineupId,
java.lang.String password,
java.lang.Boolean useEIT,
java.lang.String configPath,
java.lang.Integer nITId)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException