public interface AwardPersonMassChangeService
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
getAwardChangeCandidates(PersonMassChange personMassChange)
Returns the Awards that would have a Person Mass Change performed on them.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<Award> awardChangeCandidates)
Performs the Person Mass Change on the Awards.
|
List<Award> getAwardChangeCandidates(PersonMassChange personMassChange)
personMassChange - the Person Mass Change to be performedvoid performPersonMassChange(PersonMassChange personMassChange, List<Award> awardChangeCandidates)
personMassChange - the Person Mass Change to be performedawardChangeCandidates - the Awards to perform a Person Mass Change onCopyright © 2013 The Kuali Foundation. All Rights Reserved.