|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDossierPresentationsDAO
Method Summary | |
---|---|
void |
deletePresentations(java.lang.Integer dossierId)
Delete presentations. |
void |
deletePresentationVersion(java.lang.Integer dossierId,
java.lang.Integer versionId)
Delete presentation version. |
DossierPresentation |
getCurrentPresentation(java.lang.Integer dossierId,
java.lang.Long workflowProcessId)
Gets the current presentation. |
java.lang.Integer |
getNextProg(java.lang.Integer dossierId)
Gets the next prog. |
byte[] |
getPresentationVersionContent(java.lang.Integer dossierId,
java.lang.Integer versionId)
Gets the presentation version content. |
java.util.List |
getPresentationVersions(java.lang.Integer dossierId)
Gets the presentation versions. |
void |
insertPresentation(DossierPresentation dossierPresentation)
Insert presentation. |
void |
updatePresentation(DossierPresentation dossierPresentation)
Update presentation. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
byte[] getPresentationVersionContent(java.lang.Integer dossierId, java.lang.Integer versionId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idversionId
- the version id
it.eng.spago.error.EMFInternalError
- the EMF internal errorjava.util.List getPresentationVersions(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid deletePresentationVersion(java.lang.Integer dossierId, java.lang.Integer versionId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idversionId
- the version id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid deletePresentations(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier id
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid insertPresentation(DossierPresentation dossierPresentation) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
dossierPresentation
- the dossier presentation
it.eng.spago.error.EMFUserError
- the EMF user error
it.eng.spago.error.EMFInternalError
- the EMF internal errorvoid updatePresentation(DossierPresentation dossierPresentation) throws it.eng.spago.error.EMFInternalError
dossierPresentation
- the dossier presentation
it.eng.spago.error.EMFInternalError
- the EMF internal errorDossierPresentation getCurrentPresentation(java.lang.Integer dossierId, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
dossierId
- the dossier idworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorjava.lang.Integer getNextProg(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 |