Uses of Interface
org.osid.voting.rules.BallotConstrainerEnablerForm
Packages that use BallotConstrainerEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of BallotConstrainerEnablerForm in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotConstrainerEnablerFormModifier and TypeMethodDescriptionBallotConstrainerEnablerAdminSession.getBallotConstrainerEnablerFormForCreate(Type[] ballotConstrainerEnablerRecordTypes) Gets the ballot constrainer enabler form for creating new ballot constrainer enablers.BallotConstrainerEnablerAdminSession.getBallotConstrainerEnablerFormForUpdate(Id ballotConstrainerEnablerId) Gets the ballot constrainer enabler form for updating a existing ballot constrainer enabler.Methods in org.osid.voting.rules with parameters of type BallotConstrainerEnablerFormModifier and TypeMethodDescriptionBallotConstrainerEnablerAdminSession.createBallotConstrainerEnabler(BallotConstrainerEnablerForm ballotConstrainerEnablerForm) Creates a newBallotConstrainerEnabler.voidBallotConstrainerEnablerAdminSession.updateBallotConstrainerEnabler(BallotConstrainerEnablerForm ballotConstrainerEnablerForm) Updates an existing ballot constrainer enabler.