Uses of Interface
org.osid.voting.batch.RaceBatchFormList
Packages that use RaceBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.batch
service.
-
Uses of RaceBatchFormList in org.osid.voting.batch
Methods in org.osid.voting.batch that return RaceBatchFormListModifier and TypeMethodDescriptionRaceBatchAdminSession.getRaceFormsForCreate(IdList ballotIds, Type[] raceRecordTypes) Gets the race forms for creating a bunch of new races.RaceBatchAdminSession.getRaceFormsForUpdate(IdList raceIds) Gets the race forms for updating an existing set of races.Methods in org.osid.voting.batch with parameters of type RaceBatchFormListModifier and TypeMethodDescriptionRaceBatchAdminSession.createRaces(RaceBatchFormList raceForms) Creates a new set ofRaces.RaceBatchAdminSession.updateRaces(RaceBatchFormList raceForms) Updates existing races.