Package | Description |
---|---|
org.schedulesdirect.api |
Modifier and Type | Method and Description |
---|---|
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) |
Airing[] |
ZipEpgClient.findScheduleGap()
Check all downloaded schedules for gaps in the airing schedules
|
Airing[] |
Station.getAirings()
Get all available future airings scheduled for this station
|
Modifier and Type | Method and Description |
---|---|
void |
Station.setAirings(Airing[] airings)
Set the Airings for this Station; all of the Airing's Station references will be changed to point to this Station instance
|
Copyright © 2012–2014 Battams, Derek. All rights reserved.