| Package | Description |
|---|---|
| org.kuali.kra.protocol.protocol.participant |
This package is meant to hold all classes
related to participant for a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolParticipant |
AddProtocolParticipantEvent.getNewProtocolParticipant() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolParticipant> |
AddProtocolParticipantEvent.getProtocolParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolParticipantService.addProtocolParticipant(ProtocolBase protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
| Constructor and Description |
|---|
AddProtocolParticipantEvent(ProtocolDocumentBase document,
ProtocolParticipant newProtocolParticipant,
List<ProtocolParticipant> protocolParticipants)
Constructs a
. |
| Constructor and Description |
|---|
AddProtocolParticipantEvent(ProtocolDocumentBase document,
ProtocolParticipant newProtocolParticipant,
List<ProtocolParticipant> protocolParticipants)
Constructs a
. |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.