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 |
---|---|
CandidateAdminSession |
VotingManager.getCandidateAdminSession()
Gets a candidate administration session for creating, updating and
deleting candidates.
|
CandidateAdminSession |
VotingProxyManager.getCandidateAdminSession(Proxy proxy)
Gets a candidate administration session for creating, updating and
deleting candidates.
|
CandidateAdminSession |
VotingManager.getCandidateAdminSessionForPolls(Id pollsId)
Gets a candidate administration session for the given polls.
|
CandidateAdminSession |
VotingProxyManager.getCandidateAdminSessionForPolls(Id pollsId,
Proxy proxy)
Gets a candidate administration session for the given polls.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CandidateBatchAdminSession
This session creates, updates, and deletes
Candidates in
bulk. |