org.mythtv.services.api.v027.impl
Class GuideTemplate

java.lang.Object
  extended by org.mythtv.services.api.AbstractOperations
      extended by org.mythtv.services.api.v027.impl.GuideTemplate
All Implemented Interfaces:
GuideOperations

public class GuideTemplate
extends AbstractOperations
implements GuideOperations

Auto-generated file, do not modify manually !!!!


Field Summary
 
Fields inherited from class org.mythtv.services.api.AbstractOperations
formatter
 
Constructor Summary
GuideTemplate(org.springframework.web.client.RestOperations restOperations, java.lang.String apiUrlBase)
           
 
Method Summary
 org.springframework.http.ResponseEntity<java.lang.String> getChannelIcon(java.lang.Integer chanId, java.lang.Integer width, java.lang.Integer height, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Program> getProgramDetails(java.lang.Integer chanId, org.joda.time.DateTime startTime, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<ProgramGuide> getProgramGuide(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, java.lang.Integer startChanId, java.lang.Integer numChannels, java.lang.Boolean details, ETagInfo etagInfo)
           
 
Methods inherited from class org.mythtv.services.api.AbstractOperations
buildUri, buildUri, buildUri, convertUtcAndFormat, getApiUrlBase, getRequestEntity, handleResponseEtag, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuideTemplate

public GuideTemplate(org.springframework.web.client.RestOperations restOperations,
                     java.lang.String apiUrlBase)
Method Detail

getChannelIcon

public org.springframework.http.ResponseEntity<java.lang.String> getChannelIcon(java.lang.Integer chanId,
                                                                                java.lang.Integer width,
                                                                                java.lang.Integer height,
                                                                                ETagInfo etagInfo)
                                                                         throws MythServiceApiRuntimeException
Specified by:
getChannelIcon in interface GuideOperations
Throws:
MythServiceApiRuntimeException

getProgramDetails

public org.springframework.http.ResponseEntity<Program> getProgramDetails(java.lang.Integer chanId,
                                                                          org.joda.time.DateTime startTime,
                                                                          ETagInfo etagInfo)
                                                                   throws MythServiceApiRuntimeException
Specified by:
getProgramDetails in interface GuideOperations
Throws:
MythServiceApiRuntimeException

getProgramGuide

public org.springframework.http.ResponseEntity<ProgramGuide> getProgramGuide(org.joda.time.DateTime startTime,
                                                                             org.joda.time.DateTime endTime,
                                                                             java.lang.Integer startChanId,
                                                                             java.lang.Integer numChannels,
                                                                             java.lang.Boolean details,
                                                                             ETagInfo etagInfo)
                                                                      throws MythServiceApiRuntimeException
Specified by:
getProgramGuide in interface GuideOperations
Throws:
MythServiceApiRuntimeException