Interface IInternalCalendar
- All Superinterfaces:
ICalendar
,IChangelogSupport
,ICountingSupport
,ICrudByIdSupport<VEventSeries>
,IItemChangelogSupport
,IReadByIdSupport<VEventSeries>
,IRestoreCrudSupport<VEventSeries>
,IRestoreItemCrudSupport<VEventSeries>
,IRestoreSupport<VEventSeries>
,ISortingSupport
-
Method Summary
Modifier and TypeMethodDescriptionGet allVEventHistory
entries for current calendarvoid
restoreEvents
(VEventChanges changes, CalendarHistory history) Restore events by addingVEventChanges
with theirVEventHistory
on current calendarupdates
(VEventChanges changes, boolean notify) Methods inherited from interface net.bluemind.calendar.api.ICalendar
all, create, delete, getByIcsUid, getComplete, isAutoSyncActivated, list, multipleGet, reset, search, searchPendingCounters, sync, touch, update, updates
Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
changeset, changesetById, filteredChangesetById, getVersion
Methods inherited from interface net.bluemind.core.container.api.ICountingSupport
count
Methods inherited from interface net.bluemind.core.container.api.ICrudByIdSupport
createById, deleteById, multipleDeleteById, multipleDeleteById, updateById
Methods inherited from interface net.bluemind.core.container.api.IItemChangelogSupport
itemChangelog
Methods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById
Methods inherited from interface net.bluemind.core.container.api.IRestoreCrudSupport
delete
Methods inherited from interface net.bluemind.core.container.api.IRestoreSupport
get, itemValueExists, restore
Methods inherited from interface net.bluemind.core.container.api.ISortingSupport
sortedIds, sortedUids
-
Method Details
-
updates
-
emitNotification
void emitNotification() -
calendarHistory
CalendarHistory calendarHistory()Get allVEventHistory
entries for current calendar- Returns:
CalendarHistory
-
restoreEvents
Restore events by addingVEventChanges
with theirVEventHistory
on current calendar- Parameters:
VEventChanges
- containing list of events to addCalendarHistory
- containing list of events history- Returns:
ContainerUpdatesResult
-