Uses of Interface
it.eng.qbe.wizard.ISingleDataMartWizardObject

Packages that use ISingleDataMartWizardObject
it.eng.qbe.model   
it.eng.qbe.utility   
it.eng.qbe.wizard   
it.eng.test.utilities   
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.model
 

Methods in it.eng.qbe.model that return ISingleDataMartWizardObject
 ISingleDataMartWizardObject DataMartModel.getQuery(java.lang.String queryId)
          This method retrieve the query related with the datamart model with given queryId
 ISingleDataMartWizardObject IQuery.getSubQueryOnField(java.lang.String fieldId)
           
 

Methods in it.eng.qbe.model with parameters of type ISingleDataMartWizardObject
 void DataMartModel.persistQueryAction(ISingleDataMartWizardObject wizObj)
          This method is responsible to persist the Object wizObj using the IQueryPersister
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.utility
 

Methods in it.eng.qbe.utility that return ISingleDataMartWizardObject
static ISingleDataMartWizardObject Utils.getMainWizardObject(it.eng.spago.base.SessionContainer sessionContainer)
           
static ISingleDataMartWizardObject Utils.getWizardObject(it.eng.spago.base.SessionContainer sessionContainer)
           
 ISingleDataMartWizardObject LocalFileSystemQueryPersister.load(DataMartModel dm, java.lang.String key)
           
 ISingleDataMartWizardObject IQueryPersister.load(DataMartModel dm, java.lang.String key)
           
 ISingleDataMartWizardObject LocalFileSystemQueryPersister.load(java.io.File baseDir, DataMartModel dm, java.lang.String key)
           
 

Methods in it.eng.qbe.utility with parameters of type ISingleDataMartWizardObject
 void CalculatedField.calculateMappings(ISingleDataMartWizardObject aWizardObject)
           
static java.lang.Integer Utils.findPositionOf(ISingleDataMartWizardObject aWizardObject, java.lang.String completeName)
           
static java.util.List Utils.getCalculatedFields(ISingleDataMartWizardObject aWizardObject, DataMartModel dmModel)
          Estrae dal file formula.xml solo i campi calcolati relativi alle entita' che ho estratto nella query
static java.lang.String Utils.getLabelForQueryField(it.eng.spago.base.RequestContainer requestContainer, DataMartModel dmModel, ISingleDataMartWizardObject wizObj, java.lang.String completeFieldName)
           
static java.lang.String Utils.getOrderedFieldList(ISingleDataMartWizardObject wizObject)
           
static java.lang.String Utils.getSelectedEntitiesAsString(ISingleDataMartWizardObject aWizardObject)
           
 void LocalFileSystemQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 void IQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 void LocalFileSystemQueryPersister.persist(java.io.File baseDir, DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.wizard
 

Classes in it.eng.qbe.wizard that implement ISingleDataMartWizardObject
 class SingleDataMartWizardObjectSourceBeanImpl
           
 

Methods in it.eng.qbe.wizard that return ISingleDataMartWizardObject
 ISingleDataMartWizardObject SingleDataMartWizardObjectSourceBeanImpl.getSubQueryOnField(java.lang.String fieldId)
           
 ISingleDataMartWizardObject ISingleDataMartWizardObject.getSubQueryOnField(java.lang.String fieldId)
           
 

Uses of ISingleDataMartWizardObject in it.eng.test.utilities
 

Methods in it.eng.test.utilities that return ISingleDataMartWizardObject
static ISingleDataMartWizardObject CreateInitialSingleDataMartWizardObject.createInitialSingleDataMartWizardObject()