public interface NegotiationPersonMassChangeService
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
getNegotiationChangeCandidates(PersonMassChange personMassChange)
Returns the Negotiations that would have a Person Mass Change performed on them.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<Negotiation> negotiationChangeCandidates)
Performs the Person Mass Change on the Negotiations.
|
List<Negotiation> getNegotiationChangeCandidates(PersonMassChange personMassChange)
personMassChange - the Person Mass Change to be performedvoid performPersonMassChange(PersonMassChange personMassChange, List<Negotiation> negotiationChangeCandidates)
personMassChange - the Person Mass Change to be performednegotiationChangeCandidates - the Negotiations to perform a Person Mass Change onCopyright © 2013 The Kuali Foundation. All Rights Reserved.