Package | Description |
---|---|
org.kuali.ole.deliver.bo | |
org.kuali.ole.deliver.form | |
org.kuali.ole.deliver.processor |
Modifier and Type | Method and Description |
---|---|
static OlePatronNotes |
OlePatronNotes.from(OlePatronNotesDefinition im)
This method converts the immutable object OlePatronNotesDefinition into PersistableBusinessObjectBase OlePatronNotes
|
Modifier and Type | Method and Description |
---|---|
List<OlePatronNotes> |
OlePatronDocument.getDeletedNotes() |
List<OlePatronNotes> |
OlePatronDocument.getNotes()
Gets the value of notes which is a list of OlePatronNotes
|
List<OlePatronNotes> |
OlePatronDocument.getOlePatronUserNotes() |
Modifier and Type | Method and Description |
---|---|
static OlePatronNotesDefinition |
OlePatronNotes.to(OlePatronNotes bo)
This method converts the PersistableBusinessObjectBase OlePatronNotes into immutable object OlePatronNotesDefinition
|
Modifier and Type | Method and Description |
---|---|
void |
OlePatronDocument.setDeletedNotes(List<OlePatronNotes> deletedNotes) |
void |
OlePatronDocument.setNotes(List<OlePatronNotes> notes)
Sets the value for notes which is a list of OlePatronNotes
|
void |
OlePatronDocument.setOlePatronUserNotes(List<OlePatronNotes> olePatronUserNotes) |
Modifier and Type | Method and Description |
---|---|
List<OlePatronNotes> |
OleLoanForm.getOlePatronNotes() |
Modifier and Type | Method and Description |
---|---|
void |
OleLoanForm.setOlePatronNotes(List<OlePatronNotes> olePatronNotes) |
Modifier and Type | Method and Description |
---|---|
OleLoanForm |
LoanProcessor.getPatronNote(List<OlePatronNotes> olePatronNotes,
OleLoanForm oleLoanForm)
Retrieves Patron user note.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.