| Package | Description |
|---|---|
| org.kuali.kra.iacuc | |
| org.kuali.kra.iacuc.noteattachment | |
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| 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.actions.amendrenew | |
| org.kuali.kra.protocol.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolAttachmentProtocolBase> |
IacucProtocol.getProtocolAttachmentProtocolClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolAttachmentProtocol |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAttachmentProtocolBase |
IacucNotesAttachmentsHelper.createNewProtocolAttachmentProtocolInstanceHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolAttachmentProtocolBase> |
IacucProtocolAttachmentVersioningUtility.getProtocolAttachmentProtocolClassHook() |
Class<? extends ProtocolAttachmentProtocolBase> |
IacucProtocolAttachmentServiceImpl.getProtocolAttachmentProtocolClassHook() |
Class<? extends ProtocolAttachmentProtocolBase> |
IacucNotesAttachmentsHelper.getProtocolAttachmentProtocolClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolAttachmentProtocolBase> |
Protocol.getProtocolAttachmentProtocolClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentProtocol
This class represents the Protocol Attachment Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolAttachmentProtocolBase> |
ProtocolAttachmentVersioningUtility.getProtocolAttachmentProtocolClassHook() |
Class<? extends ProtocolAttachmentProtocolBase> |
ProtocolAttachmentServiceImpl.getProtocolAttachmentProtocolClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAttachmentProtocolBase |
ProtocolBase.getAttachmentProtocol(int index)
Gets an attachment protocol.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolAttachmentProtocolBase> |
ProtocolBase.getActiveAttachmentProtocols()
This method will return the list of all active attachments for this protocol; an attachment A is active for a
protocol if either A has a doc status code of 'draft' or
if for all other attachments for that protocol having the same doc id as A's doc id, none have a version number
greater than A's version number.
|
List<ProtocolAttachmentProtocolBase> |
ProtocolBase.getActiveAttachmentProtocolsNoDelete()
This method will return the list of undeleted attachments that are still active for this protocol.
|
List<ProtocolAttachmentProtocolBase> |
ProtocolBase.getAttachmentProtocols()
Gets the attachment protocols.
|
List<ProtocolAttachmentProtocolBase> |
ProtocolBase.getFilteredAttachmentProtocols()
This method returns a list of attachments which respect the sort filter
|
protected abstract Class<? extends ProtocolAttachmentProtocolBase> |
ProtocolBase.getProtocolAttachmentProtocolClassHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolBase.setAttachmentProtocols(List<ProtocolAttachmentProtocolBase> attachmentProtocols) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolAmendRenewServiceImplBase.markProtocolAttachmentsAsFinalized(List<ProtocolAttachmentProtocolBase> attachmentProtocols)
This method marks all protocol attachment as finalized.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolAttachmentProtocolBase |
NotesAttachmentsHelperBase.newAttachmentProtocol |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProtocolAttachmentProtocolBase> |
ProtocolAttachmentProtocolBase.versions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolAttachmentProtocolBase |
NotesAttachmentsHelperBase.createNewProtocolAttachmentProtocolInstanceHook(ProtocolBase protocol) |
ProtocolAttachmentProtocolBase |
NotesAttachmentsHelperBase.getNewAttachmentProtocol()
Gets the new attachment protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<ProtocolAttachmentProtocolBase> |
ProtocolAttachmentFilterBase.getProtocolAttachmentComparator()
This method returns a comparator used to sort protocol attachments
|
protected abstract Class<? extends ProtocolAttachmentProtocolBase> |
ProtocolAttachmentVersioningUtilityBase.getProtocolAttachmentProtocolClassHook() |
abstract Class<? extends ProtocolAttachmentProtocolBase> |
ProtocolAttachmentServiceImplBase.getProtocolAttachmentProtocolClassHook() |
abstract Class<? extends ProtocolAttachmentProtocolBase> |
NotesAttachmentsHelperBase.getProtocolAttachmentProtocolClassHook() |
List<ProtocolAttachmentProtocolBase> |
ProtocolAttachmentProtocolBase.getVersions()
Gets the versions attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolAttachmentServiceImplBase.isAttachmentActive(ProtocolAttachmentProtocolBase attachment) |
boolean |
ProtocolAttachmentService.isAttachmentActive(ProtocolAttachmentProtocolBase attachment)
This method will check if the given attachment is currently active (for the active version of the protocol it is attached to).
|
boolean |
ProtocolAttachmentServiceImplBase.isNewAttachmentVersion(ProtocolAttachmentProtocolBase attachment) |
boolean |
ProtocolAttachmentService.isNewAttachmentVersion(ProtocolAttachmentProtocolBase attachment)
This method is to check if the attachment is the new version,ie, the first version.
|
void |
NotesAttachmentsHelperBase.setNewAttachmentProtocol(ProtocolAttachmentProtocolBase newAttachmentProtocol)
Sets the new attachment protocol.
|
boolean |
ProtocolAttachmentProtocolRuleHelperBase.validStatus(ProtocolAttachmentProtocolBase attachment)
Validates that the selected status exists in the system (is valid).
|
protected boolean |
ProtocolAttachmentProtocolRuleHelperBase.validStatusForSubmission(ProtocolAttachmentProtocolBase attachmentProtocol)
Checks that the status is marked complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAttachmentProtocolBase.setVersions(List<ProtocolAttachmentProtocolBase> versions)
Sets the versions attribute value.
|
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.
|
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.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.