Interface CalendaringBatchProxyManager
- All Superinterfaces:
AutoCloseable, CalendaringBatchProfile, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
The calendaring batch proxy manager provides access to calendaring
batch sessions and provides interoperability tests for various aspects of
this service. Methods in this manager support the passing of a
Proxy object. 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, Proxy proxy) Gets theOsidSessionassociated with the bulk commitment administration service for the given calendar.getEventBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk event administration service.getEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) Gets theOsidSessionassociated with the bulk event administration service for the given calendar.Gets theOsidSessionassociated with the bulk offset event administration service.getOffsetEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) Gets theOsidSessionassociated with the bulk offset event administration service for the given calendar.Gets theOsidSessionassociated with the bulk recurring event administration service.getRecurringEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) Gets theOsidSessionassociated with the bulk recurring event administration service for the given calendar.Gets theOsidSessionassociated with the bulk schedule administration service.getScheduleBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) Gets theOsidSessionassociated with the bulk schedule administration service for the given calendar.Gets theOsidSessionassociated with the bulk schedule slot administration service.getScheduleSlotBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) 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, Proxy proxy) 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 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 OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.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.- Parameters:
proxy- a proxy- Returns:
- an
EventBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEventBatchAdmin()} is {@code true} .
-
getEventBatchAdminSessionForCalendar
EventBatchAdminSession getEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk event administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
EventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- 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(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk recurring event administration service.- Parameters:
proxy- a proxy- Returns:
- a
RecurringEventBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRecurringEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRecurringEventBatchAdmin()} is {@code true} .
-
getRecurringEventBatchAdminSessionForCalendar
RecurringEventBatchAdminSession getRecurringEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk recurring event administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
RecurringEventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRecurringEventBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRecurringEventBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getOffsetEventBatchAdminSession
OffsetEventBatchAdminSession getOffsetEventBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk offset event administration service.- Parameters:
proxy- a proxy- Returns:
- an
OffsetEventBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOffsetEventBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOffsetEventBatchAdmin()} is {@code true} .
-
getOffsetEventBatchAdminSessionForCalendar
OffsetEventBatchAdminSession getOffsetEventBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk offset event administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- an
OffsetEventBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
ScheduleBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleBatchAdmin()} is {@code true} .
-
getScheduleBatchAdminSessionForCalendar
ScheduleBatchAdminSession getScheduleBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk schedule administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
ScheduleBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getScheduleSlotBatchAdminSession
ScheduleSlotBatchAdminSession getScheduleSlotBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk schedule slot administration service.- Parameters:
proxy- a proxy- Returns:
- a
ScheduleSlotBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleSlotBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleSlotBatchAdmin()} is {@code true} .
-
getScheduleSlotBatchAdminSessionForCalendar
ScheduleSlotBatchAdminSession getScheduleSlotBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk schedule slot administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
ScheduleSlotBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsScheduleSlotBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsScheduleSlotBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCommitmentBatchAdminSession
CommitmentBatchAdminSession getCommitmentBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk commitment administration service.- Parameters:
proxy- a proxy- Returns:
- a
CommitmentBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCommitmentBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommitmentBatchAdmin()} is {@code true} .
-
getCommitmentBatchAdminSessionForCalendar
CommitmentBatchAdminSession getCommitmentBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk commitment administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
CommitmentBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCommitmentBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommitmentBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getTimePeriodBatchAdminSession
TimePeriodBatchAdminSession getTimePeriodBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk time period administration service.- Parameters:
proxy- a proxy- Returns:
- a
TimePeriodBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsTimePeriodBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTimePeriodBatchAdmin()} is {@code true} .
-
getTimePeriodBatchAdminSessionForCalendar
TimePeriodBatchAdminSession getTimePeriodBatchAdminSessionForCalendar(Id calendarId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk time period administration service for the given calendar.- Parameters:
calendarId- theIdof theCalendarproxy- a proxy- Returns:
- a
TimePeriodBatchAdminSession - Throws:
NotFoundException- noCalendarfound by the givenIdNullArgumentException-calendarIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
CalendarBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCalendarBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCalendarBatchAdmin()} is {@code true} .
-