Uses of Interface
org.osid.voting.BallotForm
Packages that use BallotForm
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 BallotForm in org.osid.voting
Methods in org.osid.voting that return BallotFormModifier and TypeMethodDescriptionBallotAdminSession.getBallotFormForCreate(Type[] ballotRecordTypes) Gets the ballot form for creating new ballots.BallotAdminSession.getBallotFormForUpdate(Id ballotId) Gets the ballot form for updating an existing ballot.Methods in org.osid.voting with parameters of type BallotFormModifier and TypeMethodDescriptionBallotAdminSession.createBallot(BallotForm ballotForm) Creates a newBallot.voidBallotAdminSession.updateBallot(BallotForm ballotForm) Updates an existing ballot. -
Uses of BallotForm in org.osid.voting.batch
Subinterfaces of BallotForm in org.osid.voting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating ballots in bulk.