|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjNoteDAO
Method Summary | |
---|---|
void |
eraseNotes(java.lang.Integer biobjId)
Deletes all notes associated to the BIObject with the id specified in input. |
void |
eraseNotesByOwner(java.lang.Integer biobjId,
java.lang.String execIdentif,
java.lang.String owner)
Deletes all notes associated to the BIObject with the id and the owner specified in input. |
ObjNote |
getExecutionNotes(java.lang.Integer biobjId,
java.lang.String execIdentif)
Get Notes for a specific execution of the biobject. |
ObjNote |
getExecutionNotesByOwner(java.lang.Integer biobjId,
java.lang.String execIdentif,
java.lang.String owner)
Get Notes for a specific execution of the biobject by owner. |
java.util.List |
getListExecutionNotes(java.lang.Integer biobjId,
java.lang.String execIdentif)
Get Notes for a specific execution of the biobject. |
void |
modifyExecutionNotes(ObjNote objNote)
Modify execution notes. |
void |
saveExecutionNotes(java.lang.Integer biobjId,
ObjNote objNote)
Save Notes for a specific execution of the biobject. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
void saveExecutionNotes(java.lang.Integer biobjId, ObjNote objNote) throws java.lang.Exception
biobjId
- id of the biobject executedobjNote
- notes to save
java.lang.Exception
- the exceptionObjNote getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif) throws java.lang.Exception
biobjId
- id of the biobject executedexecIdentif
- the exec identif
java.lang.Exception
- the exceptionObjNote getExecutionNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner) throws java.lang.Exception
biobjId
- id of the biobject executedexecIdentif
- the exec identifowner
- the note's owner
java.lang.Exception
- the exceptionjava.util.List getListExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif) throws java.lang.Exception
biobjId
- id of the biobject executedexecIdentif
- the exec identif
java.lang.Exception
- the exceptionvoid modifyExecutionNotes(ObjNote objNote) throws java.lang.Exception
objNote
- the obj note
java.lang.Exception
- the exceptionvoid eraseNotes(java.lang.Integer biobjId) throws java.lang.Exception
biobjId
- the biobj id
java.lang.Exception
- the exceptionvoid eraseNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner) throws java.lang.Exception
biobjId
- the biobj idowner
- the user owner the note
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |