Uses of Class
it.eng.spagobi.engines.dossier.bo.DossierPresentation

Packages that use DossierPresentation
it.eng.spagobi.engines.dossier.dao   
 

Uses of DossierPresentation in it.eng.spagobi.engines.dossier.dao
 

Methods in it.eng.spagobi.engines.dossier.dao that return DossierPresentation
 DossierPresentation DossierPresentationsDAOHibImpl.getCurrentPresentation(java.lang.Integer dossierId, java.lang.Long workflowProcessId)
           
 DossierPresentation IDossierPresentationsDAO.getCurrentPresentation(java.lang.Integer dossierId, java.lang.Long workflowProcessId)
          Gets the current presentation.
 

Methods in it.eng.spagobi.engines.dossier.dao with parameters of type DossierPresentation
 void DossierPresentationsDAOHibImpl.insertPresentation(DossierPresentation dossierPresentation)
           
 void IDossierPresentationsDAO.insertPresentation(DossierPresentation dossierPresentation)
          Insert presentation.
 void DossierPresentationsDAOHibImpl.updatePresentation(DossierPresentation dossierPresentation)
           
 void IDossierPresentationsDAO.updatePresentation(DossierPresentation dossierPresentation)
          Update presentation.