Package | Description |
---|---|
org.osid.voting.batch |
The Open Service Interface Definitions for the org.osid.voting.batch
service.
|
Modifier and Type | Method and Description |
---|---|
CandidateBatchFormList |
CandidateBatchAdminSession.getCandidateFormsForCreate(CandidatePeerList peers,
Type[] candidateRecordTypes)
Gets the candidate forms for creating a bunch of new candidates.
|
CandidateBatchFormList |
CandidateBatchAdminSession.getCandidateFormsForUpdate(IdList candidateIds)
Gets the candidate forms for updating an existing set of candidates.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
CandidateBatchAdminSession.createCandidates(CandidateBatchFormList candidateForms)
Creates a new set of
Candidates. |
UpdateResponseList |
CandidateBatchAdminSession.updateCandidates(CandidateBatchFormList candidateForms)
Updates existing candidates.
|