| Package | Description |
|---|---|
| org.kuali.kra.irb.actions.decision |
| Modifier and Type | Method and Description |
|---|---|
CommitteePerson |
CommitteeDecision.getNewAbstainer() |
CommitteePerson |
CommitteeDecision.getNewRecused() |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteePerson> |
CommitteeDecision.getAbstainers() |
List<CommitteePerson> |
CommitteeDecision.getAbstainersToDelete() |
List<CommitteePerson> |
CommitteeDecision.getRecused() |
List<CommitteePerson> |
CommitteeDecision.getRecusedToDelete() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CommitteeDecisionVoterRuleBase.checkCommitteePerson(List<CommitteePerson> people,
CommitteePerson committeePersonToCheck) |
protected boolean |
CommitteeDecisionVoterRuleBase.processVoter(CommitteePerson voter,
List<CommitteePerson> abstainers,
List<CommitteePerson> recused)
This method manages the business rules of a voter.
|
void |
CommitteeDecision.setNewAbstainer(CommitteePerson newAbstainer) |
void |
CommitteeDecision.setNewRecused(CommitteePerson newRecused) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CommitteeDecisionVoterRuleBase.checkCommitteePerson(List<CommitteePerson> people,
CommitteePerson committeePersonToCheck) |
protected boolean |
CommitteeDecisionVoterRuleBase.processVoter(CommitteePerson voter,
List<CommitteePerson> abstainers,
List<CommitteePerson> recused)
This method manages the business rules of a voter.
|
protected boolean |
CommitteeDecisionVoterRuleBase.processVoter(CommitteePerson voter,
List<CommitteePerson> abstainers,
List<CommitteePerson> recused)
This method manages the business rules of a voter.
|
void |
CommitteeDecision.setAbstainers(List<CommitteePerson> abstainers) |
void |
CommitteeDecision.setRecused(List<CommitteePerson> recused) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.