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