Package | Description |
---|---|
org.schedulesdirect.api |
Modifier and Type | Method and Description |
---|---|
protected abstract Program |
EpgClient.fetchProgram(String progId)
Fetch a single Program object
|
protected Program |
ZipEpgClient.fetchProgram(String progId) |
protected Program |
NetworkEpgClient.fetchProgram(String progId) |
Program |
Airing.getProgram() |
Program[] |
Station.getPrograms()
Get all available programs scheduled to air on this station
|
Program |
Program.getSeriesInfo() |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,Program> |
EpgClient.fetchPrograms(String[] progIds)
Fetch multiple programs in batch.
|
protected Map<String,Program> |
ZipEpgClient.fetchPrograms(String[] progIds) |
protected Map<String,Program> |
NetworkEpgClient.fetchPrograms(String[] progIds) |
Modifier and Type | Method and Description |
---|---|
void |
Airing.setProgram(Program program)
Change the Program this Airing is associated with; this airing's id is updated to that of the Program argument
|
void |
Program.setSeriesInfo(Program seriesInfo) |
Copyright © 2012–2014 Battams, Derek. All rights reserved.