public interface ProposalLogPersonMassChangeService
| Modifier and Type | Method and Description |
|---|---|
List<ProposalLog> |
getProposalLogChangeCandidates(PersonMassChange personMassChange)
Returns the Proposal Logs that would have a Person Mass Change performed on them.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<ProposalLog> proposalLogChangeCandidates)
Performs the Person Mass Change on the Proposal Logs.
|
List<ProposalLog> getProposalLogChangeCandidates(PersonMassChange personMassChange)
personMassChange - the Person Mass Change to be performedvoid performPersonMassChange(PersonMassChange personMassChange, List<ProposalLog> proposalLogChangeCandidates)
personMassChange - the Person Mass Change to be performedproposalLogChangeCandidates - the Proposal Logs to perform a Person Mass Change onCopyright © 2013 The Kuali Foundation. All Rights Reserved.