|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.api.TVEditorialAPI
public class TVEditorialAPI
| Constructor Summary | |
|---|---|
TVEditorialAPI()
|
|
| Method Summary | |
|---|---|
sage.TVEditorial[] |
GetAllTVEditorials()
Returns a list of all of the 'TV Editorials' which are stories about TV shows |
java.lang.String |
GetEditorialAirDate(sage.TVEditorial TVEditorial)
Returns a String representing the airing date for the content the editorial is about |
sage.MetaImage |
GetEditorialImage(sage.TVEditorial TVEditorial)
Returns the image that corresponds to this editorial if there is one |
java.lang.String |
GetEditorialNetwork(sage.TVEditorial TVEditorial)
Returns the network that the Show for this editorial is broadcast on |
java.lang.String |
GetEditorialShow(sage.TVEditorial TVEditorial)
Returns the Show for the specified TVEditorial |
java.lang.String |
GetEditorialText(sage.TVEditorial TVEditorial)
Returns the text for the specified TVEditorial |
java.lang.String |
GetEditorialTitle(sage.TVEditorial TVEditorial)
Returns the title for the specified TVEditorial |
boolean |
HasEditorialImage(sage.TVEditorial TVEditorial)
Returns true if the specified editorial has an image that corresponds to it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TVEditorialAPI()
| Method Detail |
|---|
public sage.TVEditorial[] GetAllTVEditorials()
public java.lang.String GetEditorialTitle(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public java.lang.String GetEditorialShow(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public java.lang.String GetEditorialText(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public java.lang.String GetEditorialAirDate(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public java.lang.String GetEditorialNetwork(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public boolean HasEditorialImage(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
public sage.MetaImage GetEditorialImage(sage.TVEditorial TVEditorial)
TVEditorial - the TVEditorial object
|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||