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 ObjNoteDAOHibImpl.getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif)
           
 ObjNote IObjNoteDAO.getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif)
          Get Notes for a specific execution of the biobject.
 ObjNote ObjNoteDAOHibImpl.getExecutionNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner)
           
 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.
 

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