Package | Description |
---|---|
org.kuali.ole.select.businessobject |
Modifier and Type | Method and Description |
---|---|
List<OleCorrectionReceivingItemReceiptNotes> |
OleCorrectionReceivingItem.getCorrectionNoteList()
Gets list of OleLineItemReceivingReceiptNotes.
|
List<OleCorrectionReceivingItemReceiptNotes> |
OleCorrectionReceivingItem.getCorrectionReceiptNoteList()
Gets list of OleCorrectionReceivingItemReceiptNotes.
|
List<OleCorrectionReceivingItemReceiptNotes> |
OleCorrectionReceivingItem.getCorrectionSpecialHandlingNoteList()
Gets list of Special Handling Notes.
|
Modifier and Type | Method and Description |
---|---|
void |
OleCorrectionReceivingItem.addNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the noteList.
|
void |
OleCorrectionReceivingItem.addReceiptNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the receiptNoteList.
|
Modifier and Type | Method and Description |
---|---|
void |
OleCorrectionReceivingItem.setCorrectionNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionNoteList)
Sets list of OleLineItemReceivingReceiptNotes.
|
void |
OleCorrectionReceivingItem.setCorrectionReceiptNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionReceiptNoteList)
Sets list of OleCorrectionReceivingItemReceiptNotes.
|
void |
OleCorrectionReceivingItem.setCorrectionSpecialHandlingNoteList(List<OleCorrectionReceivingItemReceiptNotes> specialHandlingNoteList)
Sets list of Special Handling Notes.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.