|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.ImportUtilities
public class ImportUtilities
Constructor Summary | |
---|---|
ImportUtilities()
|
Method Summary | |
---|---|
static void |
decompressArchive(java.lang.String pathImpTmpFolder,
java.lang.String pathArchiveFile)
Decompress the export compress file |
static org.hibernate.SessionFactory |
getHibSessionExportDB(java.lang.String pathDBFolder)
Creates an Hibernate session factory for the exported database |
static SbiChecks |
makeNewSbiCheck(SbiChecks check)
Creates a new hibernate check object |
static SbiChecks |
makeNewSbiCheck(SbiChecks check,
java.lang.Integer id)
Creates a new hibernate check object |
static SbiEngines |
makeNewSbiEngine(SbiEngines engine)
Creates a new hibernate engine object |
static SbiEngines |
makeNewSbiEngine(SbiEngines engine,
java.lang.Integer id)
Creates a new hibernate engine object |
static SbiExtRoles |
makeNewSbiExtRole(SbiExtRoles role)
Creates a new hibernate role object |
static SbiExtRoles |
makeNewSbiExtRole(SbiExtRoles role,
java.lang.Integer id)
Creates a new hibernate role object |
static SbiFunctions |
makeNewSbiFunction(SbiFunctions funct)
Creates a new hibernate functionality object |
static SbiFunctions |
makeNewSbiFunction(SbiFunctions funct,
java.lang.Integer id)
Creates a new hibernate functionality object |
static SbiLov |
makeNewSbiLov(SbiLov lov)
Creates a new hibernate lov object |
static SbiLov |
makeNewSbiLov(SbiLov lov,
java.lang.Integer id)
Creates a new hibernate lov object |
static SbiObjects |
makeNewSbiObject(SbiObjects obj)
Creates a new hibernate biobject |
static SbiObjects |
makeNewSbiObject(SbiObjects obj,
java.lang.Integer id)
Creates a new hibernate biobject |
static SbiObjPar |
makeNewSbiObjpar(SbiObjPar objpar)
Creates a new hibernate biobject parameter object |
static SbiObjPar |
makeNewSbiObjpar(SbiObjPar objpar,
java.lang.Integer id)
Creates a new hibernate biobject parameter object |
static SbiParameters |
makeNewSbiParameter(SbiParameters param)
Creates a new hibernate parameter object |
static SbiParameters |
makeNewSbiParameter(SbiParameters param,
java.lang.Integer id)
Creates a new hibernate parameter object |
static SbiParuse |
makeNewSbiParuse(SbiParuse paruse)
Creates a new hibernate parameter use object |
static SbiParuse |
makeNewSbiParuse(SbiParuse paruse,
java.lang.Integer id)
Creates a new hibernate parameter use object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportUtilities()
Method Detail |
---|
public static void decompressArchive(java.lang.String pathImpTmpFolder, java.lang.String pathArchiveFile) throws it.eng.spago.error.EMFUserError
pathImpTmpFolder
- The path of the import directorypathArchiveFile
- The path of the exported archive
it.eng.spago.error.EMFUserError
public static org.hibernate.SessionFactory getHibSessionExportDB(java.lang.String pathDBFolder) throws it.eng.spago.error.EMFUserError
pathDBFolder
- The path of the folder which contains the exported database
it.eng.spago.error.EMFUserError
public static SbiExtRoles makeNewSbiExtRole(SbiExtRoles role)
role
- old hibernate role object
public static SbiExtRoles makeNewSbiExtRole(SbiExtRoles role, java.lang.Integer id)
role
- old hibernate role objectthe
- id to assign to the new created role
public static SbiEngines makeNewSbiEngine(SbiEngines engine)
engine
- old hibernate engine object
public static SbiEngines makeNewSbiEngine(SbiEngines engine, java.lang.Integer id)
engine
- old hibernate engine objectthe
- id to assign to the new created engine
public static SbiFunctions makeNewSbiFunction(SbiFunctions funct)
functionality
- old hibernate functionality object
public static SbiFunctions makeNewSbiFunction(SbiFunctions funct, java.lang.Integer id)
functionality
- old hibernate functionality objectthe
- id to assign to the new created functionality
public static SbiLov makeNewSbiLov(SbiLov lov)
lov
- old hibernate lov object
public static SbiLov makeNewSbiLov(SbiLov lov, java.lang.Integer id)
lov
- old hibernate lov objectthe
- id to assign to the new created lov
public static SbiChecks makeNewSbiCheck(SbiChecks check)
check
- old hibernate check object
public static SbiChecks makeNewSbiCheck(SbiChecks check, java.lang.Integer id)
check
- old hibernate check objectthe
- id to assign to the new created check
public static SbiParameters makeNewSbiParameter(SbiParameters param)
parameter
- old hibernate parameter object
public static SbiParameters makeNewSbiParameter(SbiParameters param, java.lang.Integer id)
parameter
- old hibernate parameter objectthe
- id to assign to the new created parameter
public static SbiParuse makeNewSbiParuse(SbiParuse paruse)
parameter
- use old hibernate parameter use object
public static SbiParuse makeNewSbiParuse(SbiParuse paruse, java.lang.Integer id)
parameter
- use old hibernate parameter use objectthe
- id to assign to the new created parameter use
public static SbiObjects makeNewSbiObject(SbiObjects obj)
obj
- old hibernate biobject
public static SbiObjects makeNewSbiObject(SbiObjects obj, java.lang.Integer id)
obj
- old hibernate biobjectthe
- id to assign to the new created biobject
public static SbiObjPar makeNewSbiObjpar(SbiObjPar objpar)
public static SbiObjPar makeNewSbiObjpar(SbiObjPar objpar, java.lang.Integer id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |