| Package | Description |
|---|---|
| org.kuali.kra.iacuc | |
| 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.irb.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.protocol |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.protocol.personnel |
This package is meant to hold all classes
related to Personnel for a
Protocol.
|
| org.kuali.kra.protocol.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolUnitBase> |
IacucProtocolDaoOjb.getProtocolUnitBOClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolUnit |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolUnitBase |
IacucProtocolPersonnelServiceImpl.createNewProtocolUnitInstanceHook() |
ProtocolUnitBase |
IacucPersonnelHelper.createNewProtocolUnitInstanceHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolUnit |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolUnitBase |
ProtocolPersonnelServiceImpl.createNewProtocolUnitInstanceHook() |
ProtocolUnitBase |
PersonnelHelper.createNewProtocolUnitInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolUnitBase |
ProtocolHelper.createNewProtocolUnitInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolUnitBase |
ProtocolBase.getLeadUnit() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolUnitBase> |
ProtocolDaoOjbBase.getProtocolUnitBOClassHook() |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProtocolUnitBase> |
PersonnelHelperBase.newProtocolPersonUnits |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolUnitBase |
ProtocolPersonnelServiceImplBase.createNewProtocolUnitInstanceHook() |
abstract ProtocolUnitBase |
PersonnelHelperBase.createNewProtocolUnitInstanceHook()
This method returns the appropriate implementation of protocol unit
|
ProtocolUnitBase |
ProtocolPersonBase.getLeadUnit()
This method is to find lead unit from unit list.
|
ProtocolUnitBase |
ProtocolPersonnelServiceImplBase.getLeadUnit(ProtocolPersonBase principalInvestigator)
This method gets the lead unit of the principal investigator.
|
ProtocolUnitBase |
ProtocolPersonnelService.getLeadUnit(ProtocolPersonBase principalInvestigator)
This method gets the lead unit of the principal investigator.
|
ProtocolUnitBase |
ProtocolUnitEventBase.getProtocolUnit() |
ProtocolUnitBase |
ProtocolUnitEvent.getProtocolUnit() |
ProtocolUnitBase |
ProtocolPersonBase.getProtocolUnit(int index)
Gets index i from the protocol units list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolUnitBase> |
PersonnelHelperBase.getNewProtocolPersonUnits() |
List<ProtocolUnitBase> |
ProtocolPersonBase.getProtocolUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPersonBase.addProtocolUnit(ProtocolUnitBase protocolUnit)
This method adds a new unit to the collection of person units.
|
boolean |
ProtocolPersonnelServiceImplBase.isDuplicateUnit(ProtocolPersonBase protocolPerson,
ProtocolUnitBase newProtocolUnit) |
boolean |
ProtocolPersonnelService.isDuplicateUnit(ProtocolPersonBase protocolPerson,
ProtocolUnitBase newProtocolUnit)
This method is to check whether new unit already exists in the list
for a person
|
void |
ProtocolPersonnelServiceImplBase.setLeadUnit(ProtocolUnitBase newLeadUnit,
ProtocolPersonBase principalInvestigator,
ProtocolBase protocol)
This method sets the lead unit of the principal investigator.
|
void |
ProtocolPersonnelService.setLeadUnit(ProtocolUnitBase newLeadUnit,
ProtocolPersonBase principalInvestigator,
ProtocolBase protocol)
This method sets the lead unit of the principal investigator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPersonnelServiceImplBase.addProtocolPersonUnit(List<ProtocolUnitBase> protocolPersonUnits,
ProtocolPersonBase protocolPerson,
int selectedPersonIndex) |
void |
ProtocolPersonnelService.addProtocolPersonUnit(List<ProtocolUnitBase> protocolPersonUnits,
ProtocolPersonBase protocolPerson,
int selectedPersonIndex)
This method adds ProtocolUnitBase to the List of selected ProtocolPersonBase.
|
void |
PersonnelHelperBase.setNewProtocolPersonUnits(List<ProtocolUnitBase> newProtocolPersonUnits) |
void |
ProtocolPersonBase.setProtocolUnits(List<ProtocolUnitBase> protocolUnits) |
| Constructor and Description |
|---|
AddProtocolUnitEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ProtocolUnitBase protocolUnit,
int personIndex) |
AddProtocolUnitEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolUnitBase protocolUnit,
int personIndex) |
ProtocolUnitEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolUnitBase protocolUnit,
int personIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolUnitBase |
ProtocolHelperBase.createNewProtocolUnitInstanceHook() |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.