org.mythtv.services.api.v027
Interface DvrOperations
- All Known Implementing Classes:
- DvrTemplate
public interface DvrOperations
Auto-generated file, do not modify manually !!!!
|
Method Summary |
org.springframework.http.ResponseEntity<Int> |
addRecordSchedule(java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String category,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
java.lang.String seriesId,
java.lang.String programId,
java.lang.Integer chanId,
java.lang.String station,
java.lang.Integer findDay,
org.joda.time.LocalTime findTime,
java.lang.Integer parentId,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.String type,
java.lang.String searchType,
java.lang.Integer recPriority,
java.lang.Integer preferredInput,
java.lang.Integer startOffset,
java.lang.Integer endOffset,
java.lang.String dupMethod,
java.lang.String dupIn,
java.lang.Integer filter,
java.lang.String recProfile,
java.lang.String recGroup,
java.lang.String storageGroup,
java.lang.String playGroup,
java.lang.Boolean autoExpire,
java.lang.Integer maxEpisodes,
java.lang.Boolean maxNewest,
java.lang.Boolean autoCommflag,
java.lang.Boolean autoTranscode,
java.lang.Boolean autoMetaLookup,
java.lang.Boolean autoUserJob1,
java.lang.Boolean autoUserJob2,
java.lang.Boolean autoUserJob3,
java.lang.Boolean autoUserJob4,
java.lang.Integer transcoder)
|
org.springframework.http.ResponseEntity<Bool> |
disableRecordSchedule(java.lang.Integer recordId)
|
org.springframework.http.ResponseEntity<Bool> |
enableRecordSchedule(java.lang.Integer recordId)
|
org.springframework.http.ResponseEntity<ProgramList> |
getConflictList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<EncoderList> |
getEncoderList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ProgramList> |
getExpiringList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArrayOfString> |
getRecGroupList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Program> |
getRecorded(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ProgramList> |
getRecordedList(java.lang.Boolean descending,
java.lang.Integer startIndex,
java.lang.Integer count,
java.lang.String titleRegEx,
java.lang.String recGroup,
java.lang.String storageGroup,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<RecRule> |
getRecordSchedule(java.lang.Integer recordId,
java.lang.String template,
java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Boolean makeOverride,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<RecRuleList> |
getRecordScheduleList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<TitleInfoList> |
getTitleInfoList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArrayOfString> |
getTitleList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ProgramList> |
getUpcomingList(java.lang.Integer startIndex,
java.lang.Integer count,
java.lang.Boolean showAll,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
removeRecorded(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
removeRecordSchedule(java.lang.Integer recordId)
|
org.springframework.http.ResponseEntity<Bool> |
updateRecordSchedule(java.lang.Integer recordId,
java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String category,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
java.lang.String seriesId,
java.lang.String programId,
java.lang.Integer chanId,
java.lang.String station,
java.lang.Integer findDay,
org.joda.time.LocalTime findTime,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.String type,
java.lang.String searchType,
java.lang.Integer recPriority,
java.lang.Integer preferredInput,
java.lang.Integer startOffset,
java.lang.Integer endOffset,
java.lang.String dupMethod,
java.lang.String dupIn,
java.lang.Integer filter,
java.lang.String recProfile,
java.lang.String recGroup,
java.lang.String storageGroup,
java.lang.String playGroup,
java.lang.Boolean autoExpire,
java.lang.Integer maxEpisodes,
java.lang.Boolean maxNewest,
java.lang.Boolean autoCommflag,
java.lang.Boolean autoTranscode,
java.lang.Boolean autoMetaLookup,
java.lang.Boolean autoUserJob1,
java.lang.Boolean autoUserJob2,
java.lang.Boolean autoUserJob3,
java.lang.Boolean autoUserJob4,
java.lang.Integer transcoder)
|
addRecordSchedule
org.springframework.http.ResponseEntity<Int> addRecordSchedule(java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String category,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
java.lang.String seriesId,
java.lang.String programId,
java.lang.Integer chanId,
java.lang.String station,
java.lang.Integer findDay,
org.joda.time.LocalTime findTime,
java.lang.Integer parentId,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.String type,
java.lang.String searchType,
java.lang.Integer recPriority,
java.lang.Integer preferredInput,
java.lang.Integer startOffset,
java.lang.Integer endOffset,
java.lang.String dupMethod,
java.lang.String dupIn,
java.lang.Integer filter,
java.lang.String recProfile,
java.lang.String recGroup,
java.lang.String storageGroup,
java.lang.String playGroup,
java.lang.Boolean autoExpire,
java.lang.Integer maxEpisodes,
java.lang.Boolean maxNewest,
java.lang.Boolean autoCommflag,
java.lang.Boolean autoTranscode,
java.lang.Boolean autoMetaLookup,
java.lang.Boolean autoUserJob1,
java.lang.Boolean autoUserJob2,
java.lang.Boolean autoUserJob3,
java.lang.Boolean autoUserJob4,
java.lang.Integer transcoder)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
disableRecordSchedule
org.springframework.http.ResponseEntity<Bool> disableRecordSchedule(java.lang.Integer recordId)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
enableRecordSchedule
org.springframework.http.ResponseEntity<Bool> enableRecordSchedule(java.lang.Integer recordId)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getConflictList
org.springframework.http.ResponseEntity<ProgramList> getConflictList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getEncoderList
org.springframework.http.ResponseEntity<EncoderList> getEncoderList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getExpiringList
org.springframework.http.ResponseEntity<ProgramList> getExpiringList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecGroupList
org.springframework.http.ResponseEntity<ArrayOfString> getRecGroupList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecordSchedule
org.springframework.http.ResponseEntity<RecRule> getRecordSchedule(java.lang.Integer recordId,
java.lang.String template,
java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Boolean makeOverride,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecordScheduleList
org.springframework.http.ResponseEntity<RecRuleList> getRecordScheduleList(java.lang.Integer startIndex,
java.lang.Integer count,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecorded
org.springframework.http.ResponseEntity<Program> getRecorded(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getRecordedList
org.springframework.http.ResponseEntity<ProgramList> getRecordedList(java.lang.Boolean descending,
java.lang.Integer startIndex,
java.lang.Integer count,
java.lang.String titleRegEx,
java.lang.String recGroup,
java.lang.String storageGroup,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getTitleInfoList
org.springframework.http.ResponseEntity<TitleInfoList> getTitleInfoList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getTitleList
org.springframework.http.ResponseEntity<ArrayOfString> getTitleList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getUpcomingList
org.springframework.http.ResponseEntity<ProgramList> getUpcomingList(java.lang.Integer startIndex,
java.lang.Integer count,
java.lang.Boolean showAll,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
removeRecordSchedule
org.springframework.http.ResponseEntity<Bool> removeRecordSchedule(java.lang.Integer recordId)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
removeRecorded
org.springframework.http.ResponseEntity<Bool> removeRecorded(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
updateRecordSchedule
org.springframework.http.ResponseEntity<Bool> updateRecordSchedule(java.lang.Integer recordId,
java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String category,
org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
java.lang.String seriesId,
java.lang.String programId,
java.lang.Integer chanId,
java.lang.String station,
java.lang.Integer findDay,
org.joda.time.LocalTime findTime,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.String type,
java.lang.String searchType,
java.lang.Integer recPriority,
java.lang.Integer preferredInput,
java.lang.Integer startOffset,
java.lang.Integer endOffset,
java.lang.String dupMethod,
java.lang.String dupIn,
java.lang.Integer filter,
java.lang.String recProfile,
java.lang.String recGroup,
java.lang.String storageGroup,
java.lang.String playGroup,
java.lang.Boolean autoExpire,
java.lang.Integer maxEpisodes,
java.lang.Boolean maxNewest,
java.lang.Boolean autoCommflag,
java.lang.Boolean autoTranscode,
java.lang.Boolean autoMetaLookup,
java.lang.Boolean autoUserJob1,
java.lang.Boolean autoUserJob2,
java.lang.Boolean autoUserJob3,
java.lang.Boolean autoUserJob4,
java.lang.Integer transcoder)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException