| 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> |
ProtocolBase.addAttachmentsByType(T attachment)
Adds a attachment to a ProtocolBase where the type of attachment is used to determine
where to add the attachment.
|
<T extends ProtocolAttachmentBase> |
ProtocolBase.removeAttachmentsByType(T attachment)
removes an attachment to a ProtocolBase where the type of attachment is used to determine
where to add the attachment.
|
<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 |
ProtocolAttachmentPersonnelBase
This class represents the ProtocolBase Attachment Personnel.
|
class |
ProtocolAttachmentProtocolBase
This class represents the ProtocolBase Attachment ProtocolBase.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ProtocolAttachmentBase> |
ProtocolAttachmentBase.addAttachmentToCollection(T attachment,
Collection<T> toCollection)
Adds an attachment to a Collection.
|
<T extends ProtocolAttachmentBase> |
NotesAttachmentsHelperBase.deleteExistingAttachmentByType(int attachmentNumber,
Class<T> type)
Deletes an attachment from a protocol based on a type.
|
static <T extends ProtocolAttachmentBase> |
ProtocolAttachmentBase.filterExistingAttachments(Collection<T> attachments)
Returns a new collection containing only exiting attachments.
|
static <T extends ProtocolAttachmentBase> |
ProtocolAttachmentBase.filterNewAttachments(Collection<T> attachments)
Returns a new collection containing only new attachments.
|
<T extends ProtocolAttachmentBase> |
ProtocolAttachmentServiceImplBase.getAttachment(Class<T> type,
Long id)
Retrieves an attachment from the database of a given type based on the attachment id.
|
<T extends ProtocolAttachmentBase> |
ProtocolAttachmentService.getAttachment(Class<T> type,
Long id)
Retrieves an attachment from the database of a given type based on the attachment id.
|
<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. |
static <T extends ProtocolAttachmentBase> |
ProtocolAttachmentBase.removeAttachmentFromCollection(T attachment,
Collection<T> fromCollection)
Adds an attachment to a Collection.
|
<T extends ProtocolAttachmentBase> |
NotesAttachmentsHelperBase.retrieveConfirmMethodByType(Class<T> type)
Retrieves the confirmation method based on a type.
|
<T extends ProtocolAttachmentBase> |
NotesAttachmentsHelperBase.retrieveExistingAttachmentByType(int attachmentNumber,
Class<T> type)
retrieves an attachment from a protocol based on a type.
|
<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.
|
protected <T extends ProtocolAttachmentBase> |
ProtocolAttachmentVersioningUtilityBase.versionExstingAttachments(Collection<ProtocolAttachmentProtocolBase> attachments,
Class<? extends ProtocolAttachmentProtocolBase> class1)
Versions all attachments for a given Collection of attachments on the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAttachmentServiceImplBase.deleteAttatchment(ProtocolAttachmentBase attachment)
Deletes an existing
ProtocolAttachmentBase. |
void |
ProtocolAttachmentService.deleteAttatchment(ProtocolAttachmentBase attachment)
Deletes an existing
ProtocolAttachmentBase. |
void |
ProtocolAttachmentServiceImplBase.saveAttatchment(ProtocolAttachmentBase attachment)
Saves (persists) an
ProtocolAttachmentBase. |
void |
ProtocolAttachmentService.saveAttatchment(ProtocolAttachmentBase attachment)
Saves (persists) an
ProtocolAttachmentBase. |
boolean |
ProtocolAttachmentBaseRuleHelper.validPrimitiveFields(ProtocolAttachmentBase attachmentBase)
Validates the attachment's primitive fields (non reference fields).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAttachmentServiceImplBase.setProtocolAttachmentUpdateUsersName(List<? extends ProtocolAttachmentBase> protocolAttachmentBases) |
void |
ProtocolAttachmentService.setProtocolAttachmentUpdateUsersName(List<? extends ProtocolAttachmentBase> protocolAttachmentBases)
Populate the updateUserFullName transient field in each ProtocolAttachmentBase object in the
list.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.