|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FrontendOperations
| Method Summary | |
|---|---|
org.springframework.http.ResponseEntity<FrontendActionList> |
getActionList(String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<FrontendStatus> |
getStatus(String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
playRecording(String frontedApiUrlBase,
int channelId,
org.joda.time.DateTime startTime)
- GET |
org.springframework.http.ResponseEntity<Bool> |
playVideo(String frontedApiUrlBase,
String id,
boolean useBookmark)
|
org.springframework.http.ResponseEntity<Bool> |
sendAction(String frontedApiUrlBase,
String action,
String file,
int width,
int height)
- GET |
org.springframework.http.ResponseEntity<Bool> |
sendMessage(String frontedApiUrlBase,
String message)
- GET |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<FrontendStatus> getStatus(String frontedApiUrlBase,
ETagInfo etag)
throws MythServiceApiRuntimeException
frontedApiUrlBase -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> sendMessage(String frontedApiUrlBase,
String message)
throws MythServiceApiRuntimeException
frontedApiUrlBase - message -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> sendAction(String frontedApiUrlBase,
String action,
String file,
int width,
int height)
throws MythServiceApiRuntimeException
frontedApiUrlBase - action - file - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<FrontendActionList> getActionList(String frontedApiUrlBase,
ETagInfo etag)
throws MythServiceApiRuntimeException
frontedApiUrlBase -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> playRecording(String frontedApiUrlBase,
int channelId,
org.joda.time.DateTime startTime)
throws MythServiceApiRuntimeException
frontedApiUrlBase - channelId - - (Required) The database channel id for the recordingstartTime - - (Required) The recording start time for the item. This should be in MySQL ISO format, eg: 2011-08-29 18:59:00. You can replace the space with %20 or T.
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> playVideo(String frontedApiUrlBase,
String id,
boolean useBookmark)
throws MythServiceApiRuntimeException
frontedApiUrlBase - id - - (Required) The database id for the video fileuseBookmark - - (Optional) Pass 1 to resume playback at a bookmark
MythServiceApiRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||