Uses of Interface
org.osid.room.batch.CampusBatchFormList
Packages that use CampusBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.room.batch
service.
-
Uses of CampusBatchFormList in org.osid.room.batch
Methods in org.osid.room.batch that return CampusBatchFormListModifier and TypeMethodDescriptionCampusBatchAdminSession.getCampusFormsForCreate(long number, Type[] campusRecordTypes) Gets the campus forms for creating a bunch of new campuses.CampusBatchAdminSession.getCampusFormsForUpdate(IdList campusIds) Gets the campus forms for updating an existing set of campuses.Methods in org.osid.room.batch with parameters of type CampusBatchFormListModifier and TypeMethodDescriptionCampusBatchAdminSession.createCampuses(CampusBatchFormList campusForms) Creates a new set ofCampuses.CampusBatchAdminSession.updateCampuses(CampusBatchFormList campusForms) Updates existing campuses.