Package | Description |
---|---|
org.osid.voting.rules |
The Open Service Interface Definitions for the org.osid.voting.rules
service.
|
Modifier and Type | Method and Description |
---|---|
BallotConstrainerEnablerForm |
BallotConstrainerEnablerAdminSession.getBallotConstrainerEnablerFormForCreate(Type[] ballotConstrainerEnablerRecordTypes)
Gets the ballot constrainer enabler form for creating new ballot
constrainer enablers.
|
BallotConstrainerEnablerForm |
BallotConstrainerEnablerAdminSession.getBallotConstrainerEnablerFormForUpdate(Id ballotConstrainerEnablerId)
Gets the ballot constrainer enabler form for updating a existing
ballot constrainer enabler.
|
Modifier and Type | Method and Description |
---|---|
BallotConstrainerEnabler |
BallotConstrainerEnablerAdminSession.createBallotConstrainerEnabler(BallotConstrainerEnablerForm ballotConstrainerEnablerForm)
Creates a new
BallotConstrainerEnabler. |
void |
BallotConstrainerEnablerAdminSession.updateBallotConstrainerEnabler(BallotConstrainerEnablerForm ballotConstrainerEnablerForm)
Updates an existing ballot constrainer enabler.
|