Uses of Interface
org.osid.voting.batch.PollsBatchFormList
Packages that use PollsBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.batch
service.
-
Uses of PollsBatchFormList in org.osid.voting.batch
Methods in org.osid.voting.batch that return PollsBatchFormListModifier and TypeMethodDescriptionPollsBatchAdminSession.getPollsFormsForCreate(long number, Type[] pollsRecordTypes) Gets the polls forms for creating a bunch of new polls.PollsBatchAdminSession.getPollsFormsForUpdate(IdList pollsIds) Gets the polls forms for updating an existing set of polls.Methods in org.osid.voting.batch with parameters of type PollsBatchFormListModifier and TypeMethodDescriptionPollsBatchAdminSession.createPolls(PollsBatchFormList pollsForms) Creates a new set ofPolls.PollsBatchAdminSession.updatePolls(PollsBatchFormList pollsForms) Updates existing polls.