Interface CalendaringBatchManager
- All Superinterfaces:
AutoCloseable, CalendaringBatchProfile, Closeable, OsidManager, OsidManager, OsidProfile, Sourceable
The calendaring batch manager provides access to calendaring batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
EventBatchAdminSession: a session to create, modify and delete events in bulk -
RecurringEventBatchAdminSession: a session to create, modify and delete recurring events in bulk -
OffsetEventBatchSession: a session to create, modify and delete offset events in bulk -
ScheduleBatchAdminSession: a session to create, modify and delete schedules in bulk -
ScheduleSlotBatchSession: a session to create, modify and delete schedule slots in bulk -
CommitmentBatchAdminSession: a session to create, modify and delete commitments in bulk -
TimePeriodBatchAdminSession: a session to create, modify and delete time periods in bulk -
CalendarBatchAdminSession: a session to create, modify and delete calendars in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk calendar administration service.Gets theOsidSessionassociated with the bulk commitment administration service.getCommitmentBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk commitment administration service for the given calendar.Gets theOsidSessionassociated with the bulk event administration service.getEventBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk event administration service for the given calendar.Gets theOsidSessionassociated with the bulk offset event administration service.getOffsetEventBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk offset event administration service for the given calendarGets theOsidSessionassociated with the bulk recurring event administration service.getRecurringEventBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk recurring event administration service for the given calendar.Gets theOsidSessionassociated with the bulk schedule administration service.getScheduleBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk schedule administration service for the given calendar.Gets theOsidSessionassociated with the bulk schedule slot administration service.getScheduleSlotBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk schedule slot administration service for the given calendar.Gets theOsidSessionassociated with the bulk time period administration service.getTimePeriodBatchAdminSessionForCalendar(Id calendarId) Gets theOsidSessionassociated with the bulk time period administration service for the given calendar.Methods inherited from interface CalendaringBatchProfile
supportsCalendarBatchAdmin, supportsCommitmentBatchAdmin, supportsEventBatchAdmin, supportsOffsetEventBatchAdmin, supportsRecurringEventBatchAdmin, supportsScheduleBatchAdmin, supportsScheduleSlotBatchAdmin, supportsTimePeriodBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of calendars is available.booleanTests if bulk administration of commitments is available.booleanTests if bulk administration of events is available.booleanTests if bulk administration of offset events is available.booleanTests if bulk administration of recurring events is available.booleanTests if bulk administration of schedules is available.booleanTests if bulk administration of schedule slots is available.booleanTests if bulk administration of time periods is available.booleanTests if federation is visible.Methods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getEventBatchAdminSession
Gets theOsidSessionassociated with the bulk event administration service.- Returns:
- an
EventBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEventBatchAdmin()} is {@code true} .
-
getEventBatchAdminSessionForCalendar
EventBatchAdminSession getEventBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk event administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- an
EventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEventBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEventBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getRecurringEventBatchAdminSession
RecurringEventBatchAdminSession getRecurringEventBatchAdminSession() throws OperationFailedExceptionGets theOsidSessionassociated with the bulk recurring event administration service.- Returns:
- a
RecurringEventBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsRecurringEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRecurringEventBatchAdmin()} is {@code true} .
-
getRecurringEventBatchAdminSessionForCalendar
RecurringEventBatchAdminSession getRecurringEventBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk recurring event administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- a
RecurringEventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRecurringEventBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRecurringEventBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getOffsetEventBatchAdminSession
Gets theOsidSessionassociated with the bulk offset event administration service.- Returns:
- an
OffsetEventBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsOffsetEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOffsetEventBatchAdmin()} is {@code true} .
-
getOffsetEventBatchAdminSessionForCalendar
OffsetEventBatchAdminSession getOffsetEventBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk offset event administration service for the given calendar- Parameters:
calendarId- theIdof theCalendar- Returns:
- an
OffsetEventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOffsetEventBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOffsetEventBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getScheduleBatchAdminSession
Gets theOsidSessionassociated with the bulk schedule administration service.- Returns:
- a
ScheduleBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsScheduleBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleBatchAdmin()} is {@code true} .
-
getScheduleBatchAdminSessionForCalendar
ScheduleBatchAdminSession getScheduleBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk schedule administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- a
ScheduleBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getScheduleSlotBatchAdminSession
Gets theOsidSessionassociated with the bulk schedule slot administration service.- Returns:
- a
ScheduleSlotBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsScheduleSlotBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleSlotBatchAdmin()} is {@code true} .
-
getScheduleSlotBatchAdminSessionForCalendar
ScheduleSlotBatchAdminSession getScheduleSlotBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk schedule slot administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- a
ScheduleSlotBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleSlotBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleSlotBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCommitmentBatchAdminSession
Gets theOsidSessionassociated with the bulk commitment administration service.- Returns:
- a
CommitmentBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCommitmentBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommitmentBatchAdmin()} is {@code true} .
-
getCommitmentBatchAdminSessionForCalendar
CommitmentBatchAdminSession getCommitmentBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk commitment administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- a
CommitmentBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCommitmentBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommitmentBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getTimePeriodBatchAdminSession
Gets theOsidSessionassociated with the bulk time period administration service.- Returns:
- a
TimePeriodBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsTimePeriodBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTimePeriodBatchAdmin()} is {@code true} .
-
getTimePeriodBatchAdminSessionForCalendar
TimePeriodBatchAdminSession getTimePeriodBatchAdminSessionForCalendar(Id calendarId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk time period administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendar- Returns:
- a
TimePeriodBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsTimePeriodBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTimePeriodBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCalendarBatchAdminSession
Gets theOsidSessionassociated with the bulk calendar administration service.- Returns:
- a
CalendarBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCalendarBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCalendarBatchAdmin()} is {@code true} .
-