| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.entity.util | |
| org.atlasapi.equivalence | |
| org.atlasapi.schedule |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEquivalentContentStore.updateContent(ResourceRef ref) |
void |
EquivalentContentStore.updateContent(ResourceRef ref) |
void |
AbstractEquivalentContentStore.updateEquivalences(Set<EquivalenceGraph> graphs) |
void |
EquivalentContentStore.updateEquivalences(Set<EquivalenceGraph> newGraphs) |
<C extends Content> |
EquivalenceWritingContentStore.writeContent(C content) |
<C extends Content> |
ContentWriter.writeContent(C content) |
<C extends Content> |
ForwardingContentStore.writeContent(C content) |
<C extends Content> |
AbstractContentStore.writeContent(C content) |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingResourceException |
| Modifier and Type | Method and Description |
|---|---|
WriteException |
RuntimeWriteException.getCause() |
| Constructor and Description |
|---|
RuntimeWriteException(WriteException cause) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<com.google.common.collect.ImmutableSet<EquivalenceGraph>> |
EquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources)
Record a subject as equivalent to a set of other resources.
|
com.google.common.base.Optional<com.google.common.collect.ImmutableSet<EquivalenceGraph>> |
AbstractEquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources) |
| 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>> |
AbstractScheduleStore.writeSchedule(List<ScheduleHierarchy> content,
org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval 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.
|
Copyright © 2014. All rights reserved.