org.mythtv.services.api.v026
Interface GuideOperations

All Known Implementing Classes:
GuideTemplate

public interface GuideOperations


Method Summary
 org.springframework.http.ResponseEntity<java.lang.String> getChannelIcon(int channelId, int width, int height, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramWrapper> getProgramDetails(int channelId, org.joda.time.DateTime startTime, ETagInfo etag)
          - GET
 org.springframework.http.ResponseEntity<ProgramGuideWrapper> getProgramGuide(org.joda.time.DateTime start, org.joda.time.DateTime end, int startChannelId, int numberOfChannels, boolean details, ETagInfo etag)
          - GET
 

Method Detail

getChannelIcon

org.springframework.http.ResponseEntity<java.lang.String> getChannelIcon(int channelId,
                                                                         int width,
                                                                         int height,
                                                                         ETagInfo etag)
                                                                         throws MythServiceApiRuntimeException
- GET

Parameters:
channelId -
width -
height -
Returns:
Throws:
MythServiceApiRuntimeException

getProgramDetails

org.springframework.http.ResponseEntity<ProgramWrapper> getProgramDetails(int channelId,
                                                                          org.joda.time.DateTime startTime,
                                                                          ETagInfo etag)
                                                                          throws MythServiceApiRuntimeException
- GET

Parameters:
channelId -
startTime -
Returns:
Throws:
MythServiceApiRuntimeException

getProgramGuide

org.springframework.http.ResponseEntity<ProgramGuideWrapper> getProgramGuide(org.joda.time.DateTime start,
                                                                             org.joda.time.DateTime end,
                                                                             int startChannelId,
                                                                             int numberOfChannels,
                                                                             boolean details,
                                                                             ETagInfo etag)
                                                                             throws MythServiceApiRuntimeException
- GET

Parameters:
start -
end -
startChannelId -
numberOfChannels -
details -
Returns:
Throws:
MythServiceApiRuntimeException