org.mythtv.services.api.v027
Interface FrontendOperations
- All Known Implementing Classes:
- FrontendTemplate
public interface FrontendOperations
Auto-generated file, do not modify manually !!!!
|
Method Summary |
org.springframework.http.ResponseEntity<FrontendActionList> |
getActionList(java.lang.String context,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<ArrayOfString> |
getContextList(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<FrontendStatus> |
getStatus(ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
playRecording(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
playVideo(java.lang.String id,
java.lang.Boolean useBookmark,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
sendAction(java.lang.String action,
java.lang.String value,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
sendMessage(java.lang.String message,
java.lang.Integer timeout,
ETagInfo etagInfo)
|
org.springframework.http.ResponseEntity<Bool> |
sendNotification(java.lang.Boolean error,
java.lang.String type,
java.lang.String message,
java.lang.String origin,
java.lang.String description,
java.lang.String image,
java.lang.String extra,
java.lang.String progressText,
java.lang.Float progress,
java.lang.Integer timeout,
java.lang.Boolean fullscreen,
java.lang.Integer visibility,
java.lang.Integer priority,
ETagInfo etagInfo)
|
getActionList
org.springframework.http.ResponseEntity<FrontendActionList> getActionList(java.lang.String context,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getContextList
org.springframework.http.ResponseEntity<ArrayOfString> getContextList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
getStatus
org.springframework.http.ResponseEntity<FrontendStatus> getStatus(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
playRecording
org.springframework.http.ResponseEntity<Bool> playRecording(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
playVideo
org.springframework.http.ResponseEntity<Bool> playVideo(java.lang.String id,
java.lang.Boolean useBookmark,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
sendAction
org.springframework.http.ResponseEntity<Bool> sendAction(java.lang.String action,
java.lang.String value,
java.lang.Integer width,
java.lang.Integer height,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
sendMessage
org.springframework.http.ResponseEntity<Bool> sendMessage(java.lang.String message,
java.lang.Integer timeout,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException
sendNotification
org.springframework.http.ResponseEntity<Bool> sendNotification(java.lang.Boolean error,
java.lang.String type,
java.lang.String message,
java.lang.String origin,
java.lang.String description,
java.lang.String image,
java.lang.String extra,
java.lang.String progressText,
java.lang.Float progress,
java.lang.Integer timeout,
java.lang.Boolean fullscreen,
java.lang.Integer visibility,
java.lang.Integer priority,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Throws:
MythServiceApiRuntimeException