Package it.eng.spagobi.engines.dossier.dao

Interface Summary
IDossierDAO Defines all the methods needed for access contents of dossier template.
Dossier template is a zip file containing the presentation template (.ppt),
the process definition file (.xml file) and dossier configuration file (.sbidossier file).
The first operation you must perform is to unzipped the template using the init method:
this method returns the path of the temporary folder where template was unzipped:
this path is built as BASE_TEMP_FOLDER + DOSSIER_ID + UUID where:
BASE_TEMP_FOLDER is the temporary base folder configured in dossier.xml;
DOSSIER_ID is the document id;
UUID is a time based random string.
You have to keep this path in order to invoke other methods (those methods work on this folder).
IDossierPartsTempDAO  
IDossierPresentationsDAO  
 

Class Summary
DossierDAOHibImpl IDossierDAO implementation using database and hibernate mapping
DossierPartsTempDAOHibImpl  
DossierPresentationsDAOHibImpl