Uses of Class
it.eng.spagobi.analiticalmodel.document.bo.ObjNote

Packages that use ObjNote
it.eng.spagobi.analiticalmodel.document.dao   
 

Uses of ObjNote in it.eng.spagobi.analiticalmodel.document.dao
 

Methods in it.eng.spagobi.analiticalmodel.document.dao that return ObjNote
 ObjNote IObjNoteDAO.getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif)
          Get Notes for a specific execution of the biobject.
 ObjNote ObjNoteDAOHibImpl.getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif)
           
 ObjNote IObjNoteDAO.getExecutionNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner)
          Get Notes for a specific execution of the biobject by owner.
 ObjNote ObjNoteDAOHibImpl.getExecutionNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner)
           
 

Methods in it.eng.spagobi.analiticalmodel.document.dao with parameters of type ObjNote
 void IObjNoteDAO.modifyExecutionNotes(ObjNote objNote)
          Modify execution notes.
 void ObjNoteDAOHibImpl.modifyExecutionNotes(ObjNote objNote)
           
 void IObjNoteDAO.saveExecutionNotes(java.lang.Integer biobjId, ObjNote objNote)
          Save Notes for a specific execution of the biobject.
 void ObjNoteDAOHibImpl.saveExecutionNotes(java.lang.Integer biobjId, ObjNote objNote)