org.kuali.rice.krad.dao.proxy
Class NoteDaoProxy

java.lang.Object
  extended by org.kuali.rice.krad.dao.proxy.NoteDaoProxy
All Implemented Interfaces:
NoteDao

public class NoteDaoProxy
extends Object
implements NoteDao


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

NoteDaoProxy

public NoteDaoProxy()
Method Detail

save

public void save(Note note)
          throws org.springframework.dao.DataAccessException
Description copied from interface: NoteDao
Saves a note to the DB.

Specified by:
save in interface NoteDao
Throws:
org.springframework.dao.DataAccessException

deleteNote

public void deleteNote(Note note)
                throws org.springframework.dao.DataAccessException
Description copied from interface: NoteDao
Deletes a note from the DB.

Specified by:
deleteNote in interface NoteDao
Throws:
org.springframework.dao.DataAccessException

getNoteByNoteId

public Note getNoteByNoteId(Long noteId)
Description copied from interface: NoteDao
Retrieve note by a given noteIdentifier

Specified by:
getNoteByNoteId in interface NoteDao
Returns:

findByremoteObjectId

public List<Note> findByremoteObjectId(String remoteObjectId)
Description copied from interface: NoteDao
Retrieves a list of notes (by class type) associated with a given object.

Specified by:
findByremoteObjectId in interface NoteDao
Returns:

setNoteDaoJpa

public void setNoteDaoJpa(NoteDao noteDaoJpa)

setNoteDaoOjb

public void setNoteDaoOjb(NoteDao noteDaoOjb)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.