org.mythtv.services.api.v025.impl
Class ChannelTemplate

java.lang.Object
  extended by org.mythtv.services.api.AbstractOperations
      extended by org.mythtv.services.api.v025.impl.ChannelTemplate
All Implemented Interfaces:
ChannelOperations

public class ChannelTemplate
extends AbstractOperations
implements ChannelOperations

Auto-generated file, do not modify manually !!!!


Field Summary
 
Fields inherited from class org.mythtv.services.api.AbstractOperations
formatter
 
Constructor Summary
ChannelTemplate(org.springframework.web.client.RestOperations restOperations, java.lang.String apiUrlBase)
           
 
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)
           
 
Methods inherited from class org.mythtv.services.api.AbstractOperations
buildUri, buildUri, buildUri, convertUtcAndFormat, getApiUrlBase, getRequestEntity, handleResponseEtag, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelTemplate

public ChannelTemplate(org.springframework.web.client.RestOperations restOperations,
                       java.lang.String apiUrlBase)
Method Detail

addDBChannel

public 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
Specified by:
addDBChannel in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

addVideoSource

public 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
Specified by:
addVideoSource in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

fetchChannelsFromSource

public org.springframework.http.ResponseEntity<Int> fetchChannelsFromSource(java.lang.Integer sourceId,
                                                                            java.lang.Integer cardId,
                                                                            java.lang.Boolean waitForFinish,
                                                                            ETagInfo etagInfo)
                                                                     throws MythServiceApiRuntimeException
Specified by:
fetchChannelsFromSource in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getChannelInfo

public org.springframework.http.ResponseEntity<ChannelInfo> getChannelInfo(java.lang.Integer chanID,
                                                                           ETagInfo etagInfo)
                                                                    throws MythServiceApiRuntimeException
Specified by:
getChannelInfo in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getChannelInfoList

public org.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(java.lang.Integer sourceID,
                                                                                   java.lang.Integer startIndex,
                                                                                   java.lang.Integer count,
                                                                                   ETagInfo etagInfo)
                                                                            throws MythServiceApiRuntimeException
Specified by:
getChannelInfoList in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getDDLineupList

public org.springframework.http.ResponseEntity<LineupList> getDDLineupList(java.lang.String source,
                                                                           java.lang.String userId,
                                                                           java.lang.String password,
                                                                           ETagInfo etagInfo)
                                                                    throws MythServiceApiRuntimeException
Specified by:
getDDLineupList in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getVideoMultiplex

public org.springframework.http.ResponseEntity<VideoMultiplex> getVideoMultiplex(java.lang.Integer mplexID,
                                                                                 ETagInfo etagInfo)
                                                                          throws MythServiceApiRuntimeException
Specified by:
getVideoMultiplex in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getVideoMultiplexList

public org.springframework.http.ResponseEntity<VideoMultiplexList> getVideoMultiplexList(java.lang.Integer sourceID,
                                                                                         java.lang.Integer startIndex,
                                                                                         java.lang.Integer count,
                                                                                         ETagInfo etagInfo)
                                                                                  throws MythServiceApiRuntimeException
Specified by:
getVideoMultiplexList in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getVideoSource

public org.springframework.http.ResponseEntity<VideoSource> getVideoSource(java.lang.Integer sourceID,
                                                                           ETagInfo etagInfo)
                                                                    throws MythServiceApiRuntimeException
Specified by:
getVideoSource in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getVideoSourceList

public org.springframework.http.ResponseEntity<VideoSourceList> getVideoSourceList(ETagInfo etagInfo)
                                                                            throws MythServiceApiRuntimeException
Specified by:
getVideoSourceList in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

getXMLTVIdList

public org.springframework.http.ResponseEntity<ArrayOfString> getXMLTVIdList(java.lang.Integer sourceID,
                                                                             ETagInfo etagInfo)
                                                                      throws MythServiceApiRuntimeException
Specified by:
getXMLTVIdList in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

removeDBChannel

public org.springframework.http.ResponseEntity<Bool> removeDBChannel(java.lang.Integer channelID)
                                                              throws MythServiceApiRuntimeException
Specified by:
removeDBChannel in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

removeVideoSource

public org.springframework.http.ResponseEntity<Bool> removeVideoSource(java.lang.Integer sourceID)
                                                                throws MythServiceApiRuntimeException
Specified by:
removeVideoSource in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

updateDBChannel

public 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
Specified by:
updateDBChannel in interface ChannelOperations
Throws:
MythServiceApiRuntimeException

updateVideoSource

public 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
Specified by:
updateVideoSource in interface ChannelOperations
Throws:
MythServiceApiRuntimeException