| Package | Description |
|---|---|
| org.mythtv.services.api.dvr | |
| org.mythtv.services.api.dvr.impl |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ProgramList> |
DvrOperations.getConflictList(int startIndex,
int count,
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<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<ProgramList> |
DvrOperations.getUpcomingList(int startIndex,
int count,
boolean showAll,
ETagInfo etag)
- GET
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getConflictList(int startIndex,
int count,
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<ProgramList> |
DvrTemplate.getRecordedList(ETagInfo etag) |
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getRecordedList(int startIndex,
int count,
boolean descending,
ETagInfo etag) |
org.springframework.http.ResponseEntity<ProgramList> |
DvrTemplate.getUpcomingList(int startIndex,
int count,
boolean showAll,
ETagInfo etag) |
Copyright © 2012. All Rights Reserved.