| Package | Description |
|---|---|
| org.osid.voting.batch |
The Open Service Interface Definitions for the org.osid.voting.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
PollsBatchFormList |
PollsBatchAdminSession.getPollsFormsForCreate(long number,
Type[] pollsRecordTypes)
Gets the polls forms for creating a bunch of new polls.
|
PollsBatchFormList |
PollsBatchAdminSession.getPollsFormsForUpdate(IdList pollsIds)
Gets the polls forms for updating an existing set of polls.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
PollsBatchAdminSession.createPolls(PollsBatchFormList pollsForms)
Creates a new set of
Polls. |
UpdateResponseList |
PollsBatchAdminSession.updatePolls(PollsBatchFormList pollsForms)
Updates existing polls.
|