Uses of Interface
org.osid.voting.batch.BallotBatchFormList
Packages that use BallotBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.batch
service.
-
Uses of BallotBatchFormList in org.osid.voting.batch
Methods in org.osid.voting.batch that return BallotBatchFormListModifier and TypeMethodDescriptionBallotBatchAdminSession.getBallotFormsForCreate(long number, Type[] ballotRecordTypes) Gets the ballot forms for creating a bunch of new ballots.BallotBatchAdminSession.getBallotFormsForUpdate(IdList ballotIds) Gets the ballot forms for updating an existing set of ballots.Methods in org.osid.voting.batch with parameters of type BallotBatchFormListModifier and TypeMethodDescriptionBallotBatchAdminSession.createBallots(BallotBatchFormList ballotForms) Creates a new set ofBallots.BallotBatchAdminSession.updateBallots(BallotBatchFormList ballotForms) Updates existing ballots.