| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.award.notesandattachments.notes |
| Modifier and Type | Method and Description |
|---|---|
List<AwardNotepad> |
Award.getAwardNotepads()
Gets the awardNotepads attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardNotepad awardNotepad)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setAwardNotepads(List<AwardNotepad> awardNotepads)
Sets the awardNotepads attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
AwardNotepad |
AwardNoteEventBase.getAwardNotepad()
This method should return instance of awardnotepad.
|
AwardNotepad |
AwardNotepadBean.getNewAwardNotepad()
Gets the newAwardNotepad attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardNotepadBean.setNewAwardNotepad(AwardNotepad newAwardNotepad)
Sets the newAwardNotepad attribute value.
|
| Constructor and Description |
|---|
AwardNoteAddEvent(String errorPathPrefix,
AwardDocument document,
AwardNotepad awardNotepad,
AwardNoteEventBase.ErrorType type) |
AwardNoteAddEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardNotepad awardNotepad,
AwardNoteEventBase.ErrorType type) |
AwardNoteEventBase(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardNotepad awardNotepad,
AwardNoteEventBase.ErrorType type) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.