Uses of Interface
org.osid.offering.batch.OfferingBatchFormList
Packages that use OfferingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of OfferingBatchFormList in org.osid.offering.batch
Methods in org.osid.offering.batch that return OfferingBatchFormListModifier and TypeMethodDescriptionOfferingBatchAdminSession.getOfferingFormsForCreate(OfferingPeerList peers, Type[] offeringRecordTypes) Gets the offeringforms for creating a bunch of new offerings.OfferingBatchAdminSession.getOfferingFormsForUpdate(IdList offeringIds) Gets the offering forms for updating an existing set of offerings.Methods in org.osid.offering.batch with parameters of type OfferingBatchFormListModifier and TypeMethodDescriptionOfferingBatchAdminSession.createOfferings(OfferingBatchFormList offeringForms) Creates a new set ofOfferings.OfferingBatchAdminSession.updateOfferings(OfferingBatchFormList offeringForms) Updates existing offerings.