Uses of Interface
org.osid.offering.batch.CanonicalUnitBatchFormList
Packages that use CanonicalUnitBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of CanonicalUnitBatchFormList in org.osid.offering.batch
Methods in org.osid.offering.batch that return CanonicalUnitBatchFormListModifier and TypeMethodDescriptionCanonicalUnitBatchAdminSession.getCanonicalUnitFormsForCreate(long number, Type[] canonicalUnitRecordTypes) Gets the canonical unit forms for creating a bunch of new canonical units.CanonicalUnitBatchAdminSession.getCanonicalUnitFormsForUpdate(IdList canonicalUnitIds) Gets the canonical unit forms for updating an existing set of canonicalUnits.Methods in org.osid.offering.batch with parameters of type CanonicalUnitBatchFormListModifier and TypeMethodDescriptionCanonicalUnitBatchAdminSession.createCanonicalUnits(CanonicalUnitBatchFormList canonicalUnitForms) Creates a new set ofCanonicalUnits.CanonicalUnitBatchAdminSession.updateCanonicalUnits(CanonicalUnitBatchFormList canonicalUnitForms) Updates existing canonical units.