| Package | Description |
|---|---|
| org.kuali.kra.iacuc.protocol | |
| org.kuali.kra.iacuc.protocol.location | |
| org.kuali.kra.irb.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.irb.protocol.location |
This package is meant to hold all classes
related to location for a
Protocol.
|
| org.kuali.kra.protocol |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.protocol.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.protocol.protocol.location |
This package is meant to hold all classes
related to location for a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolLocationBase |
IacucProtocolHelper.getNewProtocolLocationInstanceHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolLocation |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolLocationBase |
IacucProtocolLocationServiceImpl.getNewProtocolLocationInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolLocationBase |
ProtocolHelper.getNewProtocolLocationInstanceHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolLocation
This class represents the Protocol Location Business Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolLocationBase |
ProtocolLocationServiceImpl.getNewProtocolLocationInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolLocationBase> |
ProtocolBase.getProtocolLocations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolBase.setProtocolLocations(List<ProtocolLocationBase> protocolLocations) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolLocationBase |
ProtocolHelperBase.getNewProtocolLocation() |
protected abstract ProtocolLocationBase |
ProtocolHelperBase.getNewProtocolLocationInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolHelperBase.setNewProtocolLocation(ProtocolLocationBase newProtocolLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolLocationBase |
ProtocolLocationServiceImplBase.getNewProtocolLocationInstanceHook() |
ProtocolLocationBase |
ProtocolLocationEventBase.getProtocolLocation() |
ProtocolLocationBase |
ProtocolLocationEvent.getProtocolLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolLocationServiceImplBase.addProtocolLocation(ProtocolBase protocol,
ProtocolLocationBase protocolLocation) |
void |
ProtocolLocationService.addProtocolLocation(ProtocolBase protocol,
ProtocolLocationBase protocolLocation)
This method adds ProtocolLocationBase to the List of ProtocolLocations.
|
| Constructor and Description |
|---|
AddProtocolLocationEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ProtocolLocationBase protocolLocation) |
AddProtocolLocationEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolLocationBase protocolLocation) |
ProtocolLocationEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolLocationBase protocolLocation) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.