Uses of Interface
org.osid.voting.RaceForm
Packages that use RaceForm
Package
Description
The Open Service Interface Definitions for the org.osid.voting
service.
The Open Service Interface Definitions for the org.osid.voting.batch
service.
-
Uses of RaceForm in org.osid.voting
Methods in org.osid.voting that return RaceFormModifier and TypeMethodDescriptionRaceAdminSession.getRaceFormForCreate(Id ballotId, Type[] raceRecordTypes) Gets the race form for creating new races.RaceAdminSession.getRaceFormForUpdate(Id raceId) Gets the race form for updating an existing race.Methods in org.osid.voting with parameters of type RaceFormModifier and TypeMethodDescriptionRaceAdminSession.createRace(RaceForm raceForm) Creates a newRace.voidRaceAdminSession.updateRace(RaceForm raceForm) Updates an existing race. -
Uses of RaceForm in org.osid.voting.batch
Subinterfaces of RaceForm in org.osid.voting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating races in bulk.