public class NoteDaoProxy extends Object implements NoteDao
| Constructor and Description |
|---|
NoteDaoProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteNote(Note note)
Deletes a note from the DB.
|
List<Note> |
findByremoteObjectId(String remoteObjectId)
Retrieves a list of notes (by class type) associated with a given object.
|
Note |
getNoteByNoteId(Long noteId)
Retrieve note by a given noteIdentifier
|
void |
save(Note note)
Saves a note to the DB.
|
void |
setNoteDaoJpa(NoteDao noteDaoJpa) |
void |
setNoteDaoOjb(NoteDao noteDaoOjb) |
public NoteDaoProxy()
public void save(Note note) throws org.springframework.dao.DataAccessException
NoteDaopublic void deleteNote(Note note) throws org.springframework.dao.DataAccessException
NoteDaodeleteNote in interface NoteDaoorg.springframework.dao.DataAccessExceptionpublic Note getNoteByNoteId(Long noteId)
NoteDaogetNoteByNoteId in interface NoteDaopublic List<Note> findByremoteObjectId(String remoteObjectId)
NoteDaofindByremoteObjectId in interface NoteDaopublic void setNoteDaoJpa(NoteDao noteDaoJpa)
public void setNoteDaoOjb(NoteDao noteDaoOjb)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.