public interface ProtocolRiskLevelService
ProtocolRiskLevels.| Modifier and Type | Method and Description |
|---|---|
void |
addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel,
Protocol protocol)
Adds the newProtocolRiskLevel to the list of protocolRiskLevels in the given protocol.
|
void |
deleteRiskLevel(int index,
Protocol protocol)
Removes the protocolRiskLevel at index from the list of protocolRiskLevels in the given protocol.
|
void |
updateRiskLevel(ProtocolRiskLevel currentProtocolRiskLevel,
ProtocolRiskLevel newProtocolRiskLevel)
Sets the currentProtocolRiskLevel's status to inactive and creates an identical newProtocolRiskLevel for the user to add.
|
void addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel, Protocol protocol)
newProtocolRiskLevel - the new protocol risk level to addprotocol - the current protocolvoid updateRiskLevel(ProtocolRiskLevel currentProtocolRiskLevel, ProtocolRiskLevel newProtocolRiskLevel)
currentProtocolRiskLevel - the current protocol risk level to updatenewProtocolRiskLevel - the new protocol risk level to createvoid deleteRiskLevel(int index,
Protocol protocol)
index - the index of the protocol risk level to removeprotocol - the current protocolCopyright © 2013 The Kuali Foundation. All Rights Reserved.