|
||||||||||
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.engines.dossier.dao.DossierPresentationsDAOHibImpl
public class DossierPresentationsDAOHibImpl
Constructor Summary | |
---|---|
DossierPresentationsDAOHibImpl()
|
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 class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DossierPresentationsDAOHibImpl()
Method Detail |
---|
public byte[] getPresentationVersionContent(java.lang.Integer dossierId, java.lang.Integer versionId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
getPresentationVersionContent
in interface IDossierPresentationsDAO
dossierId
- the dossier idversionId
- the version id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic java.util.List getPresentationVersions(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
getPresentationVersions
in interface IDossierPresentationsDAO
dossierId
- the dossier id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic void deletePresentationVersion(java.lang.Integer dossierId, java.lang.Integer versionId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
deletePresentationVersion
in interface IDossierPresentationsDAO
dossierId
- the dossier idversionId
- the version id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic void insertPresentation(DossierPresentation dossierPresentation) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
insertPresentation
in interface IDossierPresentationsDAO
dossierPresentation
- the dossier presentation
it.eng.spago.error.EMFUserError
- the EMF user error
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic void updatePresentation(DossierPresentation dossierPresentation) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
updatePresentation
in interface IDossierPresentationsDAO
dossierPresentation
- the dossier presentation
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic java.lang.Integer getNextProg(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
getNextProg
in interface IDossierPresentationsDAO
dossierId
- the dossier id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic DossierPresentation getCurrentPresentation(java.lang.Integer dossierId, java.lang.Long workflowProcessId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
getCurrentPresentation
in interface IDossierPresentationsDAO
dossierId
- the dossier idworkflowProcessId
- the workflow process id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic void deletePresentations(java.lang.Integer dossierId) throws it.eng.spago.error.EMFInternalError
IDossierPresentationsDAO
deletePresentations
in interface IDossierPresentationsDAO
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 |