public interface ChannelOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
addDBChannel(int multiplexId,
int sourceId,
int channelId,
String callSign,
String channelName,
String channelNumber,
int serviceId,
int atscMajorChannel,
int atscMinorChannel,
boolean userEIT,
boolean visible,
String frequencyId,
String icon,
String format,
String xmltvId,
String defaultAuthority)
- POST
|
org.springframework.http.ResponseEntity<Int> |
addVideoSource(String sourceName,
String grabber,
String userId,
String frequencyTable,
String lineupId,
String password,
boolean useEit,
String configPath,
int nitId)
- POST
|
org.springframework.http.ResponseEntity<Int> |
fetchChannelsFromSource(int sourceId,
int cardId,
boolean waitForFinish,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ChannelInfoWrapper> |
getChannelInfo(int channelId,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ChannelInfoList> |
getChannelInfoList(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ChannelInfoList> |
getChannelInfoList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<LineupList> |
getDDLineupList(String source,
String userId,
String password,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoMultiplexWrapper> |
getVideoMultiplex(int multiplexId,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoMultiplexList> |
getVideoMultiplexList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoSourceWrapper> |
getVideoSource(int sourceId,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoSourceList> |
getVideoSourceList(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<StringList> |
getXmltvIdList(int sourceId,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
removeDBChannel(int channelId)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
removeVideoSource(int sourceId)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
updateDBChannel(int multiplexId,
int sourceId,
int channelId,
String callSign,
String channelName,
String channelNumber,
int serviceId,
int atscMajorChannel,
int atscMinorChannel,
boolean useEIT,
boolean visible,
String frequencyId,
String icon,
String format,
String xmltvId,
String defaultAuthority)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
updateVideoSource(int sourceId,
String sourceName,
String grabber,
String userId,
String frequencyTable,
String lineupId,
String password,
boolean userEIT,
String configPath,
int nitId)
- POST
|
org.springframework.http.ResponseEntity<Bool> addDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean userEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority) throws MythServiceApiRuntimeException
multiplexId - sourceId - channelId - callSign - channelName - channelNumber - serviceId - atscMajorChannel - atscMinorChannel - userEIT - visible - frequencyId - icon - format - xmltvId - defaultAuthority - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Int> addVideoSource(String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean useEit, String configPath, int nitId) throws MythServiceApiRuntimeException
sourceName - grabber - userId - frequencyTable - lineupId - password - useEit - configPath - nitId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Int> fetchChannelsFromSource(int sourceId, int cardId, boolean waitForFinish, ETagInfo etag) throws MythServiceApiRuntimeException
sourceId - cardId - waitForFinish - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ChannelInfoWrapper> getChannelInfo(int channelId, ETagInfo etag) throws MythServiceApiRuntimeException
channelId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(int sourceId, int startIndex, int count, ETagInfo etag) throws MythServiceApiRuntimeException
sourceId - startIndex - count - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LineupList> getDDLineupList(String source, String userId, String password, ETagInfo etag) throws MythServiceApiRuntimeException
source - userId - password - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoMultiplexWrapper> getVideoMultiplex(int multiplexId, ETagInfo etag) throws MythServiceApiRuntimeException
multiplexId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoMultiplexList> getVideoMultiplexList(int sourceId, int startIndex, int count, ETagInfo etag) throws MythServiceApiRuntimeException
sourceId - startIndex - count - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoSourceWrapper> getVideoSource(int sourceId, ETagInfo etag) throws MythServiceApiRuntimeException
sourceId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoSourceList> getVideoSourceList(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<StringList> getXmltvIdList(int sourceId, ETagInfo etag) throws MythServiceApiRuntimeException
sourceId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeDBChannel(int channelId) throws MythServiceApiRuntimeException
channelId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeVideoSource(int sourceId) throws MythServiceApiRuntimeException
sourceId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> updateDBChannel(int multiplexId, int sourceId, int channelId, String callSign, String channelName, String channelNumber, int serviceId, int atscMajorChannel, int atscMinorChannel, boolean useEIT, boolean visible, String frequencyId, String icon, String format, String xmltvId, String defaultAuthority) throws MythServiceApiRuntimeException
multiplexId - sourceId - channelId - callSign - channelName - channelNumber - serviceId - atscMajorChannel - atscMinorChannel - useEIT - visible - frequencyId - icon - format - xmltvId - defaultAuthority - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> updateVideoSource(int sourceId, String sourceName, String grabber, String userId, String frequencyTable, String lineupId, String password, boolean userEIT, String configPath, int nitId) throws MythServiceApiRuntimeException
sourceId - sourceName - grabber - userId - frequencyTable - lineupId - password - userEIT - configPath - nitId - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.