org.mythtv.services.api.v025
Interface GuideOperations

All Known Implementing Classes:
GuideTemplate

public interface GuideOperations

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


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)
           
 

Method Detail

getChannelIcon

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

getProgramDetails

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

getProgramGuide

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
Throws:
MythServiceApiRuntimeException