Uses of Interface
org.osid.resourcing.batch.AvailabilityBatchFormList
Packages that use AvailabilityBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of AvailabilityBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return AvailabilityBatchFormListModifier and TypeMethodDescriptionAvailabilityBatchAdminSession.getAvailabilityFormsForCreate(AvailabilityPeerList peers, Type[] availabilityRecordTypes) Gets the availability forms for creating a bunch of new availabilities.AvailabilityBatchAdminSession.getAvailabilityFormsForUpdate(IdList availabilityIds) Gets the availability forms for updating an existing set of availabilities.Methods in org.osid.resourcing.batch with parameters of type AvailabilityBatchFormListModifier and TypeMethodDescriptionAvailabilityBatchAdminSession.createAvailabilities(AvailabilityBatchFormList availabilityForms) Creates a new set ofAvailabilities.AvailabilityBatchAdminSession.updateAvailabilities(AvailabilityBatchFormList availabilityForms) Updates existing availabilities.