| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.entity.util | |
| org.atlasapi.schedule | |
| org.atlasapi.topic |
| Modifier and Type | Method and Description |
|---|---|
<C extends Content> |
ContentWriter.writeContent(C content) |
<C extends Content> |
AbstractContentStore.writeContent(C content) |
<C extends Content> |
ForwardingContentStore.writeContent(C content) |
<C extends Content> |
EquivalenceWritingContentStore.writeContent(C content) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<WriteResult<?>> |
WriteResult.WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
WriteResult<W> |
WriteResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static <W> com.google.common.base.Predicate<WriteResult<? extends W>> |
WriteResult.writtenFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
WriteResult.compareTo(WriteResult<?> other) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
WriteResult<Topic> |
AbstractTopicStore.writeTopic(Topic topic) |
WriteResult<Topic> |
ForwardingTopicStore.writeTopic(Topic topic) |
WriteResult<Topic> |
TopicWriter.writeTopic(Topic topic) |
Copyright © 2014. All rights reserved.