|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.capture |
|---|
| Methods in org.mythtv.services.api.capture that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Int> |
CaptureOperations.addCaptureCard(CaptureCard captureCard)
- POST |
org.springframework.http.ResponseEntity<Int> |
CaptureOperations.addCardInput(CardInput cardInput)
- POST |
org.springframework.http.ResponseEntity<CaptureCardWrapper> |
CaptureOperations.getCaptureCard(int cardId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<CaptureCardList> |
CaptureOperations.getCaptureCardList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<CaptureCardList> |
CaptureOperations.getCaptureCardList(String hostName,
String cardType,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
CaptureOperations.removeCaptureCard(int cardId,
ETagInfo etag)
- POST |
org.springframework.http.ResponseEntity<Bool> |
CaptureOperations.removeCardInput(int cardInputId)
- POST |
org.springframework.http.ResponseEntity<Bool> |
CaptureOperations.updateCaptureCard(int cardId,
String setting,
String value)
- POST |
org.springframework.http.ResponseEntity<Bool> |
CaptureOperations.updateCardInput(int cardInputId,
String setting,
String value)
- POST |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.capture.impl |
|---|
| Methods in org.mythtv.services.api.capture.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Int> |
CaptureTemplate.addCaptureCard(CaptureCard captureCard)
|
org.springframework.http.ResponseEntity<Int> |
CaptureTemplate.addCardInput(CardInput cardInput)
|
org.springframework.http.ResponseEntity<CaptureCardWrapper> |
CaptureTemplate.getCaptureCard(int cardId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<CaptureCardList> |
CaptureTemplate.getCaptureCardList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<CaptureCardList> |
CaptureTemplate.getCaptureCardList(String hostName,
String cardType,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
CaptureTemplate.removeCaptureCard(int cardId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
CaptureTemplate.removeCardInput(int cardInputId)
|
org.springframework.http.ResponseEntity<Bool> |
CaptureTemplate.updateCaptureCard(int cardId,
String setting,
String value)
|
org.springframework.http.ResponseEntity<Bool> |
CaptureTemplate.updateCardInput(int cardInputId,
String setting,
String value)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.channel |
|---|
| Methods in org.mythtv.services.api.channel that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
ChannelOperations.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> |
ChannelOperations.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> |
ChannelOperations.fetchChannelsFromSource(int sourceId,
int cardId,
boolean waitForFinish,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ChannelInfoWrapper> |
ChannelOperations.getChannelInfo(int channelId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ChannelInfoList> |
ChannelOperations.getChannelInfoList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ChannelInfoList> |
ChannelOperations.getChannelInfoList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LineupList> |
ChannelOperations.getDDLineupList(String source,
String userId,
String password,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMultiplexWrapper> |
ChannelOperations.getVideoMultiplex(int multiplexId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMultiplexList> |
ChannelOperations.getVideoMultiplexList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoSourceWrapper> |
ChannelOperations.getVideoSource(int sourceId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoSourceList> |
ChannelOperations.getVideoSourceList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<StringList> |
ChannelOperations.getXmltvIdList(int sourceId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
ChannelOperations.removeDBChannel(int channelId)
- POST |
org.springframework.http.ResponseEntity<Bool> |
ChannelOperations.removeVideoSource(int sourceId)
- POST |
org.springframework.http.ResponseEntity<Bool> |
ChannelOperations.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> |
ChannelOperations.updateVideoSource(int sourceId,
String sourceName,
String grabber,
String userId,
String frequencyTable,
String lineupId,
String password,
boolean userEIT,
String configPath,
int nitId)
- POST |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.channel.impl |
|---|
| Methods in org.mythtv.services.api.channel.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
ChannelTemplate.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)
|
org.springframework.http.ResponseEntity<Int> |
ChannelTemplate.addVideoSource(String sourceName,
String grabber,
String userId,
String frequencyTable,
String lineupId,
String password,
boolean useEit,
String configPath,
int nitId)
|
org.springframework.http.ResponseEntity<Int> |
ChannelTemplate.fetchChannelsFromSource(int sourceId,
int cardId,
boolean waitForFinish,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ChannelInfoWrapper> |
ChannelTemplate.getChannelInfo(int channelId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ChannelInfoList> |
ChannelTemplate.getChannelInfoList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<ChannelInfoList> |
ChannelTemplate.getChannelInfoList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<LineupList> |
ChannelTemplate.getDDLineupList(String source,
String userId,
String password,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoMultiplexWrapper> |
ChannelTemplate.getVideoMultiplex(int multiplexId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoMultiplexList> |
ChannelTemplate.getVideoMultiplexList(int sourceId,
int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoSourceWrapper> |
ChannelTemplate.getVideoSource(int sourceId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoSourceList> |
ChannelTemplate.getVideoSourceList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<StringList> |
ChannelTemplate.getXmltvIdList(int sourceId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
ChannelTemplate.removeDBChannel(int channelId)
|
org.springframework.http.ResponseEntity<Bool> |
ChannelTemplate.removeVideoSource(int sourceId)
|
org.springframework.http.ResponseEntity<Bool> |
ChannelTemplate.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)
|
org.springframework.http.ResponseEntity<Bool> |
ChannelTemplate.updateVideoSource(int sourceId,
String sourceName,
String grabber,
String userId,
String frequencyTable,
String lineupId,
String password,
boolean userEIT,
String configPath,
int nitId)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.content |
|---|
| Methods in org.mythtv.services.api.content that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.addLiveStream(String storageGroup,
String filename,
String hostname,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.addRecordingLiveStream(int channelId,
org.joda.time.DateTime startTime,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.addVideoLiveStream(int id,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
- GET |
org.springframework.http.ResponseEntity<Bool> |
ContentOperations.downloadFile(String url,
String storageGroup,
ETagInfo etag)
- POST |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getAlbumArt(int id,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getFile(String storageGroup,
String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<StringList> |
ContentOperations.getFileList(String storageGroup,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfos> |
ContentOperations.getFilteredLiveStreamList(String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<String> |
ContentOperations.getHash(String storageGroup,
String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getImageFile(String storageGroup,
String filename,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentOperations.getLiveStream(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfos> |
ContentOperations.getLiveStreamList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getMusic(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getPreviewImage(int channelId,
org.joda.time.DateTime startTime,
int width,
int height,
int secondsIn,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ArtworkInfos> |
ContentOperations.getProgramArtworkList(String inetRef,
int season,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getRecording(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getRecordingArtwork(String type,
String inetRef,
int season,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ArtworkInfoList> |
ContentOperations.getRecordingArtworkList(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getVideo(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<byte[]> |
ContentOperations.getVideoArtwork(String type,
int id,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
ContentOperations.removeLiveStream(int id)
- GET |
org.springframework.http.ResponseEntity<LiveStreamInfo> |
ContentOperations.stopLiveStream(int id)
- GET |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.content.impl |
|---|
| Methods in org.mythtv.services.api.content.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addLiveStream(String storageGroup,
String filename,
String hostname,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addRecordingLiveStream(int channelId,
org.joda.time.DateTime startTime,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.addVideoLiveStream(int id,
int maxSegments,
int width,
int height,
int bitrate,
int audioBitrate,
int sampleRate)
|
org.springframework.http.ResponseEntity<Bool> |
ContentTemplate.downloadFile(String url,
String storageGroup,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getAlbumArt(int id,
int width,
int height,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getFile(String storageGroup,
String filename,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<StringList> |
ContentTemplate.getFileList(String storageGroup,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<LiveStreamInfos> |
ContentTemplate.getFilteredLiveStreamList(String filename,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<String> |
ContentTemplate.getHash(String storageGroup,
String filename,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getImageFile(String storageGroup,
String filename,
int width,
int height,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> |
ContentTemplate.getLiveStream(int id,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<LiveStreamInfos> |
ContentTemplate.getLiveStreamList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getMusic(int id,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getPreviewImage(int channelId,
org.joda.time.DateTime startTime,
int width,
int height,
int secondsIn,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ArtworkInfos> |
ContentTemplate.getProgramArtworkList(String inetRef,
int season,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getRecording(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getRecordingArtwork(String type,
String inetRef,
int season,
int width,
int height,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ArtworkInfoList> |
ContentTemplate.getRecordingArtworkList(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getVideo(int id,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<byte[]> |
ContentTemplate.getVideoArtwork(String type,
int id,
int width,
int height,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
ContentTemplate.removeLiveStream(int id)
|
org.springframework.http.ResponseEntity<LiveStreamInfo> |
ContentTemplate.stopLiveStream(int id)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.dvr |
|---|
| Methods in org.mythtv.services.api.dvr that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Int> |
DvrOperations.addRecordingSchedule(int channelId,
org.joda.time.DateTime startTime,
int parentId,
boolean interactive,
int season,
int episode,
String inetRef,
int findId,
String type,
String searchType,
int recordingPriority,
int perferredInput,
int startOffset,
int endOffset,
String duplicateMethod,
String duplicateIn,
int filter,
String recordingProfile,
String recordingGroup,
String storageGroup,
String playGroup,
boolean autoExpire,
int maxEpisodes,
boolean maxNewest,
boolean autoCommercialFlag,
boolean autoTranscode,
boolean autoMetadataLookup,
boolean autoUserJob1,
boolean autoUserJob2,
boolean autoUserJob3,
boolean autoUserJob4,
int transcoder)
- POST |
org.springframework.http.ResponseEntity<Bool> |
DvrOperations.disableRecordingSchedule(int recordingId)
- POST |
org.springframework.http.ResponseEntity<Bool> |
DvrOperations.enableRecordingSchedule(int recordingId)
- POST |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getConflictList(int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<EncoderList> |
DvrOperations.getEncoderList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getExpiringList(int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getFiltererRecordedList(boolean descending,
int startIndex,
int count,
String titleRegEx,
String recordingGroup,
String storageGroup,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramWrapper> |
DvrOperations.getRecorded(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getRecordedList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getRecordedList(int startIndex,
int count,
boolean descending,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<RecRuleWrapper> |
DvrOperations.getRecordSchedule(int recordId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<RecRuleList> |
DvrOperations.getRecordScheduleList(int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getUpcomingList(int startIndex,
int count,
boolean showAll,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
DvrOperations.removeRecorded(int channelId,
org.joda.time.DateTime startTime)
- GET |
org.springframework.http.ResponseEntity<Bool> |
DvrOperations.removeRecordingSchedule(int recordingId)
- POST |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.dvr.impl |
|---|
| Methods in org.mythtv.services.api.dvr.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Int> |
DvrTemplate.addRecordingSchedule(int channelId,
org.joda.time.DateTime startTime,
int parentId,
boolean interactive,
int season,
int episode,
String inetRef,
int findId,
String type,
String searchType,
int recordingPriority,
int perferredInput,
int startOffset,
int endOffset,
String duplicateMethod,
String duplicateIn,
int filter,
String recordingProfile,
String recordingGroup,
String storageGroup,
String playGroup,
boolean autoExpire,
int maxEpisodes,
boolean maxNewest,
boolean autoCommercialFlag,
boolean autoTranscode,
boolean autoMetadataLookup,
boolean autoUserJob1,
boolean autoUserJob2,
boolean autoUserJob3,
boolean autoUserJob4,
int transcoder)
|
org.springframework.http.ResponseEntity<Bool> |
DvrTemplate.disableRecordingSchedule(int recordingId)
|
org.springframework.http.ResponseEntity<Bool> |
DvrTemplate.enableRecordingSchedule(int recordingId)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getConflictList(int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<EncoderList> |
DvrTemplate.getEncoderList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getExpiringList(int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getFiltererRecordedList(boolean descending,
int startIndex,
int count,
String titleRegEx,
String recordingGroup,
String storageGroup,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramWrapper> |
DvrTemplate.getRecorded(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getRecordedList(ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getRecordedList(int startIndex,
int count,
boolean descending,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<RecRuleWrapper> |
DvrTemplate.getRecordSchedule(int recordId,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<RecRuleList> |
DvrTemplate.getRecordScheduleList(int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getUpcomingList(int startIndex,
int count,
boolean showAll,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
DvrTemplate.removeRecorded(int channelId,
org.joda.time.DateTime startTime)
|
org.springframework.http.ResponseEntity<Bool> |
DvrTemplate.removeRecordingSchedule(int recordingId)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.frontend |
|---|
| Methods in org.mythtv.services.api.frontend that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
FrontendOperations.getActionList(String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<FrontendStatus> |
FrontendOperations.getStatus(String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
FrontendOperations.playRecording(String frontedApiUrlBase,
int channelId,
org.joda.time.DateTime startTime)
- GET |
org.springframework.http.ResponseEntity<Bool> |
FrontendOperations.playVideo(String frontedApiUrlBase,
String id,
boolean useBookmark)
|
org.springframework.http.ResponseEntity<Bool> |
FrontendOperations.sendAction(String frontedApiUrlBase,
String action,
String file,
int width,
int height)
- GET |
org.springframework.http.ResponseEntity<Bool> |
FrontendOperations.sendMessage(String frontedApiUrlBase,
String message)
- GET |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.frontend.impl |
|---|
| Methods in org.mythtv.services.api.frontend.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
FrontendTemplate.getActionList(String frontedApiUrlBase,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<FrontendStatus> |
FrontendTemplate.getStatus(String frontedApiUrlBase,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<Bool> |
FrontendTemplate.sendAction(String frontedApiUrlBase,
String action,
String file,
int width,
int height)
|
org.springframework.http.ResponseEntity<Bool> |
FrontendTemplate.sendMessage(String frontedApiUrlBase,
String message)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.guide |
|---|
| Methods in org.mythtv.services.api.guide that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<String> |
GuideOperations.getChannelIcon(int channelId,
int width,
int height,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramWrapper> |
GuideOperations.getProgramDetails(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<ProgramGuideWrapper> |
GuideOperations.getProgramGuide(org.joda.time.DateTime start,
org.joda.time.DateTime end,
int startChannelId,
int numberOfChannels,
boolean details,
ETagInfo etag)
- GET |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.guide.impl |
|---|
| Methods in org.mythtv.services.api.guide.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<String> |
GuideTemplate.getChannelIcon(int channelId,
int width,
int height,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramWrapper> |
GuideTemplate.getProgramDetails(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<ProgramGuideWrapper> |
GuideTemplate.getProgramGuide(org.joda.time.DateTime start,
org.joda.time.DateTime end,
int startChannelId,
int numberOfChannels,
boolean details,
ETagInfo etag)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.myth |
|---|
| Methods in org.mythtv.services.api.myth that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
MythOperations.addStorageGroupDir(String groupName,
String directoryName,
String hostName)
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.backupDatabase()
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.changePassword(String username,
String oldPassword,
String newPassword)
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.checkDatabase(boolean repair)
- POST |
org.springframework.http.ResponseEntity<ConnectionInfo> |
MythOperations.getConnectionInfo(String pin,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<String> |
MythOperations.getHostName()
- GET |
org.springframework.http.ResponseEntity<StringList> |
MythOperations.getHosts(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<StringList> |
MythOperations.getKeys(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<LogMessageList> |
MythOperations.getLogs(String hostname,
String application,
int pid,
int tid,
String thread,
String filename,
int line,
String function,
org.joda.time.DateTime from,
org.joda.time.DateTime to,
String level,
String messageContains,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<SettingList> |
MythOperations.getSetting(String hostname,
String key,
String defaultValue,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<StorageGroupDirectoryList> |
MythOperations.getStoreageGroupDirectories(String groupName,
String hostname,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<TimeZoneInfo> |
MythOperations.getTimeZoneInfo()
- GET |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.profileDelete()
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.profileSubmit()
- POST |
org.springframework.http.ResponseEntity<String> |
MythOperations.profileText()
- GET |
org.springframework.http.ResponseEntity<String> |
MythOperations.profileUpdated()
- GET |
org.springframework.http.ResponseEntity<String> |
MythOperations.profileUrl()
- GET |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.putSetting(String hostname,
String key,
String value)
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.removeStorageGroupDirectory(String groupName,
String directoryName,
String hostname)
- POST |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.sendMessage(String message,
String address,
int udpPort,
int timeout)
- GET |
org.springframework.http.ResponseEntity<Bool> |
MythOperations.testDatabaseSettings(String hostname,
String username,
String password,
String databaseName,
int databasePort)
- POST |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.myth.impl |
|---|
| Methods in org.mythtv.services.api.myth.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.addStorageGroupDir(String groupName,
String directoryName,
String hostName)
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.backupDatabase()
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.changePassword(String username,
String oldPassword,
String newPassword)
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.checkDatabase(boolean repair)
|
org.springframework.http.ResponseEntity<ConnectionInfo> |
MythTemplate.getConnectionInfo(String pin,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<String> |
MythTemplate.getHostName()
|
org.springframework.http.ResponseEntity<StringList> |
MythTemplate.getHosts(ETagInfo etag)
|
org.springframework.http.ResponseEntity<StringList> |
MythTemplate.getKeys(ETagInfo etag)
|
org.springframework.http.ResponseEntity<LogMessageList> |
MythTemplate.getLogs(String hostname,
String application,
int pid,
int tid,
String thread,
String filename,
int line,
String function,
org.joda.time.DateTime from,
org.joda.time.DateTime to,
String level,
String messageContains,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<SettingList> |
MythTemplate.getSetting(String hostname,
String key,
String defaultValue,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<StorageGroupDirectoryList> |
MythTemplate.getStoreageGroupDirectories(String groupName,
String hostname,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<TimeZoneInfo> |
MythTemplate.getTimeZoneInfo()
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.profileDelete()
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.profileSubmit()
|
org.springframework.http.ResponseEntity<String> |
MythTemplate.profileText()
|
org.springframework.http.ResponseEntity<String> |
MythTemplate.profileUpdated()
|
org.springframework.http.ResponseEntity<String> |
MythTemplate.profileUrl()
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.putSetting(String hostname,
String key,
String value)
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.removeStorageGroupDirectory(String groupName,
String directoryName,
String hostname)
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.sendMessage(String message,
String address,
int udpPort,
int timeout)
|
org.springframework.http.ResponseEntity<Bool> |
MythTemplate.testDatabaseSettings(String hostname,
String username,
String password,
String databaseName,
int databasePort)
|
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.video |
|---|
| Methods in org.mythtv.services.api.video that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
VideoOperations.addVideo(String filename,
String hostname)
- POST |
org.springframework.http.ResponseEntity<BlurayInfoWrapper> |
VideoOperations.getBluray(String path,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
VideoOperations.getVideo(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
VideoOperations.getVideoByFilename(String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetadataInfoList> |
VideoOperations.getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoLookupList> |
VideoOperations.lookupVideo(String title,
String subtitle,
String inetRef,
int season,
int episode,
String grabberType,
boolean allowGeneric,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
VideoOperations.removeVideoFromDatabase(int id)
- POST |
| Uses of MythServiceApiRuntimeException in org.mythtv.services.api.video.impl |
|---|
| Methods in org.mythtv.services.api.video.impl that throw MythServiceApiRuntimeException | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
VideoTemplate.addVideo(String filename,
String hostname)
|
org.springframework.http.ResponseEntity<BlurayInfoWrapper> |
VideoTemplate.getBluray(String path,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
VideoTemplate.getVideo(int id,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
VideoTemplate.getVideoByFilename(String filename,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoMetadataInfoList> |
VideoTemplate.getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<VideoLookupList> |
VideoTemplate.lookupVideo(String title,
String subtitle,
String inetRef,
int season,
int episode,
String grabberType,
boolean allowGeneric,
ETagInfo etag)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||