org.mythtv.services.api.v025
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.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer parentId,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.Integer findId,
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<ProgramList> |
getFilteredRecordedList(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<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,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<RecRule> |
getRecordSchedule(java.lang.Integer recordId,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<RecRuleList> |
getRecordScheduleList(java.lang.Integer startIndex,
java.lang.Integer count,
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)
|
addRecordSchedule
org.springframework.http.ResponseEntity<Int> addRecordSchedule(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
java.lang.Integer parentId,
java.lang.Boolean inactive,
java.lang.Integer season,
java.lang.Integer episode,
java.lang.String inetref,
java.lang.Integer findId,
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
getFilteredRecordedList
org.springframework.http.ResponseEntity<ProgramList> getFilteredRecordedList(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
getRecordSchedule
org.springframework.http.ResponseEntity<RecRule> getRecordSchedule(java.lang.Integer recordId,
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,
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