Interface OfferingBatchManager
- All Superinterfaces:
AutoCloseable, Closeable, OfferingBatchProfile, OsidManager, OsidManager, OsidProfile, Sourceable
The offering batch manager provides access to offering batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
CanonicalUnitBatchAdminSession: a session to create, modify and delete canonical units in bulk -
OfferingBatchAdminSession: a session to create, modify and delete offerings in bulk -
ParticipantBatchSession: a session to create, modify and delete participants in bulk -
ResultBatchAdminSession: a session to create, modify and delete results in bulk -
CatalogueBatchAdminSession: a session to create, modify and delete catalogues in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk canonical unit administration service.getCanonicalUnitBatchAdminSessionForCatalogue(Id catalogueId) Gets theOsidSessionassociated with the bulk canonical unit administration service for the given catalogueGets theOsidSessionassociated with the bulk catalogue administration service.Gets theOsidSessionassociated with the bulk offering administration service.getOfferingBatchAdminSessionForCatalogue(Id catalogueId) Gets theOsidSessionassociated with the bulk offering administration service for the given catalogueGets theOsidSessionassociated with the bulk participant administration service.getParticipantBatchAdminSessionForCatalogue(Id catalogueId) Gets theOsidSessionassociated with the bulk participant administration service for the given catalogueGets theOsidSessionassociated with the bulk result administration service.getResultBatchAdminSessionForCatalogue(Id catalogueId) Gets theOsidSessionassociated with the bulk result administration service for the given catalogueMethods inherited from interface OfferingBatchProfile
supportsCanonicalUnitBatchAdmin, supportsCatalogueBatchAdmin, supportsOfferingBatchAdmin, supportsParticipantBatchAdmin, supportsResultBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of canonical units is available.booleanTests if bulk administration of catalogues is available.booleanTests if bulk administration of offerings is available.booleanTests if bulk administration of participants is available.booleanTests if bulk administration of results 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
-
getCanonicalUnitBatchAdminSession
Gets theOsidSessionassociated with the bulk canonical unit administration service.- Returns:
- a
CanonicalUnitBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCanonicalUnitBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCanonicalUnitBatchAdmin()} is {@code true} .
-
getCanonicalUnitBatchAdminSessionForCatalogue
CanonicalUnitBatchAdminSession getCanonicalUnitBatchAdminSessionForCatalogue(Id catalogueId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk canonical unit administration service for the given catalogue- Parameters:
catalogueId- theIdof theCatalogue- Returns:
- a
CanonicalUnitBatchAdminSession - Throws:
NotFoundException- noCataloguefound by the givenIdNullArgumentException-catalogueIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCanonicalUnitBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCanonicalUnitBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getOfferingBatchAdminSession
Gets theOsidSessionassociated with the bulk offering administration service.- Returns:
- an
OfferingBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsOfferingBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOfferingBatchAdmin()} is {@code true} .
-
getOfferingBatchAdminSessionForCatalogue
OfferingBatchAdminSession getOfferingBatchAdminSessionForCatalogue(Id catalogueId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk offering administration service for the given catalogue- Parameters:
catalogueId- theIdof theCatalogue- Returns:
- an
OfferingBatchAdminSession - Throws:
NotFoundException- noCataloguefound by the givenIdNullArgumentException-catalogueIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOfferingBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOfferingBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getParticipantBatchAdminSession
Gets theOsidSessionassociated with the bulk participant administration service.- Returns:
- a
ParticipantBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsParticipantBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsParticipantBatchAdmin()} is {@code true} .
-
getParticipantBatchAdminSessionForCatalogue
ParticipantBatchAdminSession getParticipantBatchAdminSessionForCatalogue(Id catalogueId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk participant administration service for the given catalogue- Parameters:
catalogueId- theIdof theCatalogue- Returns:
- a
ParticipantBatchAdminSession - Throws:
NotFoundException- noCataloguefound by the givenIdNullArgumentException-catalogueIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsParticipantBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsParticipantBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getResultBatchAdminSession
Gets theOsidSessionassociated with the bulk result administration service.- Returns:
- a
ResultBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsResultBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsResultBatchAdmin()} is {@code true} .
-
getResultBatchAdminSessionForCatalogue
ResultBatchAdminSession getResultBatchAdminSessionForCatalogue(Id catalogueId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk result administration service for the given catalogue- Parameters:
catalogueId- theIdof theCatalogue- Returns:
- a
ResultBatchAdminSession - Throws:
NotFoundException- noCataloguefound by the givenIdNullArgumentException-catalogueIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsResultBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsResultBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCatalogueBatchAdminSession
Gets theOsidSessionassociated with the bulk catalogue administration service.- Returns:
- a
CatalogueBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCatalogueBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCatalogueBatchAdmin()} is {@code true} .
-