Package | Description |
---|---|
org.kuali.ole.deliver.bo |
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
|
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
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.