| Package | Description |
|---|---|
| org.atlasapi.schedule |
| 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.
|
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.
|
List<WriteResult<? extends Content>> |
ScheduleWriter.writeSchedule(List<ScheduleHierarchy> items,
org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval interval)
Write a schedule of Items.
|
List<WriteResult<? extends Content>> |
AbstractScheduleStore.writeSchedule(List<ScheduleHierarchy> content,
org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval interval) |
Copyright © 2014. All rights reserved.