Package | Description |
---|---|
org.schedulesdirect.api |
Modifier and Type | Method and Description |
---|---|
abstract Lineup |
EpgClient.getLineupByUriPath(String path)
Get the lineup for the given uri
|
Lineup |
ZipEpgClient.getLineupByUriPath(String path) |
Lineup |
NetworkEpgClient.getLineupByUriPath(String path) |
abstract Lineup[] |
EpgClient.getLineups()
Provide all available lineups for the logged in user.
|
Lineup[] |
ZipEpgClient.getLineups() |
Lineup[] |
NetworkEpgClient.getLineups() |
Lineup[] |
EpgClient.getLineups(String location,
String zip)
Provide all available lineups for the given location.
|
protected abstract Lineup[] |
EpgClient.searchForLineups(String location,
String zip)
Provide all available lineups for the given location.
|
protected Lineup[] |
ZipEpgClient.searchForLineups(String location,
String zip) |
protected Lineup[] |
NetworkEpgClient.searchForLineups(String location,
String zip) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
EpgClient.fetchChannelMapping(Lineup lineup)
Fetch the channel mapping for the given Linup object
|
protected String |
ZipEpgClient.fetchChannelMapping(Lineup lineup) |
protected String |
NetworkEpgClient.fetchChannelMapping(Lineup lineup) |
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) |
abstract int |
EpgClient.unregisterLineup(Lineup l)
Unregister the lineup from the user's SD account
|
int |
ZipEpgClient.unregisterLineup(Lineup l) |
int |
NetworkEpgClient.unregisterLineup(Lineup l) |
Copyright © 2012–2014 Battams, Derek. All rights reserved.