|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 NoteDaoorg.springframework.dao.DataAccessException
public void deleteNote(Note note)
throws org.springframework.dao.DataAccessException
NoteDao
deleteNote in interface NoteDaoorg.springframework.dao.DataAccessExceptionpublic Note getNoteByNoteId(Long noteId)
NoteDao
getNoteByNoteId in interface NoteDaopublic List<Note> findByremoteObjectId(String remoteObjectId)
NoteDao
findByremoteObjectId in interface NoteDaopublic 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 | |||||||||