public class ProtocolParticipantServiceImpl extends Object implements ProtocolParticipantService
ProtocolParticipants of a
Protocol.| Constructor and Description |
|---|
ProtocolParticipantServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProtocolParticipant(Protocol protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
public void addProtocolParticipant(Protocol protocol, ProtocolParticipant protocolParticipant)
addProtocolParticipant in interface ProtocolParticipantServiceprotocol - which contains list of ProtocolParticipant.protocolParticipant - which is added to ProtocolParticipants list after setting ParticipantType.Copyright © 2013 The Kuali Foundation. All Rights Reserved.