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

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

Uses of ISingleDataMartWizardObject in it.eng.qbe.action
 

Methods in it.eng.qbe.action with parameters of type ISingleDataMartWizardObject
 boolean ExecuteSaveQueryFromSaveAction.checkJoins(ISingleDataMartWizardObject wizObj, it.eng.spago.base.SourceBean serviceResponse)
           
 boolean ExecuteSaveQueryAction.checkJoins(ISingleDataMartWizardObject wizObj, it.eng.spago.base.SourceBean serviceResponse)
           
private  void ExecuteSaveQueryFromSaveAction.executeExpertQuery(ISingleDataMartWizardObject aWizardObject, it.eng.spago.base.SourceBean response, it.eng.spago.base.SessionContainer aSessionContainer)
           
private  void ExecuteSaveQueryFromSaveAction.executeFinalQuery(ISingleDataMartWizardObject aWizardObject, it.eng.spago.base.SourceBean response, it.eng.spago.base.SessionContainer aSessionContainer)
           
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.javascript
 

Methods in it.eng.qbe.javascript with parameters of type ISingleDataMartWizardObject
 java.lang.String GenerateJavaScriptMenu.condTree(ISingleDataMartWizardObject dataMartWizardObject, java.lang.String selectionTree)
           
 java.lang.String GenerateJavaScriptMenu.condTreeSelectJoin(ISingleDataMartWizardObject dataMartWizardObject, java.lang.String selectionTree)
           
 int GenerateJavaScriptMenu.writeConditionTree(ISingleDataMartWizardObject dataMartWizardObject, java.lang.String selectionTree, java.lang.StringBuffer aStringBuffer, java.lang.String nomeAlberoJavaScript, java.lang.String labelSottoAlberoFunzioni, int rootNode, int nodeCounter, boolean generateFieldsNode)
          Thi is the start funztion for generating the tree for Field Condition Selection
 int GenerateJavaScriptMenu.writeConditionTreeSelectJoin(ISingleDataMartWizardObject dataMartWizardObject, java.lang.String selectionTree, java.lang.StringBuffer aStringBuffer, java.lang.String nomeAlberoJavaScript, java.lang.String labelSottoAlberoFunzioni, int rootNode, int nodeCounter, boolean generateFieldsNode)
          Thi is the start funztion for generating the tree for Field that are right value of a join condition
 

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
 

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
 ISingleDataMartWizardObject LocalFileSystemQueryPersister.load(DataMartModel dm, java.lang.String key)
           
 ISingleDataMartWizardObject IQueryPersister.load(DataMartModel dm, java.lang.String key)
           
protected  ISingleDataMartWizardObject LocalFileSystemQueryPersister.loadFromFile(DataMartModel dm, java.io.File f)
           
 

Methods in it.eng.qbe.utility with parameters of type ISingleDataMartWizardObject
static java.lang.String Utils.getLabelForQueryField(it.eng.spago.base.RequestContainer requestContainer, DataMartModel dmModel, ISingleDataMartWizardObject wizObj, java.lang.String completeFieldName)
           
 void LocalFileSystemQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 void IQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
protected  void LocalFileSystemQueryPersister.persistToFile(DataMartModel dm, ISingleDataMartWizardObject wizObject, java.lang.String fileName)
           
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.wizard
 

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

Uses of ISingleDataMartWizardObject in it.eng.test.unittest.action
 

Fields in it.eng.test.unittest.action declared as ISingleDataMartWizardObject
private  ISingleDataMartWizardObject UpdatePreviewModeActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject UpdateFieldsForWhereActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject UpdateFieldsForSelectActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject UpdateFieldsForResumeActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject UpdateExpertActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject SelectFieldForWhereActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject SelectFieldForSelectActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject SelectFieldForOrderByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject SelectFieldForGroupByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveUpWhereActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveUpOrderByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveUpGroupByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveUpActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveDownWhereActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveDownOrderByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveDownGroupByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject MoveDownActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject DeleteFieldFromWhereActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject DeleteFieldFromSelectActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject DeleteFieldFromOrderByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject DeleteFieldFromGroupByActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject ComposeResumeQueryActionTest.singleDataMartWizardObj
           
private  ISingleDataMartWizardObject AlignExpertActionTest.singleDataMartWizardObj
           
 

Uses of ISingleDataMartWizardObject in it.eng.test.unittest.wizard
 

Fields in it.eng.test.unittest.wizard declared as ISingleDataMartWizardObject
private static ISingleDataMartWizardObject SingleDataMartWizardObjectSourceBeanImplTest.query
           
 

Uses of ISingleDataMartWizardObject in it.eng.test.utilities
 

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