public class NoteDaoOjb extends PlatformAwareDaoBaseOjb implements NoteDao
| Constructor and Description |
|---|
NoteDaoOjb()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteNote(Note note)
Deletes a note from the DB using OJB.
|
List<Note> |
findByremoteObjectId(String remoteObjectId)
Retrieves document associated with a given object using OJB.
|
Note |
getNoteByNoteId(Long noteId)
Retrieve note by a given noteIdentifier
|
void |
save(Note note)
Saves a note to the DB using OJB.
|
getDbPlatform, setDbPlatformpublic NoteDaoOjb()
public void save(Note note) throws org.springframework.dao.DataAccessException
public void deleteNote(Note note) throws org.springframework.dao.DataAccessException
deleteNote in interface NoteDaoorg.springframework.dao.DataAccessExceptionpublic List<Note> findByremoteObjectId(String remoteObjectId)
findByremoteObjectId in interface NoteDaoid - public Note getNoteByNoteId(Long noteId)
NoteDaogetNoteByNoteId in interface NoteDaoCopyright © 2005–2016 The Kuali Foundation. All rights reserved.