|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.dao.AbstractHibernateDAO
it.eng.spagobi.analiticalmodel.document.dao.ObjNoteDAOHibImpl
public class ObjNoteDAOHibImpl
Field Summary |
---|
Fields inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
TENANT_FILTER_NAME |
Constructor Summary | |
---|---|
ObjNoteDAOHibImpl()
|
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 class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
commitIfActiveAndClose, disableTenantFilter, enableTenantFilter, getSession, getTenant, getUserProfile, logException, rollbackIfActiveAndClose, setTenant, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Constructor Detail |
---|
public ObjNoteDAOHibImpl()
Method Detail |
---|
public ObjNote getExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif) throws java.lang.Exception
IObjNoteDAO
getExecutionNotes
in interface IObjNoteDAO
biobjId
- id of the biobject executedexecIdentif
- the exec identif
java.lang.Exception
- the exceptionpublic ObjNote getExecutionNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner) throws java.lang.Exception
IObjNoteDAO
getExecutionNotesByOwner
in interface IObjNoteDAO
biobjId
- id of the biobject executedexecIdentif
- the exec identifowner
- the note's owner
java.lang.Exception
- the exceptionpublic java.util.List getListExecutionNotes(java.lang.Integer biobjId, java.lang.String execIdentif) throws java.lang.Exception
IObjNoteDAO
getListExecutionNotes
in interface IObjNoteDAO
biobjId
- id of the biobject executedexecIdentif
- the exec identif
java.lang.Exception
- the exceptionpublic void saveExecutionNotes(java.lang.Integer biobjId, ObjNote objNote) throws java.lang.Exception
IObjNoteDAO
saveExecutionNotes
in interface IObjNoteDAO
biobjId
- id of the biobject executedobjNote
- notes to save
java.lang.Exception
- the exceptionpublic void modifyExecutionNotes(ObjNote objNote) throws java.lang.Exception
IObjNoteDAO
modifyExecutionNotes
in interface IObjNoteDAO
objNote
- the obj note
java.lang.Exception
- the exceptionpublic void eraseNotes(java.lang.Integer biobjId) throws java.lang.Exception
IObjNoteDAO
eraseNotes
in interface IObjNoteDAO
biobjId
- the biobj id
java.lang.Exception
- the exceptionpublic void eraseNotesByOwner(java.lang.Integer biobjId, java.lang.String execIdentif, java.lang.String owner) throws java.lang.Exception
IObjNoteDAO
eraseNotesByOwner
in interface IObjNoteDAO
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 |