| Package | Description |
|---|---|
| org.kuali.kra.iacuc.noteattachment | |
| org.kuali.kra.irb.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments 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.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolNotepad |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolNotepadBase |
IacucNotesAttachmentsHelper.createNewProtocolNotepadInstanceHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolNotepadBase> |
IacucNotesAttachmentsHelper.getProtocolNotepadClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolNotepad
The Protocol Notepad class.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolNotepadBase |
ProtocolBase.getNotepad(int index)
Gets an attachment protocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolNotepadBase> |
ProtocolBase.getNotepads()
Gets the notepads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolBase.setNotepads(List<ProtocolNotepadBase> notepads) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolNotepadBase |
NotesAttachmentsHelperBase.protocolNotepad |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolNotepadBase |
NotesAttachmentsHelperBase.createNewProtocolNotepadInstanceHook(ProtocolBase protocol) |
ProtocolNotepadBase |
ModifyProtocolNotepadEvent.getExistingProtocolNotepad()
Gets new
ProtocolNotepadBase. |
ProtocolNotepadBase |
NotesAttachmentsHelperBase.getNewProtocolNotepad()
Gets the new protocol notepad.
|
ProtocolNotepadBase |
AddProtocolNotepadEvent.getNewProtocolNotepad()
Gets new
ProtocolNotepadBase. |
ProtocolNotepadBase |
DeleteProtocolNotepadEvent.getProtocolNotepad()
Gets new
ProtocolNotepadBase. |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends ProtocolNotepadBase> |
NotesAttachmentsHelperBase.getProtocolNotepadClassHook() |
| Modifier and Type | Method and Description |
|---|---|
int |
ProtocolNotepadBase.NotepadByEntryNumber.compare(ProtocolNotepadBase o1,
ProtocolNotepadBase o2) |
int |
ProtocolNotepadBase.compareTo(ProtocolNotepadBase protocolNotepad)
Sort by updateTimestamp
|
void |
NotesAttachmentsHelperBase.setNewProtocolNotepad(ProtocolNotepadBase protocolNotepad)
Sets the new protocol notepad.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolNotepadServiceImpl.setProtocolNotepadUpdateUsersName(List<ProtocolNotepadBase> protocolNotepads) |
void |
ProtocolNotepadService.setProtocolNotepadUpdateUsersName(List<ProtocolNotepadBase> protocolNotepads)
Populate the updateUserFullName transient field in each ProtocolNotepadBase object in the list param.
|
| Constructor and Description |
|---|
AddProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase newProtocolNotepad)
Creates a new event.
|
DeleteProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase protocolNotepad)
Creates a new "delete" event.
|
ModifyProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase existingProtocolNotepad)
Creates a new event.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.