| Package | Description |
|---|---|
| org.kuali.kra.iacuc.noteattachment | |
| org.kuali.kra.iacuc.personnel | |
| org.kuali.kra.irb.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| org.kuali.kra.irb.personnel |
This package is meant to hold all classes
related to Personnel 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.
|
| org.kuali.kra.protocol.personnel |
This package is meant to hold all classes
related to Personnel for a
Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolAttachmentPersonnel |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAttachmentPersonnelBase |
IacucNotesAttachmentsHelper.createNewProtocolAttachmentPersonnelInstanceHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolAttachmentPersonnelBase> |
IacucProtocolAttachmentServiceImpl.getProtocolAttachmentPersonnelClassHook() |
Class<? extends ProtocolAttachmentPersonnelBase> |
IacucNotesAttachmentsHelper.getProtocolAttachmentPersonnelClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAttachmentPersonnelBase |
IacucPersonnelHelper.createNewProtocolAttachmentPersonnelInstanceHook() |
| Constructor and Description |
|---|
AddIacucProtocolAttachmentPersonnelEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolAttachmentPersonnelBase protocolAttachmentPersonnel,
int personIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentPersonnel
This class represents the Protocol Attachment Personnel.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolAttachmentPersonnelBase> |
ProtocolAttachmentServiceImpl.getProtocolAttachmentPersonnelClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAttachmentPersonnelBase |
PersonnelHelper.createNewProtocolAttachmentPersonnelInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolAttachmentPersonnelBase> |
ProtocolBase.getAttachmentPersonnels()
Deprecated.
Gets the attachment personnels. Cannot return
null. |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolAttachmentPersonnelBase |
NotesAttachmentsHelperBase.newAttachmentPersonnel |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolAttachmentPersonnelBase |
NotesAttachmentsHelperBase.createNewProtocolAttachmentPersonnelInstanceHook(ProtocolBase protocol) |
ProtocolAttachmentPersonnelBase |
NotesAttachmentsHelperBase.getNewAttachmentPersonnel()
Gets the new attachment personnel.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends ProtocolAttachmentPersonnelBase> |
ProtocolAttachmentServiceImplBase.getProtocolAttachmentPersonnelClassHook() |
abstract Class<? extends ProtocolAttachmentPersonnelBase> |
NotesAttachmentsHelperBase.getProtocolAttachmentPersonnelClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolAttachmentServiceImplBase.isSharedFile(ProtocolAttachmentPersonnelBase attachment) |
boolean |
ProtocolAttachmentService.isSharedFile(ProtocolAttachmentPersonnelBase attachment)
This method is to check whether the attachment file is shared by old version of attachments.
|
void |
NotesAttachmentsHelperBase.setNewAttachmentPersonnel(ProtocolAttachmentPersonnelBase newAttachmentPersonnel)
Sets the new attachment personnel.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ProtocolAttachmentPersonnelBase> |
PersonnelHelperBase.newProtocolAttachmentPersonnels |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolAttachmentPersonnelBase |
PersonnelHelperBase.createNewProtocolAttachmentPersonnelInstanceHook() |
ProtocolAttachmentPersonnelBase |
ProtocolAttachmentPersonnelEventBase.getProtocolAttachmentPersonnel() |
ProtocolAttachmentPersonnelBase |
ProtocolAttachmentPersonnelEvent.getProtocolAttachmentPersonnel() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolAttachmentPersonnelBase> |
ProtocolPersonBase.getAttachmentPersonnels()
Gets the attachment personnels.
|
List<ProtocolAttachmentPersonnelBase> |
PersonnelHelperBase.getNewProtocolAttachmentPersonnels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPersonnelServiceImplBase.addProtocolPersonAttachment(ProtocolBase protocol,
ProtocolAttachmentPersonnelBase newAttachment,
int selectedPersonIndex) |
void |
ProtocolPersonnelService.addProtocolPersonAttachment(ProtocolBase protocol,
ProtocolAttachmentPersonnelBase newAttachment,
int selectedPersonIndex)
This method add ProtocolPersonAttachment to a Person of the ProtocolBase.
|
void |
ProtocolAttachmentPersonnelEventBase.setProtocolAttachmentPersonnel(ProtocolAttachmentPersonnelBase protocolAttachmentPersonnel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolPersonnelServiceImplBase.deleteAssociatedPersonnelAttachments(Integer protocolPersonId,
Collection<ProtocolAttachmentPersonnelBase> toDelete)
When deleting a Person, attachments associated with that person must also get deleted.
|
void |
ProtocolPersonBase.setAttachmentPersonnels(List<ProtocolAttachmentPersonnelBase> attachmentPersonnels) |
void |
PersonnelHelperBase.setNewProtocolAttachmentPersonnels(List<ProtocolAttachmentPersonnelBase> newProtocolAttachmentPersonnels) |
| Constructor and Description |
|---|
AddProtocolAttachmentPersonnelEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ProtocolAttachmentPersonnelBase protocolAttachmentPersonnel,
int personIndex) |
ProtocolAttachmentPersonnelEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ProtocolAttachmentPersonnelBase protocolAttachmentPersonnel,
int personIndex) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.