Package sage.api
Class TVEditorialAPI
- java.lang.Object
-
- sage.api.TVEditorialAPI
-
public class TVEditorialAPI extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TVEditorialAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sage.TVEditorial[]GetAllTVEditorials()Returns a list of all of the 'TV Editorials' which are stories about TV showsjava.lang.StringGetEditorialAirDate(sage.TVEditorial TVEditorial)Returns a String representing the airing date for the content the editorial is aboutsage.MetaImageGetEditorialImage(sage.TVEditorial TVEditorial)Returns the image that corresponds to this editorial if there is onejava.lang.StringGetEditorialNetwork(sage.TVEditorial TVEditorial)Returns the network that the Show for this editorial is broadcast onjava.lang.StringGetEditorialShow(sage.TVEditorial TVEditorial)Returns the Show for the specified TVEditorialjava.lang.StringGetEditorialText(sage.TVEditorial TVEditorial)Returns the text for the specified TVEditorialjava.lang.StringGetEditorialTitle(sage.TVEditorial TVEditorial)Returns the title for the specified TVEditorialbooleanHasEditorialImage(sage.TVEditorial TVEditorial)Returns true if the specified editorial has an image that corresponds to it
-
-
-
Method Detail
-
GetAllTVEditorials
public sage.TVEditorial[] GetAllTVEditorials()
Returns a list of all of the 'TV Editorials' which are stories about TV shows- Returns:
- a list of all of the 'TV Editorials'
- Since:
- 5.1
-
GetEditorialTitle
public java.lang.String GetEditorialTitle(sage.TVEditorial TVEditorial)
Returns the title for the specified TVEditorial- Parameters:
TVEditorial- the TVEditorial object- Returns:
- the title for the specified TVEditorial
- Since:
- 5.1
-
GetEditorialShow
public java.lang.String GetEditorialShow(sage.TVEditorial TVEditorial)
Returns the Show for the specified TVEditorial- Parameters:
TVEditorial- the TVEditorial object- Returns:
- the Show for the specified TVEditorial
- Since:
- 5.1
-
GetEditorialText
public java.lang.String GetEditorialText(sage.TVEditorial TVEditorial)
Returns the text for the specified TVEditorial- Parameters:
TVEditorial- the TVEditorial object- Returns:
- the text for the specified TVEditorial
- Since:
- 5.1
-
GetEditorialAirDate
public java.lang.String GetEditorialAirDate(sage.TVEditorial TVEditorial)
Returns a String representing the airing date for the content the editorial is about- Parameters:
TVEditorial- the TVEditorial object- Returns:
- a String representing the airing date for the content the editorial is about
- Since:
- 5.1
-
GetEditorialNetwork
public java.lang.String GetEditorialNetwork(sage.TVEditorial TVEditorial)
Returns the network that the Show for this editorial is broadcast on- Parameters:
TVEditorial- the TVEditorial object- Returns:
- the network that the Show for this editorial is broadcast on
- Since:
- 5.1
-
HasEditorialImage
public boolean HasEditorialImage(sage.TVEditorial TVEditorial)
Returns true if the specified editorial has an image that corresponds to it- Parameters:
TVEditorial- the TVEditorial object- Returns:
- true if the specified editorial has an image that corresponds to it, false otherwise
- Since:
- 5.1
-
GetEditorialImage
public sage.MetaImage GetEditorialImage(sage.TVEditorial TVEditorial)
Returns the image that corresponds to this editorial if there is one- Parameters:
TVEditorial- the TVEditorial object- Returns:
- the image that corresponds to this editorial if there is one
- Since:
- 5.1
-
-