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

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

Classes in it.eng.spagobi.engines.dossier.dao used by it.eng.spagobi.commons.dao
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
           
 

Classes in it.eng.spagobi.engines.dossier.dao used by it.eng.spagobi.engines.dossier.dao
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