Uses of Interface
org.osid.offering.CanonicalUnitForm
Packages that use CanonicalUnitForm
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of CanonicalUnitForm in org.osid.offering
Methods in org.osid.offering that return CanonicalUnitFormModifier and TypeMethodDescriptionCanonicalUnitAdminSession.getCanonicalUnitFormForCreate(Type[] canonicalUnitRecordTypes) Gets the canonical unit form for creating new canonical units.CanonicalUnitAdminSession.getCanonicalUnitFormForUpdate(Id canonicalUnitId) Gets the canonical unit form for updating an existing canonical unit.Methods in org.osid.offering with parameters of type CanonicalUnitFormModifier and TypeMethodDescriptionCanonicalUnitAdminSession.createCanonicalUnit(CanonicalUnitForm canonicalUnitForm) Creates a newCanonicalUnit.voidCanonicalUnitAdminSession.updateCanonicalUnit(CanonicalUnitForm canonicalUnitForm) Updates an existing canonical unit. -
Uses of CanonicalUnitForm in org.osid.offering.batch
Subinterfaces of CanonicalUnitForm in org.osid.offering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating canonical units in bulk.