public class ProtocolRiskLevelServiceImpl extends Object implements ProtocolRiskLevelService
ProtocolRiskLevelService.| Constructor and Description |
|---|
ProtocolRiskLevelServiceImpl() |
| 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.
|
public void addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel, Protocol protocol)
addRiskLevel in interface ProtocolRiskLevelServicenewProtocolRiskLevel - the new protocol risk level to addprotocol - the current protocolProtocolRiskLevelService.addRiskLevel(org.kuali.kra.irb.actions.risklevel.ProtocolRiskLevel,
org.kuali.kra.irb.Protocol)public void updateRiskLevel(ProtocolRiskLevel currentProtocolRiskLevel, ProtocolRiskLevel newProtocolRiskLevel)
updateRiskLevel in interface ProtocolRiskLevelServicecurrentProtocolRiskLevel - the current protocol risk level to updatenewProtocolRiskLevel - the new protocol risk level to createProtocolRiskLevelService.updateRiskLevel(org.kuali.kra.irb.actions.risklevel.ProtocolRiskLevel,
org.kuali.kra.irb.actions.risklevel.ProtocolRiskLevel)public void deleteRiskLevel(int index,
Protocol protocol)
deleteRiskLevel in interface ProtocolRiskLevelServiceindex - the index of the protocol risk level to removeprotocol - the current protocolProtocolRiskLevelService.deleteRiskLevel(int, org.kuali.kra.irb.Protocol)Copyright © 2013 The Kuali Foundation. All Rights Reserved.