Uses of Interface
org.osid.voting.CandidateAdminSession
Packages that use CandidateAdminSession
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 CandidateAdminSession in org.osid.voting
Methods in org.osid.voting that return CandidateAdminSessionModifier and TypeMethodDescriptionVotingManager.getCandidateAdminSession()Gets a candidate administration session for creating, updating and deleting candidates.VotingProxyManager.getCandidateAdminSession(Proxy proxy) Gets a candidate administration session for creating, updating and deleting candidates.VotingManager.getCandidateAdminSessionForPolls(Id pollsId) Gets a candidate administration session for the given polls.VotingProxyManager.getCandidateAdminSessionForPolls(Id pollsId, Proxy proxy) Gets a candidate administration session for the given polls. -
Uses of CandidateAdminSession in org.osid.voting.batch
Subinterfaces of CandidateAdminSession in org.osid.voting.batchModifier and TypeInterfaceDescriptioninterfaceThis session creates, updates, and deletesCandidatesin bulk.