|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
org.springframework.http.ResponseEntity<java.lang.String> getChannelIcon(int channelId,
int width,
int height,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - width - height -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<ProgramWrapper> getProgramDetails(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
throws MythServiceApiRuntimeException
channelId - startTime -
MythServiceApiRuntimeException
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
start - end - startChannelId - numberOfChannels - details -
MythServiceApiRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||