|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChannelOperations
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 -
MythServiceApiRuntimeException
org.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 -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Int> fetchChannelsFromSource(int sourceId,
int cardId,
boolean waitForFinish,
ETagInfo etag)
throws MythServiceApiRuntimeException
sourceId - cardId - waitForFinish -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ChannelInfoWrapper> getChannelInfo(int channelId,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
throws MythServiceApiRuntimeException
sourceId - startIndex - count -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ChannelInfoList> getChannelInfoList(ETagInfo etag)
throws MythServiceApiRuntimeException
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<LineupList> getDDLineupList(String source,
String userId,
String password,
ETagInfo etag)
throws MythServiceApiRuntimeException
source - userId - password -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMultiplexWrapper> getVideoMultiplex(int multiplexId,
ETagInfo etag)
throws MythServiceApiRuntimeException
multiplexId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMultiplexList> getVideoMultiplexList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
throws MythServiceApiRuntimeException
sourceId - startIndex - count -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoSourceWrapper> getVideoSource(int sourceId,
ETagInfo etag)
throws MythServiceApiRuntimeException
sourceId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoSourceList> getVideoSourceList(ETagInfo etag)
throws MythServiceApiRuntimeException
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<StringList> getXmltvIdList(int sourceId,
ETagInfo etag)
throws MythServiceApiRuntimeException
sourceId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeDBChannel(int channelId)
throws MythServiceApiRuntimeException
channelId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeVideoSource(int sourceId)
throws MythServiceApiRuntimeException
sourceId -
MythServiceApiRuntimeException
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)
throws MythServiceApiRuntimeException
multiplexId - sourceId - channelId - callSign - channelName - channelNumber - serviceId - atscMajorChannel - atscMinorChannel - useEIT - visible - frequencyId - icon - format - xmltvId - defaultAuthority -
MythServiceApiRuntimeException
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)
throws MythServiceApiRuntimeException
sourceId - sourceName - grabber - userId - frequencyTable - lineupId - password - userEIT - configPath - nitId -
MythServiceApiRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||