| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.award.notesandattachments.attachments | |
| org.kuali.kra.award.rule.event |
| Modifier and Type | Method and Description |
|---|---|
AwardAttachment |
Award.getAwardAttachment(int index)
Gets an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardAttachment> |
Award.getAwardAttachments()
Gets the attachmentsw.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.addAttachment(AwardAttachment attachment)
add an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setAttachments(List<AwardAttachment> attachments)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
AwardAttachment |
AwardAttachmentFormBean.getNewAttachment()
Gets the new attachment.
|
AwardAttachment |
AwardAttachmentFormBean.retrieveExistingAttachment(int attachmentNumber)
retrieves an attachment from a protocol based on a type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AwardAttachment.compareTo(AwardAttachment o)
Implements comparable based on the awardAttachmentId.
|
void |
AwardAttachmentFormBean.setNewAttachment(AwardAttachment newAttachment)
Sets the newAttachment attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
AwardAttachment |
AwardAttachmentEventBase.getAwardAttachment() |
AwardAttachment |
AwardAttachmentEvent.getAwardAttachment() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardAttachmentEventBase.setAwardAttachment(AwardAttachment attachment) |
| Constructor and Description |
|---|
AddAwardAttachmentEvent(String description,
String errorPathPrefix,
AwardDocument document,
AwardAttachment attachment) |
AwardAttachmentEventBase(String description,
String errorPathPrefix,
AwardDocument document,
AwardAttachment attachment) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.