Uses of Interface
org.osid.voting.batch.CandidateBatchFormList
Packages that use CandidateBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.batch
service.
-
Uses of CandidateBatchFormList in org.osid.voting.batch
Methods in org.osid.voting.batch that return CandidateBatchFormListModifier and TypeMethodDescriptionCandidateBatchAdminSession.getCandidateFormsForCreate(CandidatePeerList peers, Type[] candidateRecordTypes) Gets the candidate forms for creating a bunch of new candidates.CandidateBatchAdminSession.getCandidateFormsForUpdate(IdList candidateIds) Gets the candidate forms for updating an existing set of candidates.Methods in org.osid.voting.batch with parameters of type CandidateBatchFormListModifier and TypeMethodDescriptionCandidateBatchAdminSession.createCandidates(CandidateBatchFormList candidateForms) Creates a new set ofCandidates.CandidateBatchAdminSession.updateCandidates(CandidateBatchFormList candidateForms) Updates existing candidates.