| Package | Description |
|---|---|
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.irb.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.irb.protocol.participant |
This package is meant to hold all classes
related to participant for a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolParticipant |
Protocol.getProtocolParticipant(int index)
Gets index i from the protocol participant list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolParticipant> |
Protocol.getProtocolParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.setProtocolParticipants(List<ProtocolParticipant> protocolParticipants) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolParticipant |
ProtocolHelper.getNewProtocolParticipant() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolHelper.setNewProtocolParticipant(ProtocolParticipant newProtocolParticipant) |
| 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 |
ProtocolParticipantServiceImpl.addProtocolParticipant(Protocol protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
void |
ProtocolParticipantService.addProtocolParticipant(Protocol protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
| Constructor and Description |
|---|
AddProtocolParticipantEvent(ProtocolDocument document,
ProtocolParticipant newProtocolParticipant,
List<ProtocolParticipant> protocolParticipants)
Constructs a
. |
| Constructor and Description |
|---|
AddProtocolParticipantEvent(ProtocolDocument document,
ProtocolParticipant newProtocolParticipant,
List<ProtocolParticipant> protocolParticipants)
Constructs a
. |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.