org.mythtv.services.api.v025.impl
Class FrontendTemplate
java.lang.Object
org.mythtv.services.api.AbstractOperations
org.mythtv.services.api.v025.impl.FrontendTemplate
- All Implemented Interfaces:
- FrontendOperations
public class FrontendTemplate
- extends AbstractOperations
- implements FrontendOperations
Auto-generated file, do not modify manually !!!!
|
Constructor Summary |
FrontendTemplate(org.springframework.web.client.RestOperations restOperations,
java.lang.String apiUrlBase)
|
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrontendTemplate
public FrontendTemplate(org.springframework.web.client.RestOperations restOperations,
java.lang.String apiUrlBase)
getActionList
public org.springframework.http.ResponseEntity<FrontendActionList> getActionList(java.lang.String context,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
getActionList in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
getContextList
public org.springframework.http.ResponseEntity<ArrayOfString> getContextList(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
getContextList in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
getStatus
public org.springframework.http.ResponseEntity<FrontendStatus> getStatus(ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
getStatus in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
playRecording
public org.springframework.http.ResponseEntity<Bool> playRecording(java.lang.Integer chanId,
org.joda.time.DateTime startTime,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
playRecording in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
playVideo
public org.springframework.http.ResponseEntity<Bool> playVideo(java.lang.String id,
java.lang.Boolean useBookmark,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
playVideo in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
sendAction
public 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
- Specified by:
sendAction in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException
sendMessage
public org.springframework.http.ResponseEntity<Bool> sendMessage(java.lang.String message,
java.lang.Integer timeout,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
sendMessage in interface FrontendOperations
- Throws:
MythServiceApiRuntimeException