| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.service | |
| org.unitedinternet.cosmo.service.interceptors |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AvailabilityItem
Extends ICalendarItem to represent a VAVAILABILITY object.
|
interface |
FileItem
Extends
Item to represent an item containing binary content. |
interface |
FreeBusyItem
Extends
ICalendarItem to represent a VFREEBUSY item. |
interface |
ICalendarItem
Extends
Item to represent an abstract
item that is backed by an icalendar component. |
interface |
NoteItem
Extends
ICalendarItem to represent a Note item. |
interface |
NoteOccurrence |
| Modifier and Type | Method and Description |
|---|---|
int |
ContentItemComparator.compare(ContentItem o1,
ContentItem o2) |
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
ContentService.createContent(CollectionItem parent,
ContentItem content)
Create new content item.
|
ContentItem |
CalendarService.findEventByIcalUid(String uid,
CollectionItem collection)
Find calendar event with a specified icalendar uid.
|
ContentItem |
ContentService.updateContent(ContentItem content)
Update an existing content item.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ContentItem> |
ContentService.loadChildren(CollectionItem collection,
Date timestamp)
Load all children for collection that have been updated since a
given timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
ContentService.createContent(CollectionItem parent,
ContentItem content)
Create new content item.
|
void |
ContentService.removeContent(ContentItem content)
Remove content item
|
ContentItem |
ContentService.updateContent(ContentItem content)
Update an existing content item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentService.createBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Create new content items in a parent collection.
|
void |
ContentService.createContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Create new content items in a parent collection.
|
void |
ContentService.removeBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
remove existing content items in a parent collection.
|
void |
ContentService.updateBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
updates existing content items in a parent collection.
|
void |
ContentService.updateContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Update content items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventAddHandler.afterAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted after an event to be added.
|
void |
EventUpdateHandler.afterUpdate(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted after an event to be updated.
|
void |
EventAddHandler.beforeAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted before an event to be added.
|
void |
EventUpdateHandler.beforeUpdate(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted before an event to be updated.
|
Copyright © 2012–2018 1&1. All rights reserved.