it.eng.spagobi.commons.initializers.metadata
Class ExportersInitializer

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractHibernateDAO
      extended by it.eng.spagobi.commons.initializers.metadata.SpagoBIInitializer
          extended by it.eng.spagobi.commons.initializers.metadata.ExportersInitializer
All Implemented Interfaces:
it.eng.spago.init.InitializerIFace

public class ExportersInitializer
extends SpagoBIInitializer

Author:
Andrea Gioia (andrea.gioia@eng.it)

Field Summary
 
Fields inherited from class it.eng.spagobi.commons.initializers.metadata.SpagoBIInitializer
configurationFileName, targetComponentName
 
Fields inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
TENANT_FILTER_NAME
 
Constructor Summary
ExportersInitializer()
           
 
Method Summary
 void init(it.eng.spago.base.SourceBean config, org.hibernate.Session hibernateSession)
           
 void init(it.eng.spago.base.SourceBean config, org.hibernate.Session hibernateSession, SbiTenant tenant)
           
 
Methods inherited from class it.eng.spagobi.commons.initializers.metadata.SpagoBIInitializer
findDomain, findEngine, getConfig, getTargetComponentName, init
 
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
commitIfActiveAndClose, disableTenantFilter, enableTenantFilter, getSession, getTenant, getUserProfile, logException, rollbackIfActiveAndClose, setTenant, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportersInitializer

public ExportersInitializer()
Method Detail

init

public void init(it.eng.spago.base.SourceBean config,
                 org.hibernate.Session hibernateSession)
Specified by:
init in class SpagoBIInitializer

init

public void init(it.eng.spago.base.SourceBean config,
                 org.hibernate.Session hibernateSession,
                 SbiTenant tenant)