|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.importexport.ExporterMetadata
public class ExporterMetadata
Implements methods to insert exported metadata into the exported database
Constructor Summary | |
---|---|
ExporterMetadata()
|
Method Summary | |
---|---|
void |
insertAllSnapshot(BIObject biobj,
java.util.List snapshotLis,
org.hibernate.Session session)
Insert all Snapshot and their binary content. |
void |
insertAllSubObject(BIObject biobj,
java.util.List subObjectLis,
org.hibernate.Session session)
Insert all SubObject and their binary content. |
void |
insertBIObject(BIObject biobj,
org.hibernate.Session session)
Insert a biobject into the exported database. |
void |
insertBIObjectParameter(BIObjectParameter biobjpar,
org.hibernate.Session session)
Insert a BIObject Parameter into the exported database. |
void |
insertBiParamDepend(java.util.List biparams,
org.hibernate.Session session)
Insert Dependencies between parameters. |
void |
insertCheck(Check check,
org.hibernate.Session session)
Insert a check into the exported database. |
void |
insertDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet dataset,
org.hibernate.Session session)
Insert data set. |
void |
insertDataSource(it.eng.spagobi.tools.datasource.bo.IDataSource ds,
org.hibernate.Session session)
Insert data source. |
void |
insertDomain(Domain domain,
org.hibernate.Session session)
Insert a domain into the exported database. |
void |
insertEngine(Engine engine,
org.hibernate.Session session)
Insert an engine into the exported database. |
void |
insertFunctionality(LowFunctionality funct,
org.hibernate.Session session)
Insert a functionality into the exported database. |
void |
insertFunctRole(it.eng.spagobi.commons.bo.Role role,
LowFunctionality funct,
java.lang.Integer stateId,
java.lang.String stateCD,
org.hibernate.Session session)
Insert an association between a functionality and a role into the exported database. |
void |
insertLov(ModalitiesValue lov,
org.hibernate.Session session)
Insert a list of value into the exported database. |
void |
insertMapCatalogue(org.hibernate.Session session)
Exports the map catalogue (maps and features) |
void |
insertObjFunct(BIObject biobj,
LowFunctionality funct,
org.hibernate.Session session)
Insert an association between a functionality and a biobject into the exported database. |
void |
insertParameter(Parameter param,
org.hibernate.Session session)
Insert a parameter into the exported database. |
void |
insertParUse(ParameterUse parUse,
org.hibernate.Session session)
Insert a parameter use into the exported database. |
void |
insertParuseCheck(ParameterUse parUse,
Check check,
org.hibernate.Session session)
Insert an association between a parameter use and a check into the exported database. |
void |
insertParuseRole(ParameterUse parUse,
it.eng.spagobi.commons.bo.Role role,
org.hibernate.Session session)
Insert an association between a parameter use and a role into the exported database. |
void |
insertRole(it.eng.spagobi.commons.bo.Role role,
org.hibernate.Session session)
Insert a role into the exported database. |
void |
insertSubReportAssociation(Subreport sub,
org.hibernate.Session session)
Insert an association between a master report and a subreport. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExporterMetadata()
Method Detail |
---|
public void insertDomain(Domain domain, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
domain
- Domain object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertDataSource(it.eng.spagobi.tools.datasource.bo.IDataSource ds, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
ds
- the dssession
- the session
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet dataset, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
dataset
- the datasetsession
- the session
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertEngine(Engine engine, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
engine
- Engine Object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertAllSnapshot(BIObject biobj, java.util.List snapshotLis, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biobj
- the biobjsnapshotLis
- the snapshot lissession
- the session
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertAllSubObject(BIObject biobj, java.util.List subObjectLis, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biobj
- the biobjsubObjectLis
- the sub object lissession
- the session
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertBIObject(BIObject biobj, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biobj
- BIObject to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertBIObjectParameter(BIObjectParameter biobjpar, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biobjpar
- BIObject parameter to insertsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertParameter(Parameter param, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
param
- The param object to insertsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertParUse(ParameterUse parUse, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
parUse
- The Parameter use object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertBiParamDepend(java.util.List biparams, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biparams
- the biparamssession
- the session
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertLov(ModalitiesValue lov, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
lov
- The list of values object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertCheck(Check check, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
check
- The check object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertParuseCheck(ParameterUse parUse, Check check, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
parUse
- The paruse object which is an element of the associationcheck
- The check object which is an element of the associationsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertParuseRole(ParameterUse parUse, it.eng.spagobi.commons.bo.Role role, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
parUse
- The paruse object which is an element of the associationrole
- The role object which is an element of the associationsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertSubReportAssociation(Subreport sub, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
sub
- The subreportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertFunctionality(LowFunctionality funct, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
funct
- Functionality Object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertRole(it.eng.spagobi.commons.bo.Role role, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
role
- The role object to exportsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertFunctRole(it.eng.spagobi.commons.bo.Role role, LowFunctionality funct, java.lang.Integer stateId, java.lang.String stateCD, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
role
- The role object which is an element of the associationfunct
- The functionality object which is an element of the associationstateId
- The id of the State associated to the couple role / functionalitystateCD
- The code of the State associated to the couple role / functionalitysession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertObjFunct(BIObject biobj, LowFunctionality funct, org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
biobj
- The BIObject which is an element of the associationfunct
- The functionality object which is an element of the associationsession
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void insertMapCatalogue(org.hibernate.Session session) throws it.eng.spago.error.EMFUserError
session
- Hibernate session for the exported database
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |