public interface CourseBatchProxyManager extends OsidProxyManager, CourseBatchProfile
The course batch proxy manager provides access to course 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:
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(Proxy proxy)
Gets the
OsidSession associated with the bulk activity
administration service. |
ActivityBatchAdminSession |
getActivityBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk activity
administration service for the given course catalog |
ActivityUnitBatchAdminSession |
getActivityUnitBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk activity
unit administration service. |
ActivityUnitBatchAdminSession |
getActivityUnitBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk activity
unit administration service for the given course catalog |
CourseBatchAdminSession |
getCourseBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk course
administration service. |
CourseBatchAdminSession |
getCourseBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk course
administration service for the given course catalog |
CourseCatalogBatchAdminSession |
getCourseCatalogBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk course
catalog administration service. |
CourseOfferingBatchAdminSession |
getCourseOfferingBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk course
offering administration service. |
CourseOfferingBatchAdminSession |
getCourseOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk course
offering administration service for the given course catalog |
TermBatchAdminSession |
getTermBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk term
administration service. |
TermBatchAdminSession |
getTermBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk course
administration service.proxy - a proxy CourseBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseBatchAdmin() is false optional - This method must be implemented if
supportsCourseBatchAdmin() is true. CourseBatchAdminSession getCourseBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk course
administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog proxy - a proxy CourseBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk activity
unit administration service.proxy - a proxy ActivityUnitBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityUnitBatchAdmin() is false
optional - This method must be implemented if
supportsActivityUnitBatchAdmin() is true.
ActivityUnitBatchAdminSession getActivityUnitBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk activity
unit administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog proxy - a proxy ActivityUnitBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk course
offering administration service.proxy - a proxy CourseOfferingBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseOfferingBatchAdmin() is false
optional - This method must be implemented if
supportsCourseOfferingBatchAdmin() is true.
CourseOfferingBatchAdminSession getCourseOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk course
offering administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog proxy - a proxy CourseOfferingBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk activity
administration service.proxy - a proxy ActivityBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityBatchAdmin() is false optional - This method must be implemented if
supportsActivityBatchAdmin() is true.
ActivityBatchAdminSession getActivityBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk activity
administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog proxy - a proxy ActivityBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk term
administration service.proxy - a proxy TermBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsTermBatchAdmin() is false optional - This method must be implemented if
supportsTermBatchAdmin() is true. TermBatchAdminSession getTermBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk term
administration service for the given course catalogcourseCatalogId - the Id of the
CourseCatalog proxy - a proxy TermBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk course
catalog administration service.proxy - a proxy CourseCatalogBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseCatalogBatchAdmin() is false
optional - This method must be implemented if
supportsCourseCatalogBatchAdmin() is true.