public interface InstitutionalProposalPersonMassChangeService
| Modifier and Type | Method and Description |
|---|---|
List<InstitutionalProposal> |
getInstitutionalProposalChangeCandidates(PersonMassChange personMassChange)
Returns the Institutional Proposals that would have a Person Mass Change performed on them.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<InstitutionalProposal> institutionalProposalChangeCandidates)
Performs the Person Mass Change on the Institutional Proposals.
|
List<InstitutionalProposal> getInstitutionalProposalChangeCandidates(PersonMassChange personMassChange)
personMassChange - the Person Mass Change to be performedvoid performPersonMassChange(PersonMassChange personMassChange, List<InstitutionalProposal> institutionalProposalChangeCandidates)
personMassChange - the Person Mass Change to be performedinstitutionalProposalChangeCandidates - the Institutional Proposals to perform a Person Mass Change onCopyright © 2013 The Kuali Foundation. All Rights Reserved.