Uses of Interface
org.osid.voting.CandidateForm
Packages that use CandidateForm
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 CandidateForm in org.osid.voting
Methods in org.osid.voting that return CandidateFormModifier and TypeMethodDescriptionCandidateAdminSession.getCandidateFormForCreate(Id resourceId, Id raceId, Type[] candidateRecordTypes) Gets the candidate form for creating new candidates.CandidateAdminSession.getCandidateFormForUpdate(Id candidateId) Gets the candidate form for updating an existing candidate.Methods in org.osid.voting with parameters of type CandidateFormModifier and TypeMethodDescriptionCandidateAdminSession.createCandidate(CandidateForm candidateForm) Creates a newCandidate.voidCandidateAdminSession.updateCandidate(CandidateForm candidateForm) Updates an existing candidate. -
Uses of CandidateForm in org.osid.voting.batch
Subinterfaces of CandidateForm in org.osid.voting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating candidates in bulk.