| Package | Description |
|---|---|
| org.atlasapi.schedule |
| Modifier and Type | Method and Description |
|---|---|
ChannelSchedule |
ChannelSchedule.copyWithEntries(Iterable<ItemAndBroadcast> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSchedule> |
Schedule.channelSchedules() |
protected abstract List<ChannelSchedule> |
AbstractScheduleStore.resolveCurrentScheduleBlocks(org.atlasapi.media.entity.Publisher source,
org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval interval)
Resolve the current block(s) of schedule for a given source, channel and
interval.
|
static com.google.common.base.Function<ChannelSchedule,org.atlasapi.media.channel.Channel> |
ChannelSchedule.toChannel() |
static com.google.common.base.Function<ChannelSchedule,com.google.common.collect.ImmutableList<ItemAndBroadcast>> |
ChannelSchedule.toEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractScheduleStore.doWrite(org.atlasapi.media.entity.Publisher source,
List<ChannelSchedule> blocks)
Write the blocks of schedule for a source.
|
| Constructor and Description |
|---|
Schedule(List<ChannelSchedule> channelSchedules,
org.joda.time.Interval interval) |
Copyright © 2014. All rights reserved.