|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDossierPartsTempDAO
Method Summary | |
---|---|
void |
cleanDossierParts(java.lang.Integer dossierId,
java.lang.Long workflowProcessId)
Erases the dossier temporary parts for the process specified at input. |
void |
eraseDossierParts(java.lang.Integer dossierId)
Erases the dossier temporary parts for all the processes that involve the dossier specified at input. |
java.util.Map |
getImagesOfDossierPart(java.lang.Integer dossierId,
int pageNum,
java.lang.Long workflowProcessId)
Gets the images of dossier part. |
byte[] |
getNotesOfDossierPart(java.lang.Integer dossierId,
int pageNum,
java.lang.Long workflowProcessId)
Gets the notes of dossier part. |
void |
storeImage(java.lang.Integer dossierId,
byte[] image,
java.lang.String docLogicalName,
int pageNum,
java.lang.Long workflowProcessId)
Store image. |
void |
storeNote(java.lang.Integer dossierId,
int pageNum,
byte[] noteContent,
java.lang.Long workflowProcessId)
Store note. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
void storeImage(java.lang.Integer dossierId, byte[] image, java.lang.String docLogicalName, int pageNum, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idimage
- the imagedocLogicalName
- the doc logical namepageNum
- the page numworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorjava.util.Map getImagesOfDossierPart(java.lang.Integer dossierId, int pageNum, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idpageNum
- the page numworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorbyte[] getNotesOfDossierPart(java.lang.Integer dossierId, int pageNum, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idpageNum
- the page numworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid storeNote(java.lang.Integer dossierId, int pageNum, byte[] noteContent, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idpageNum
- the page numnoteContent
- the note contentworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid cleanDossierParts(java.lang.Integer dossierId, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- The id of the dossierworkflowProcessId
- The id of the process
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid eraseDossierParts(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
dossierId
- The dossier id
it.eng.spago.error.EMFInternalError
- the EMF internal error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |