org.mythtv.services.api.v025
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)
           
 

Method Detail

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