| Package | Description |
|---|---|
| org.osid.voting |
The Open Service Interface Definitions for the org.osid.voting
service.
|
| org.osid.voting.batch |
The Open Service Interface Definitions for the org.osid.voting.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
PollsForm |
PollsAdminSession.getPollsFormForCreate(Type[] pollsRecordTypes)
Gets the polls form for creating new polls.
|
PollsForm |
PollsAdminSession.getPollsFormForUpdate(Id pollsId)
Gets the polls form for updating an existing polls.
|
| Modifier and Type | Method and Description |
|---|---|
Polls |
PollsAdminSession.createPolls(PollsForm pollsForm)
Creates a new
Polls. |
void |
PollsAdminSession.updatePolls(PollsForm pollsForm)
Updates an existing polls.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PollsBatchForm
This is the form for creating and updating polls in bulk.
|