| Package | Description |
|---|---|
| org.kuali.kra.iacuc.personnel | |
| org.kuali.kra.irb.personnel |
This package is meant to hold all classes
related to Personnel for a
Protocol.
|
| org.kuali.kra.protocol.personnel |
This package is meant to hold all classes
related to Personnel for a
Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolPersonRoleMapping
This class exists to allow for IACUC to have a protocol person role mapping bo
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolPersonRoleMappingBase> |
IacucProtocolPersonnelServiceImpl.getProtocolPersonRoleMappingClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolPersonRoleMapping
This class represents protocol person role mapping business object
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolPersonRoleMappingBase> |
ProtocolPersonnelServiceImpl.getProtocolPersonRoleMappingClassHook() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolPersonRoleMappingBase> |
ProtocolPersonnelServiceImplBase.getPersonRoleMapping(String sourceRoleId)
This method is to fetch person role mapping data based on source role id
|
List<ProtocolPersonRoleMappingBase> |
ProtocolPersonnelService.getPersonRoleMapping(String sourceRoleId)
This method is to get valid target person roles for a given source role.
|
abstract Class<? extends ProtocolPersonRoleMappingBase> |
ProtocolPersonnelServiceImplBase.getProtocolPersonRoleMappingClassHook()
This method allows for the correct version fo the protocol person role mapping class to be returned (IRB or IACUC)
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.