public interface ProtocolPersonTrainingService
| Modifier and Type | Method and Description |
|---|---|
List<PersonTraining> |
getPersonTrainingDetails(String personId)
This method is to get training details for a person
|
void |
setTrainedFlag(ProtocolPersonBase protocolPerson)
This method is to set trained flag for a person
Set true / false
This method is invoked from isPersonTrained and while adding a new person to the list.
|
void |
updatePersonTrained(List<ProtocolPersonBase> protocolPersons)
This method is to set trained flag for each person
This method is invoked while navigating to personnel page to set the trained flag for
each person in the list.
|
void updatePersonTrained(List<ProtocolPersonBase> protocolPersons)
protocolPersons - void setTrainedFlag(ProtocolPersonBase protocolPerson)
protocolPerson - List<PersonTraining> getPersonTrainingDetails(String personId)
personId - Copyright © 2013 The Kuali Foundation. All Rights Reserved.