| Package | Description |
|---|---|
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.irb.actions.risklevel |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolRiskLevel> |
Protocol.getProtocolRiskLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.setProtocolRiskLevels(List<ProtocolRiskLevel> protocolRiskLevels) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolRiskLevel |
ProtocolRiskLevelBean.getNewProtocolRiskLevel() |
ProtocolRiskLevel |
ProtocolAddRiskLevelEvent.getProtocolRiskLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolRiskLevelServiceImpl.addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel,
Protocol protocol)
Adds the newProtocolRiskLevel to the list of protocolRiskLevels in the given protocol.
|
void |
ProtocolRiskLevelService.addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel,
Protocol protocol)
Adds the newProtocolRiskLevel to the list of protocolRiskLevels in the given protocol.
|
void |
ProtocolRiskLevelBean.setNewProtocolRiskLevel(ProtocolRiskLevel newProtocolRiskLevel) |
void |
ProtocolRiskLevelServiceImpl.updateRiskLevel(ProtocolRiskLevel currentProtocolRiskLevel,
ProtocolRiskLevel newProtocolRiskLevel)
Sets the currentProtocolRiskLevel's status to inactive and creates an identical newProtocolRiskLevel for the user to add.
|
void |
ProtocolRiskLevelService.updateRiskLevel(ProtocolRiskLevel currentProtocolRiskLevel,
ProtocolRiskLevel newProtocolRiskLevel)
Sets the currentProtocolRiskLevel's status to inactive and creates an identical newProtocolRiskLevel for the user to add.
|
| Constructor and Description |
|---|
ProtocolAddRiskLevelEvent(ProtocolDocument document,
String propertyName,
ProtocolRiskLevel riskLevel)
Constructs a ProtocolAddRiskLevelEvent.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.