public abstract class CommitteeDecisionVoterRuleBase extends Object
| Constructor and Description |
|---|
CommitteeDecisionVoterRuleBase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkCommitteePerson(List<CommitteePerson> people,
CommitteePerson committeePersonToCheck) |
protected boolean |
processVoter(CommitteePerson voter,
List<CommitteePerson> abstainers,
List<CommitteePerson> recused)
This method manages the business rules of a voter.
|
protected boolean processVoter(CommitteePerson voter, List<CommitteePerson> abstainers, List<CommitteePerson> recused)
voter - abstainers - recused - protected boolean checkCommitteePerson(List<CommitteePerson> people, CommitteePerson committeePersonToCheck)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.