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
NoteDao
public void deleteNote(Note note) throws org.springframework.dao.DataAccessException
NoteDao
deleteNote
in interface NoteDao
org.springframework.dao.DataAccessException
public Note getNoteByNoteId(Long noteId)
NoteDao
getNoteByNoteId
in interface NoteDao
public List<Note> findByremoteObjectId(String remoteObjectId)
NoteDao
findByremoteObjectId
in interface NoteDao
public void setNoteDaoJpa(NoteDao noteDaoJpa)
public void setNoteDaoOjb(NoteDao noteDaoOjb)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.