public interface CourseBatchManager extends OsidManager, CourseBatchProfile
The course batch manager provides access to course batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
CourseBatchAdminSession: a session to create,
modify and delete courses in bulk ActivityUnitBatchAdminSession: a session to
create, modify and delete activity units in bulk CourseOfferingBatchSession: a session to create,
modify and delete course offerings in bulk ActivityBatchAdminSession: a session to create,
modify and delete activities in bulk TermBatchAdminSession: a session to create, modify
and delete terms in bulk CourseCatalogBatchAdminSession: a session to
create, modify and delete course catalogs in bulk | Modifier and Type | Method and Description |
|---|---|
ActivityBatchAdminSession |
getActivityBatchAdminSession()
Gets the
OsidSession associated with the bulk activity
administration service. |
ActivityBatchAdminSession |
getActivityBatchAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the bulk activity
administration service for the given course catalog |
ActivityUnitBatchAdminSession |
getActivityUnitBatchAdminSession()
Gets the
OsidSession associated with the bulk activity
unit administration service. |
ActivityUnitBatchAdminSession |
getActivityUnitBatchAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the bulk activity
unit administration service for the given course catalog |
CourseBatchAdminSession |
getCourseBatchAdminSession()
Gets the
OsidSession associated with the bulk course
administration service. |
CourseBatchAdminSession |
getCourseBatchAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the bulk course
administration service for the given course catalog |
CourseCatalogBatchAdminSession |
getCourseCatalogBatchAdminSession()
Gets the
OsidSession associated with the bulk course
catalog administration service. |
CourseOfferingBatchAdminSession |
getCourseOfferingBatchAdminSession()
Gets the
OsidSession associated with the bulk course
offering administration service. |
CourseOfferingBatchAdminSession |
getCourseOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the bulk course
offering administration service for the given course catalog |
TermBatchAdminSession |
getTermBatchAdminSession()
Gets the
OsidSession associated with the bulk term
administration service. |
TermBatchAdminSession |
getTermBatchAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the bulk term
administration service for the given course catalog. |
changeBranch, initialize, rollbackServiceclosesupportsActivityBatchAdmin, supportsActivityUnitBatchAdmin, supportsCourseBatchAdmin, supportsCourseCatalogBatchAdmin, supportsCourseOfferingBatchAdmin, supportsTermBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdCourseBatchAdminSession getCourseBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk course
administration service. CourseBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseBatchAdmin() is false optional - This method must be implemented if
supportsCourseBatchAdmin() is true. CourseBatchAdminSession getCourseBatchAdminSessionForCourseCatalog(Id courseCatalogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk course
administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog CourseBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCourseBatchAdmin() and
supportsVisibleFederation() are true
ActivityUnitBatchAdminSession getActivityUnitBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk activity
unit administration service. ActivityUnitBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityUnitBatchAdmin() is false
optional - This method must be implemented if
supportsActivityUnitBatchAdmin() is true.
ActivityUnitBatchAdminSession getActivityUnitBatchAdminSessionForCourseCatalog(Id courseCatalogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk activity
unit administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog ActivityUnitBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityUnitBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsActivityUnitBatchAdmin() and
supportsVisibleFederation() are true
CourseOfferingBatchAdminSession getCourseOfferingBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk course
offering administration service. CourseOfferingBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseOfferingBatchAdmin() is false
optional - This method must be implemented if
supportsCourseOfferingBatchAdmin() is true.
CourseOfferingBatchAdminSession getCourseOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk course
offering administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog CourseOfferingBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseOfferingBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCourseOfferingBatchAdmin() and
supportsVisibleFederation() are true
ActivityBatchAdminSession getActivityBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk activity
administration service. ActivityBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityBatchAdmin() is false optional - This method must be implemented if
supportsActivityBatchAdmin() is true.
ActivityBatchAdminSession getActivityBatchAdminSessionForCourseCatalog(Id courseCatalogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk activity
administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog ActivityBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsActivityBatchAdmin() and
supportsVisibleFederation() are true
TermBatchAdminSession getTermBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk term
administration service. TermBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsTermBatchAdmin() is false optional - This method must be implemented if
supportsTermBatchAdmin() is true. TermBatchAdminSession getTermBatchAdminSessionForCourseCatalog(Id courseCatalogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk term
administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog TermBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsTermBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsTermBatchAdmin() and
supportsVisibleFederation() are true
CourseCatalogBatchAdminSession getCourseCatalogBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk course
catalog administration service. CourseCatalogBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseCatalogBatchAdmin() is false
optional - This method must be implemented if
supportsCourseCatalogBatchAdmin() is true.