| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.guide | |
| javax.tv.service.navigation |
| Modifier and Type | Method and Description |
|---|---|
RatingDimension |
SIManagerImpl.getRatingDimension(String name)
Returns the Rating Dimension corresponding to the specified Dimension
name.
|
short |
ContentRatingAdvisoryImpl.getRatingLevel(String ratedDimension)
Returns a number representing the rating level in the specified
RatingDimension associated with this rating region
for the related Service or Program Event. |
String[] |
RatingDimensionImpl.getRatingLevelDescription(short ratingLevel)
Returns a pair of Strings describing the specified Rating Level for
this Dimension.
|
String |
ContentRatingAdvisoryImpl.getRatingLevelText(String dimensionName)
Returns the rating description display string for the specified
dimension.
|
SIRequest |
ProgramScheduleImpl.retrieveFutureProgramEvent(Date time,
SIRequestor requestor)
Retrieves the program event for the specified time.
|
SIRequest |
ProgramScheduleImpl.retrieveFutureProgramEvents(Date begin,
Date end,
SIRequestor requestor)
Retrieves all known program events on this service for the specified time
interval.
|
SIRequest |
ProgramScheduleImpl.retrieveNextProgramEvent(ProgramEvent anEvent,
SIRequestor requestor)
Retrieves an event which follows the specified event.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RatingDimension |
SIManager.getRatingDimension(String name)
Reports the
RatingDimension corresponding to the
specified string name. |
String[] |
RatingDimension.getRatingLevelDescription(short ratingLevel)
Returns a pair of strings describing the specified rating level for
this dimension.
|
| Modifier and Type | Method and Description |
|---|---|
short |
ContentRatingAdvisory.getRatingLevel(String dimensionName)
Returns a number representing the rating level in the specified
RatingDimension associated with this rating region
for the related ProgramEvent. |
String |
ContentRatingAdvisory.getRatingLevelText(String dimensionName)
Returns the rating level display string for the specified
dimension.
|
SIRequest |
ProgramSchedule.retrieveFutureProgramEvent(Date time,
SIRequestor requestor)
Retrieves the program event for the specified time.
|
SIRequest |
ProgramSchedule.retrieveFutureProgramEvents(Date begin,
Date end,
SIRequestor requestor)
Retrieves all known program events on this service for the
specified time interval.
|
SIRequest |
ProgramSchedule.retrieveNextProgramEvent(ProgramEvent event,
SIRequestor requestor)
Retrieves a event which follows the specified event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterNotSupportedException
This exception indicates that the specified
ServiceFilter is
not supported. |
class |
SortNotAvailableException
This exception indicates that the requested sorting method is not
available for the particular
ServiceList, for example,
sorting by service numbers. |
Copyright © 2012 code4tv.com. All Rights Reserved.