Interface IInternalCalendar
- All Superinterfaces:
ICalendar,IChangelogSupport,ICountingSupport,ICrudByIdSupport<VEventSeries>,IItemChangelogSupport,IReadByIdSupport<VEventSeries>,IRestoreCrudSupport<VEventSeries>,IRestoreItemCrudSupport<VEventSeries>,IRestoreSupport<VEventSeries>,ISortingSupport
-
Method Summary
Modifier and TypeMethodDescriptionGet allVEventHistoryentries for current calendarvoidrestoreEvents(VEventChanges changes, CalendarHistory history) Restore events by addingVEventChangeswith theirVEventHistoryon 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, updatesMethods inherited from interface net.bluemind.core.container.api.IChangelogSupport
changeset, changesetById, filteredChangesetById, getVersionMethods inherited from interface net.bluemind.core.container.api.ICountingSupport
countMethods inherited from interface net.bluemind.core.container.api.ICrudByIdSupport
createById, deleteById, multipleDeleteById, multipleDeleteById, updateByIdMethods inherited from interface net.bluemind.core.container.api.IItemChangelogSupport
itemChangelogMethods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetByIdMethods inherited from interface net.bluemind.core.container.api.IRestoreCrudSupport
deleteMethods inherited from interface net.bluemind.core.container.api.IRestoreSupport
get, itemValueExists, restoreMethods inherited from interface net.bluemind.core.container.api.ISortingSupport
sortedIds, sortedUids
-
Method Details
-
updates
-
emitNotification
void emitNotification() -
calendarHistory
CalendarHistory calendarHistory()Get allVEventHistoryentries for current calendar- Returns:
CalendarHistory
-
restoreEvents
Restore events by addingVEventChangeswith theirVEventHistoryon current calendar- Parameters:
VEventChanges- containing list of events to addCalendarHistory- containing list of events history- Returns:
ContainerUpdatesResult
-