| Package | Description |
|---|---|
| org.schedulesdirect.api |
| Modifier and Type | Method and Description |
|---|---|
Station |
Airing.getStation() |
Station |
Lineup.getStation(String stationId)
Return the Station object for a given Station id in the lineup
|
Station[] |
Lineup.getStations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<Station,Airing[]> |
EpgClient.fetchSchedules(Lineup lineup)
Fetch multiple recording schedules in batch.
|
protected Map<Station,Airing[]> |
ZipEpgClient.fetchSchedules(Lineup lineup) |
protected Map<Station,Airing[]> |
NetworkEpgClient.fetchSchedules(Lineup lineup) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InputStream |
EpgClient.fetchLogoStream(Station station)
Fetch a Station's logo object
|
protected InputStream |
ZipEpgClient.fetchLogoStream(Station station) |
protected InputStream |
NetworkEpgClient.fetchLogoStream(Station station) |
protected abstract Airing[] |
EpgClient.fetchSchedule(Station station)
Fetch a single airing schedule for the given Station reference
|
protected Airing[] |
ZipEpgClient.fetchSchedule(Station station) |
protected Airing[] |
NetworkEpgClient.fetchSchedule(Station station) |
void |
Airing.setStation(Station station)
Change the Station this Airing is associated with (i.e.
|
protected void |
EpgClient.writeLogoToFile(Station station,
File dest)
Write a station's logo to a file
|
Copyright © 2012-2014 Battams, Derek. All Rights Reserved.