Interface CourseProgramBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, CourseProgramBatchProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
The course program batch proxy manager provides access to course
program 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:
-
ProgramBatchAdminSession: a session to create, modify and delete programs in bulk -
ProgramOfferingBatchAdminSession: a session to create, modify and delete program offerings in bulk -
CredentialBatchAdminSession: a session to create, modify and delete credentials in bulk -
EnrollmentBatchAdminSession: a session to create, modify and delete enrollments in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk credential administration service.getCredentialBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk credential administration service for the given course catalog.Gets theOsidSessionassociated with the bulk enrollment administration service.getEnrollmentBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk enrollment administration service for the given course catalog.getProgramBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk program administration service.getProgramBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk program administration service for the given course catalog.Gets theOsidSessionassociated with the bulk program offering administration service.getProgramOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk program offering administration service for the given course catalog.Methods inherited from interface CourseProgramBatchProfile
supportsCredentialBatchAdmin, supportsEnrollmentBatchAdmin, supportsProgramBatchAdmin, supportsProgramOfferingBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of credentials is available.booleanTests if bulk administration of enrollments is available.booleanTests if bulk administration of programs is available.booleanTests if bulk administration of program offerings 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
-
getProgramBatchAdminSession
Gets theOsidSessionassociated with the bulk program administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProgramBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramBatchAdmin()} is {@code true} .
-
getProgramBatchAdminSessionForCourseCatalog
ProgramBatchAdminSession getProgramBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk program administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
ProgramBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getProgramOfferingBatchAdminSession
ProgramOfferingBatchAdminSession getProgramOfferingBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk program offering administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProgramOfferingBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramOfferingBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramOfferingBatchAdmin()} is {@code true} .
-
getProgramOfferingBatchAdminSessionForCourseCatalog
ProgramOfferingBatchAdminSession getProgramOfferingBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk program offering administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
ProgramOfferingBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramOfferingBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramOfferingBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCredentialBatchAdminSession
CredentialBatchAdminSession getCredentialBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk credential administration service.- Parameters:
proxy- a proxy- Returns:
- a
CredentialBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCredentialBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCredentialBatchAdmin()} is {@code true} .
-
getCredentialBatchAdminSessionForCourseCatalog
CredentialBatchAdminSession getCredentialBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk credential administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
CredentialBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCredentialBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCredentialBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getEnrollmentBatchAdminSession
EnrollmentBatchAdminSession getEnrollmentBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk enrollment administration service.- Parameters:
proxy- a proxy- Returns:
- an
EnrollmentBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEnrollmentBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEnrollmentBatchAdmin()} is {@code true} .
-
getEnrollmentBatchAdminSessionForCourseCatalog
EnrollmentBatchAdminSession getEnrollmentBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk enrollment administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- an
EnrollmentBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEnrollmentBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEnrollmentBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-