| 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.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolAttachmentType
This class represents the Protocol Attachment Type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolAttachmentTypeBase> |
IacucProtocolAttachmentServiceImpl.getProtocolAttachmentTypeClassHook() |
Collection<ProtocolAttachmentTypeBase> |
IacucProtocolAttachmentServiceImpl.getTypesForGroup(String code) |
| Constructor and Description |
|---|
IacucProtocolAttachmentTypeGroup(ProtocolAttachmentTypeBase type,
ProtocolAttachmentGroupBase group) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAttachmentType
This class represents the Protocol Attachment Type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolAttachmentTypeBase> |
ProtocolAttachmentServiceImpl.getProtocolAttachmentTypeClassHook() |
Collection<ProtocolAttachmentTypeBase> |
ProtocolAttachmentServiceImpl.getTypesForGroup(String code)
Gets a Collection of
ProtocolAttachmentType from a group code. |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolAttachmentTypeBase |
ProtocolAttachmentProtocolBase.type |
protected ProtocolAttachmentTypeBase |
ProtocolAttachmentPersonnelBase.type |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAttachmentTypeBase |
TypedAttachment.getType()
Gets the ProtocolBase Attachment Base Type.
|
ProtocolAttachmentTypeBase |
ProtocolAttachmentTypeGroupBase.getType()
Gets the ProtocolBase Attachment Type.
|
ProtocolAttachmentTypeBase |
ProtocolAttachmentProtocolBase.getType()
Gets the ProtocolBase Attachment Base Type.
|
ProtocolAttachmentTypeBase |
ProtocolAttachmentPersonnelBase.getType()
Gets the ProtocolBase Attachment Base Type.
|
ProtocolAttachmentTypeBase |
ProtocolAttachmentServiceImplBase.getTypeFromCode(String code)
Gets a
ProtocolAttachmentType from a code. |
ProtocolAttachmentTypeBase |
ProtocolAttachmentService.getTypeFromCode(String code)
Gets a
ProtocolAttachmentType from a code. |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends ProtocolAttachmentTypeBase> |
ProtocolAttachmentServiceImplBase.getProtocolAttachmentTypeClassHook() |
abstract Collection<ProtocolAttachmentTypeBase> |
ProtocolAttachmentServiceImplBase.getTypesForGroup(String code) |
Collection<ProtocolAttachmentTypeBase> |
ProtocolAttachmentService.getTypesForGroup(String code)
Gets a Collection of
ProtocolAttachmentType from a group code. |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedAttachment.setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Base Type.
|
void |
ProtocolAttachmentTypeGroupBase.setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Type.
|
void |
ProtocolAttachmentProtocolBase.setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Base Type.
|
void |
ProtocolAttachmentPersonnelBase.setType(ProtocolAttachmentTypeBase type)
Sets the ProtocolBase Attachment Base Type.
|
| Constructor and Description |
|---|
ProtocolAttachmentTypeGroupBase(ProtocolAttachmentTypeBase type,
ProtocolAttachmentGroupBase group)
Convenience ctor to set the relevant properties of this class.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.