|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.dao.proxy.NoteDaoProxy
public class NoteDaoProxy
Constructor Summary | |
---|---|
NoteDaoProxy()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoteDaoProxy()
Method Detail |
---|
public void save(Note note) throws org.springframework.dao.DataAccessException
NoteDao
save
in interface NoteDao
org.springframework.dao.DataAccessException
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |