| Package | Description |
|---|---|
| org.kuali.kra.irb.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolNotepad |
NotesAttachmentsHelper.createNewProtocolNotepadInstanceHook(ProtocolBase protocol) |
ProtocolNotepad |
ModifyProtocolNotepadEvent.getExistingProtocolNotepad()
Gets new
ProtocolNotepad. |
ProtocolNotepad |
AddProtocolNotepadEvent.getNewProtocolNotepad()
Gets new
ProtocolNotepad. |
ProtocolNotepad |
DeleteProtocolNotepadEvent.getProtocolNotepad()
Gets new
ProtocolNotepad. |
| Modifier and Type | Method and Description |
|---|---|
Class<ProtocolNotepad> |
NotesAttachmentsHelper.getProtocolNotepadClassHook() |
| Constructor and Description |
|---|
AddProtocolNotepadEvent(ProtocolDocument document,
ProtocolNotepad newProtocolNotepad)
Creates a new event.
|
DeleteProtocolNotepadEvent(ProtocolDocument document,
ProtocolNotepad protocolNotepad)
Creates a new "delete" event.
|
ModifyProtocolNotepadEvent(ProtocolDocument document,
ProtocolNotepad existingProtocolNotepad)
Creates a new event.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.