|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ETagInfo in org.mythtv.services.api |
|---|
| Methods in org.mythtv.services.api that return ETagInfo | |
|---|---|
static ETagInfo |
ETagInfo.createEmptyETag()
|
| Methods in org.mythtv.services.api with parameters of type ETagInfo | |
|---|---|
protected org.springframework.http.HttpEntity<?> |
AbstractOperations.getRequestEntity(ETagInfo info)
|
protected void |
AbstractOperations.handleResponseEtag(ETagInfo etagInfo,
org.springframework.http.HttpHeaders headers)
|
| Uses of ETagInfo in org.mythtv.services.api.capture |
|---|
| Methods in org.mythtv.services.api.capture with parameters of type ETagInfo | |
|---|---|
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 |
| Uses of ETagInfo in org.mythtv.services.api.capture.impl |
|---|
| Methods in org.mythtv.services.api.capture.impl with parameters of type ETagInfo | |
|---|---|
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)
|
| Uses of ETagInfo in org.mythtv.services.api.channel |
|---|
| Methods in org.mythtv.services.api.channel with parameters of type ETagInfo | |
|---|---|
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 |
| Uses of ETagInfo in org.mythtv.services.api.channel.impl |
|---|
| Methods in org.mythtv.services.api.channel.impl with parameters of type ETagInfo | |
|---|---|
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)
|
| Uses of ETagInfo in org.mythtv.services.api.content |
|---|
| Methods in org.mythtv.services.api.content with parameters of type ETagInfo | |
|---|---|
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 |
| Uses of ETagInfo in org.mythtv.services.api.content.impl |
|---|
| Methods in org.mythtv.services.api.content.impl with parameters of type ETagInfo | |
|---|---|
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)
|
| Uses of ETagInfo in org.mythtv.services.api.dvr |
|---|
| Methods in org.mythtv.services.api.dvr with parameters of type ETagInfo | |
|---|---|
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 |
| Uses of ETagInfo in org.mythtv.services.api.dvr.impl |
|---|
| Methods in org.mythtv.services.api.dvr.impl with parameters of type ETagInfo | |
|---|---|
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)
|
| Uses of ETagInfo in org.mythtv.services.api.frontend |
|---|
| Methods in org.mythtv.services.api.frontend with parameters of type ETagInfo | |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
FrontendOperations.getActionList(String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<FrontendStatus> |
FrontendOperations.getStatus(String frontedApiUrlBase,
ETagInfo etag)
- GET |
| Uses of ETagInfo in org.mythtv.services.api.frontend.impl |
|---|
| Methods in org.mythtv.services.api.frontend.impl with parameters of type ETagInfo | |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
FrontendTemplate.getActionList(String frontedApiUrlBase,
ETagInfo etag)
|
org.springframework.http.ResponseEntity<FrontendStatus> |
FrontendTemplate.getStatus(String frontedApiUrlBase,
ETagInfo etag)
|
| Uses of ETagInfo in org.mythtv.services.api.guide |
|---|
| Methods in org.mythtv.services.api.guide with parameters of type ETagInfo | |
|---|---|
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 ETagInfo in org.mythtv.services.api.guide.impl |
|---|
| Methods in org.mythtv.services.api.guide.impl with parameters of type ETagInfo | |
|---|---|
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 ETagInfo in org.mythtv.services.api.myth |
|---|
| Methods in org.mythtv.services.api.myth with parameters of type ETagInfo | |
|---|---|
org.springframework.http.ResponseEntity<ConnectionInfo> |
MythOperations.getConnectionInfo(String pin,
ETagInfo etag)
- 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 |
| Uses of ETagInfo in org.mythtv.services.api.myth.impl |
|---|
| Methods in org.mythtv.services.api.myth.impl with parameters of type ETagInfo | |
|---|---|
org.springframework.http.ResponseEntity<ConnectionInfo> |
MythTemplate.getConnectionInfo(String pin,
ETagInfo etag)
|
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)
|
| Uses of ETagInfo in org.mythtv.services.api.video |
|---|
| Methods in org.mythtv.services.api.video with parameters of type ETagInfo | |
|---|---|
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 |
| Uses of ETagInfo in org.mythtv.services.api.video.impl |
|---|
| Methods in org.mythtv.services.api.video.impl with parameters of type ETagInfo | |
|---|---|
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 | |||||||||