Methods in it.eng.qbe.utility with parameters of type DataMartModel |
static java.lang.String |
Utils.getLabelForClass(it.eng.spago.base.RequestContainer requestContainer,
DataMartModel dmModel,
java.lang.String className)
|
static java.lang.String |
Utils.getLabelForField(it.eng.spago.base.RequestContainer requestContainer,
DataMartModel dmModel,
java.lang.String completeFieldName)
Get the label for given fieldName |
static java.lang.String |
Utils.getLabelForQueryField(it.eng.spago.base.RequestContainer requestContainer,
DataMartModel dmModel,
ISingleDataMartWizardObject wizObj,
java.lang.String completeFieldName)
|
static java.util.Properties |
Utils.getLabelProperties(DataMartModel dm,
it.eng.spago.base.ApplicationContainer application)
This method is responsible to get Propertis associated with datamart models, Properties objects
are cached in Application Container |
static java.util.Properties |
Utils.getLabelProperties(DataMartModel dm,
it.eng.spago.base.ApplicationContainer application,
java.util.Locale loc)
This method is responsible to get Propertis associated with datamart models for the given locale, Properties objects
are cached in Application Container |
static org.hibernate.SessionFactory |
Utils.getSessionFactory(DataMartModel dm,
it.eng.spago.base.ApplicationContainer application)
This method is responsible to get Session Factories associated with datamart models, session factories
are cached in Application Container |
ISingleDataMartWizardObject |
LocalFileSystemQueryPersister.load(DataMartModel dm,
java.lang.String key)
|
ISingleDataMartWizardObject |
IQueryPersister.load(DataMartModel dm,
java.lang.String key)
|
java.util.List |
LocalFileSystemQueryPersister.loadAllQueries(DataMartModel dm)
|
java.util.List |
IQueryPersister.loadAllQueries(DataMartModel dm)
|
protected ISingleDataMartWizardObject |
LocalFileSystemQueryPersister.loadFromFile(DataMartModel dm,
java.io.File f)
|
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)
|