|
|||||||||
| 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(java.lang.String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<FrontendStatus> |
getStatus(java.lang.String frontedApiUrlBase,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
playRecording(java.lang.String frontedApiUrlBase,
int channelId,
org.joda.time.DateTime startTime)
- GET |
org.springframework.http.ResponseEntity<Bool> |
playVideo(java.lang.String frontedApiUrlBase,
java.lang.String id,
boolean useBookmark)
|
org.springframework.http.ResponseEntity<Bool> |
sendAction(java.lang.String frontedApiUrlBase,
java.lang.String action,
java.lang.String file,
int width,
int height)
- GET |
org.springframework.http.ResponseEntity<Bool> |
sendMessage(java.lang.String frontedApiUrlBase,
java.lang.String message)
- GET |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<FrontendStatus> getStatus(java.lang.String frontedApiUrlBase,
ETagInfo etag)
throws MythServiceApiRuntimeException
frontedApiUrlBase -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> sendMessage(java.lang.String frontedApiUrlBase,
java.lang.String message)
throws MythServiceApiRuntimeException
frontedApiUrlBase - message -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> sendAction(java.lang.String frontedApiUrlBase,
java.lang.String action,
java.lang.String file,
int width,
int height)
throws MythServiceApiRuntimeException
frontedApiUrlBase - action - file - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<FrontendActionList> getActionList(java.lang.String frontedApiUrlBase,
ETagInfo etag)
throws MythServiceApiRuntimeException
frontedApiUrlBase -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> playRecording(java.lang.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(java.lang.String frontedApiUrlBase,
java.lang.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 | ||||||||