public interface IacucProtocolPersonMassChangeService
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocol> |
getIacucProtocolChangeCandidates(PersonMassChange personMassChange)
Returns the IACUC Protocols that would have a Person Mass Change performed on them.
|
void |
performPersonMassChange(PersonMassChange personMassChange,
List<IacucProtocol> iacucProtocolChangeCandidates)
Performs the Person Mass Change on the IACUC Protocols.
|
List<IacucProtocol> getIacucProtocolChangeCandidates(PersonMassChange personMassChange)
personMassChange - the Person Mass Change to be performedvoid performPersonMassChange(PersonMassChange personMassChange, List<IacucProtocol> iacucProtocolChangeCandidates)
personMassChange - the Person Mass Change to be performediacucProtocolChangeCandidates - the IACUC Protocols to perform a Person Mass Change onCopyright © 2013 The Kuali Foundation. All Rights Reserved.