| org.kuali.core.dao.NoteDao
All known Subclasses: org.kuali.core.dao.ojb.NoteDaoOjb,
NoteDao | public interface NoteDao (Code) | | The data access interface for NOte objects.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
deleteNote | void deleteNote(Note note)(Code) | | Deletes a note from the DB.
Parameters: line - |
findByremoteObjectId | public ArrayList findByremoteObjectId(String id)(Code) | | Retrieves a list of notes (by class type) associated with a given object.
Parameters: clazz - Parameters: id - |
save | void save(Note note)(Code) | | Saves a note to the DB.
Parameters: line - |
|
|