Uses of Interface
org.osid.voting.PollsForm
Packages that use PollsForm
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 PollsForm in org.osid.voting
Methods in org.osid.voting that return PollsFormModifier and TypeMethodDescriptionPollsAdminSession.getPollsFormForCreate(Type[] pollsRecordTypes) Gets the polls form for creating new polls.PollsAdminSession.getPollsFormForUpdate(Id pollsId) Gets the polls form for updating an existing polls.Methods in org.osid.voting with parameters of type PollsFormModifier and TypeMethodDescriptionPollsAdminSession.createPolls(PollsForm pollsForm) Creates a newPolls.voidPollsAdminSession.updatePolls(PollsForm pollsForm) Updates an existing polls. -
Uses of PollsForm in org.osid.voting.batch
Subinterfaces of PollsForm in org.osid.voting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating polls in bulk.