Package | Description |
---|---|
org.osid.voting.rules |
The Open Service Interface Definitions for the org.osid.voting.rules
service.
|
Modifier and Type | Method and Description |
---|---|
BallotConstrainerList |
BallotConstrainerLookupSession.getBallotConstrainers()
Gets all
BallotConstrainers. |
BallotConstrainerList |
BallotConstrainerSearchResults.getBallotConstrainers()
Gets the
BallotConstrainerList resulting from a search. |
BallotConstrainerList |
BallotConstrainerLookupSession.getBallotConstrainersByGenusType(Type ballotConstrainerGenusType)
Gets a
BallotConstrainerList corresponding to the given
ballot constrainer genus Type which does not include
ballot constrainer of genus types derived from the specified
Type. |
BallotConstrainerList |
BallotConstrainerLookupSession.getBallotConstrainersByIds(IdList ballotConstrainerIds)
Gets a
BallotConstrainerList corresponding to the given
IdList. |
BallotConstrainerList |
BallotConstrainerLookupSession.getBallotConstrainersByParentGenusType(Type ballotConstrainerGenusType)
Gets a
BallotConstrainerList corresponding to the given
ballot constrainer genus Type and include any
additional ballot constrainer with genus types derived from the
specified Type. |
BallotConstrainerList |
BallotConstrainerPollsSession.getBallotConstrainersByPolls(Id pollsId)
Gets the list of ballot constrainer associated with a
Polls. |
BallotConstrainerList |
BallotConstrainerPollsSession.getBallotConstrainersByPolls(IdList pollsIds)
Gets the list of ballot constrainer corresponding to a list of
Polls. |
BallotConstrainerList |
BallotConstrainerQuerySession.getBallotConstrainersByQuery(BallotConstrainerQuery ballotConstrainerQuery)
Gets a list of
BallotConstrainers matching the given
ballot constrainer query. |
BallotConstrainerList |
BallotConstrainerLookupSession.getBallotConstrainersByRecordType(Type ballotConstrainerRecordType)
Gets a
BallotConstrainerList containing the given
ballot constrainer record Type. |
BallotConstrainerList |
BallotConstrainerRuleLookupSession.getBallotConstrainersForBallot(Id ballotId)
Gets the
BallotConstrainer associated with a
Ballot. |
BallotConstrainerList |
BallotConstrainerEnablerRuleLookupSession.getBallotConstrainersForBallotConstrainerEnabler(Id ballotConstrainerEnablerId)
Gets the
BallotConstrainers mapped to a
BallotConstrainerEnabler. |