| 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 |
IacucProtocolAttachmentTypeByGroupValuesFinder<T extends ProtocolAttachmentBase & TypedAttachment> |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolAttachmentPersonnel |
class |
IacucProtocolAttachmentProtocol |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentTypeByGroupValuesFinder<T extends ProtocolAttachmentBase & TypedAttachment>
This class can be used in a tag file like the following
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentPersonnel
This class represents the Protocol Attachment Personnel.
|
class |
ProtocolAttachmentProtocol
This class represents the Protocol Attachment Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolDaoOjbBase.retrieveAttachmentVersions(T attachment,
Class<T> type)
Gets all the attachment versions based on the passed in attachment.
|
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolDao.retrieveAttachmentVersions(T attachment,
Class<T> type)
Gets all the attachment versions based on the passed in attachment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentBase
This is the base class for all ProtocolBase Attachments.
|
class |
ProtocolAttachmentPersonnelBase
This class represents the ProtocolBase Attachment Personnel.
|
class |
ProtocolAttachmentProtocolBase
This class represents the ProtocolBase Attachment ProtocolBase.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolAttachmentServiceImplBase.getAttachmentsWithOlderFileVersions(T attachment,
Class<T> type)
Deletes an existing
ProtocolAttachmentBase. |
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolAttachmentService.getAttachmentsWithOlderFileVersions(T attachment,
Class<T> type)
Deletes an existing
ProtocolAttachmentBase. |
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolAttachmentBaseRuleHelper.validDescriptionWhenRequired(T attachment)
Checks for a valid description when description is required.
|
<T extends ProtocolAttachmentBase & TypedAttachment> |
ProtocolAttachmentBaseRuleHelper.validTypeForGroup(T attachment)
Checks for a valid type for a group.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.