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

Packages that use ISingleDataMartWizardObject
it.eng.qbe.model   
it.eng.qbe.model.io   
it.eng.qbe.utility   
it.eng.qbe.wizard   
 

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.model.io
 

Methods in it.eng.qbe.model.io that return ISingleDataMartWizardObject
 ISingleDataMartWizardObject LocalFileSystemQueryPersister.load(DataMartModel dm, java.lang.String key)
           
 ISingleDataMartWizardObject IQueryPersister.load(DataMartModel dm, java.lang.String key)
          Load.
protected  ISingleDataMartWizardObject LocalFileSystemQueryPersister.loadFromFile(java.io.File f)
          Load from file.
 

Methods in it.eng.qbe.model.io with parameters of type ISingleDataMartWizardObject
 void LocalFileSystemQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 void IQueryPersister.persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
          Persist.
 void LocalFileSystemQueryPersister.persist(java.io.File baseDir, DataMartModel dm, ISingleDataMartWizardObject wizObject)
          Persist.
protected  void LocalFileSystemQueryPersister.persistToFile(DataMartModel dm, ISingleDataMartWizardObject wizObject, java.lang.String fileName)
          Persist to file.
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.utility
 

Methods in it.eng.qbe.utility with parameters of type ISingleDataMartWizardObject
static java.lang.String Utils.getOrderedFieldList(ISingleDataMartWizardObject wizObject)
          Gets the ordered field list.
static java.lang.String Utils.getSelectedEntitiesAsString(ISingleDataMartWizardObject aWizardObject)
          Gets the selected entities as string.
 

Uses of ISingleDataMartWizardObject in it.eng.qbe.wizard
 

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

Methods in it.eng.qbe.wizard that return ISingleDataMartWizardObject
 ISingleDataMartWizardObject SingleDataMartWizardObjectSourceBeanImpl.getCopy()
          Gets the copy.