| Package | Description |
|---|---|
| org.kuali.kra.iacuc.actions.copy | |
| org.kuali.kra.irb.actions.copy |
This package is meant to hold all classes
related to the action of copying a
Protocol.
|
| org.kuali.kra.protocol.actions.amendrenew | |
| org.kuali.kra.protocol.actions.copy | |
| org.kuali.kra.protocol.actions.undo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IacucProtocolCopyService |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolCopyServiceImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtocolCopyService
The Protocol Copy Service is responsible for copying protocols.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolCopyServiceImpl
The Protocol Copy Service creates a new Protocol Document
based upon a current document.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolCopyService |
ProtocolAmendRenewServiceImplBase.protocolCopyService |
| Modifier and Type | Method and Description |
|---|---|
ProtocolCopyService<ProtocolDocumentBase> |
ProtocolAmendRenewServiceImplBase.getProtocolCopyService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAmendRenewServiceImplBase.setProtocolCopyService(ProtocolCopyService protocolCopyService)
Set the ProtocolBase Copy Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolCopyServiceImplBase<GenericProtocolDocument extends ProtocolDocumentBase>
The ProtocolBase Copy Service creates a new ProtocolBase Document
based upon a current document.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolCopyService |
UndoLastActionServiceImplBase.getProtocolCopyService() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndoLastActionServiceImplBase.setProtocolCopyService(ProtocolCopyService protocolCopyService) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.