Uses of Interface
org.osid.offering.OfferingForm
Packages that use OfferingForm
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 OfferingForm in org.osid.offering
Methods in org.osid.offering that return OfferingFormModifier and TypeMethodDescriptionOfferingAdminSession.getOfferingFormForCreate(Id canonicalUnitId, Id timePeriodId, Type[] offeringRecordTypes) Gets the offering form for creating new offerings.OfferingAdminSession.getOfferingFormForUpdate(Id offeringId) Gets the offering form for updating an existing offering.Methods in org.osid.offering with parameters of type OfferingFormModifier and TypeMethodDescriptionOfferingAdminSession.createOffering(OfferingForm offeringForm) Creates a newOffering.voidOfferingAdminSession.updateOffering(OfferingForm offeringForm) Updates an existing offering. -
Uses of OfferingForm in org.osid.offering.batch
Subinterfaces of OfferingForm in org.osid.offering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating offerings in bulk.