Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
AbstractDataSource
- Class in
it.eng.qbe.datasource
The Class AbstractDataSource.
AbstractDataSource()
- Constructor for class it.eng.qbe.datasource.
AbstractDataSource
AbstractHibernateDataSource
- Class in
it.eng.qbe.datasource
The Class AbstractHibernateDataSource.
AbstractHibernateDataSource()
- Constructor for class it.eng.qbe.datasource.
AbstractHibernateDataSource
AbstractTemplateBuilder
- Class in
it.eng.qbe.export
The Class AbstractTemplateBuilder.
AbstractTemplateBuilder()
- Constructor for class it.eng.qbe.export.
AbstractTemplateBuilder
addCalculatedField(String, String, String, Formula, IHibernateDataSource)
- Method in interface it.eng.qbe.query.
IQuery
Adds the calculated field.
addCalculatedField(CalculatedField)
- Method in interface it.eng.qbe.query.
ISelectClause
Adds the calculated field.
addCalculatedField(String, String, String, Formula, IHibernateDataSource)
- Method in class it.eng.qbe.query.
Query
addCalculatedField(CalculatedField)
- Method in class it.eng.qbe.query.
SelectClause
addChild(ExpressionNode)
- Method in class it.eng.qbe.newquery.
ExpressionNode
addDataSource(String, IDataSource)
- Method in interface it.eng.qbe.datasource.
DataSourceCache
Adds the data source.
addDbLink(String, Configuration, Configuration)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Adds the db link.
addEntity(DataMartEntity)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Adds the entity.
addEntityClass(EntityClass)
- Method in interface it.eng.qbe.query.
IQuery
Adds the entity class.
addEntityClass(EntityClass)
- Method in class it.eng.qbe.query.
Query
addField(DataMartField)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Adds the field.
addFilterConditions(String)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Adds the filter conditions.
addGroupByField(String)
- Method in class it.eng.qbe.newquery.
Query
addGroupByField(IGroupByField)
- Method in class it.eng.qbe.query.
GroupByClause
addGroupByField(IGroupByField)
- Method in interface it.eng.qbe.query.
IGroupByClause
Adds the group by field.
addGroupByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Adds the group by field.
addGroupByField(String)
- Method in class it.eng.qbe.query.
Query
addGroupByFiled(GroupByField)
- Method in class it.eng.qbe.newquery.
Query
addKeyField(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Adds the key field.
addNormalField(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Adds the normal field.
addNormalFields(DataMartEntity)
- Method in class it.eng.qbe.model.structure.builder.
DatamartStructureBuilder
Adds the normal fields.
addOrderByField(String, boolean)
- Method in class it.eng.qbe.newquery.
Query
addOrderByField(IOrderByField)
- Method in interface it.eng.qbe.query.
IOrderByClause
Adds the order by field.
addOrderByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Adds the order by field.
addOrderByField(IOrderByField)
- Method in class it.eng.qbe.query.
OrderByClause
addOrderByField(String)
- Method in class it.eng.qbe.query.
Query
addRootEntity(String, String, String, String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Adds the root entity.
addSelectField(String, String, String, String, String, String)
- Method in interface it.eng.qbe.query.
IQuery
Adds the select field.
addSelectField(ISelectField)
- Method in interface it.eng.qbe.query.
ISelectClause
Adds the select field.
addSelectField(String, String, String, String, String, String)
- Method in class it.eng.qbe.query.
Query
addSelectField(ISelectField)
- Method in class it.eng.qbe.query.
SelectClause
addSelectFiled(String, String, String, boolean, boolean, String)
- Method in class it.eng.qbe.newquery.
Query
addSubEntity(String, String, String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Adds the sub entity.
addView(String, Query)
- Method in class it.eng.qbe.model.
DataMartModel
FIXME: It works only on qbe query.
addWhereField(String, String)
- Method in interface it.eng.qbe.query.
IQuery
Adds the where field.
addWhereField(IWhereField)
- Method in interface it.eng.qbe.query.
IWhereClause
Adds the where field.
addWhereField(String, String)
- Method in class it.eng.qbe.query.
Query
addWhereField(IWhereField)
- Method in class it.eng.qbe.query.
WhereClause
addWhereFiled(String, String, String, String, Object, String, String, String)
- Method in class it.eng.qbe.newquery.
Query
afterColumnInit()
- Method in class it.eng.qbe.utility.
Scriptlet
afterDetailEval()
- Method in class it.eng.qbe.utility.
Scriptlet
afterGroupInit(String)
- Method in class it.eng.qbe.utility.
Scriptlet
afterPageInit()
- Method in class it.eng.qbe.utility.
Scriptlet
afterReportInit()
- Method in class it.eng.qbe.utility.
Scriptlet
aggregationFunctions
- Static variable in class it.eng.qbe.newquery.
SelectField
apply(String, String)
- Method in interface it.eng.qbe.model.
XHQLStatement.IConditionalOperator
apply(String)
- Method in interface it.eng.qbe.newquery.
SelectField.IAggregationFunction
areAllEntitiesJoined()
- Method in interface it.eng.qbe.query.
IQuery
Are all entities joined.
areAllEntitiesJoined()
- Method in class it.eng.qbe.query.
Query
areEntitiyJoined(EntityClass)
- Method in class it.eng.qbe.query.
Query
Are entitiy joined.
asJavaClassIdentifier(String)
- Static method in class it.eng.qbe.utility.
Utils
As java class identifier.
asJavaIdentifier(String)
- Static method in class it.eng.qbe.utility.
Utils
As java identifier.
asJavaPropertyIdentifier(String)
- Static method in class it.eng.qbe.utility.
Utils
As java property identifier.
AVG
- Static variable in class it.eng.qbe.newquery.
SelectField
B
BasicDataMartStructureBuilder
- Class in
it.eng.qbe.model.structure.builder
The Class BasicDataMartStructureBuilder.
BasicDataMartStructureBuilder()
- Constructor for class it.eng.qbe.model.structure.builder.
BasicDataMartStructureBuilder
BasicHibernateDataSource
- Class in
it.eng.qbe.datasource
The Class BasicHibernateDataSource.
BasicHibernateDataSource(String)
- Constructor for class it.eng.qbe.datasource.
BasicHibernateDataSource
Instantiates a new basic hibernate data source.
BasicStatement
- Class in
it.eng.qbe.model
The Class BasicStatement.
BasicStatement(IDataMartModel)
- Constructor for class it.eng.qbe.model.
BasicStatement
Instantiates a new basic statement.
BasicStatement(IDataMartModel, IQuery)
- Constructor for class it.eng.qbe.model.
BasicStatement
Instantiates a new basic statement.
BasicTemplateBuilder
- Class in
it.eng.qbe.export
The Class BasicTemplateBuilder.
BasicTemplateBuilder(String, String, Vector, Map, String, String, Formula)
- Constructor for class it.eng.qbe.export.
BasicTemplateBuilder
Instantiates a new basic template builder.
beforeColumnInit()
- Method in class it.eng.qbe.utility.
Scriptlet
beforeDetailEval()
- Method in class it.eng.qbe.utility.
Scriptlet
beforeGroupInit(String)
- Method in class it.eng.qbe.utility.
Scriptlet
beforePageInit()
- Method in class it.eng.qbe.utility.
Scriptlet
beforeReportInit()
- Method in class it.eng.qbe.utility.
Scriptlet
BETWEEN
- Static variable in class it.eng.qbe.newquery.
WhereField
binding
- Variable in class it.eng.qbe.utility.
Scriptlet
The binding.
build()
- Method in class it.eng.qbe.model.structure.builder.
DatamartStructureBuilder
Builds the.
buildDataMartStructure(IDataSource)
- Static method in class it.eng.qbe.model.structure.builder.
BasicDataMartStructureBuilder
Builds the data mart structure.
buildDataSource(String, String, List, Map, DBConnection)
- Static method in class it.eng.qbe.datasource.
DataSourceFactory
Builds the data source.
buildEmptyConfiguration()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Builds the empty configuration.
buildFromClause(IQuery)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
Builds the from clause.
buildFromClause(IQuery)
- Method in class it.eng.qbe.model.
HQLStatement
Builds the from clause.
buildGroupByClause(IQuery)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
Builds the group by clause.
buildGroupByClause(IQuery)
- Method in class it.eng.qbe.model.
HQLStatement
Builds the group by clause.
buildOrderByClause(IQuery)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
Builds the order by clause.
buildOrderByClause(IQuery)
- Method in class it.eng.qbe.model.
HQLStatement
Builds the order by clause.
buildTemplate()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
buildTemplate()
- Method in class it.eng.qbe.export.
HibernateTemplateBuilder
buildTemplate()
- Method in interface it.eng.qbe.export.
ITemplateBuilder
Builds the template.
buildTemplate()
- Method in class it.eng.qbe.newexport.
TemplateBuilder
buildTemplateToFile(File)
- Method in class it.eng.qbe.export.
AbstractTemplateBuilder
buildTemplateToFile(File)
- Method in interface it.eng.qbe.export.
ITemplateBuilder
Builds the template to file.
buildView(String, String, Connection, File)
- Method in class it.eng.qbe.model.views.
ViewBuilder
Builds the view.
buildWhereClause(IQuery)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
Builds the where clause.
buildWhereClause(IQuery)
- Method in class it.eng.qbe.model.
HQLStatement
Builds the where clause.
C
calculate(GroovyScriptEngine, Object[], Binding)
- Method in class it.eng.qbe.utility.
CalculatedField
Calculate.
CalculatedField
- Class in
it.eng.qbe.utility
The Class CalculatedField.
CalculatedField()
- Constructor for class it.eng.qbe.utility.
CalculatedField
calculateMappings(IQuery)
- Method in class it.eng.qbe.utility.
CalculatedField
Calculate mappings.
calculateQbeJRMappingString()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Calculate qbe jr mapping string.
capitalize(String)
- Static method in class it.eng.qbe.utility.
Utils
Capitalize.
CLASS_TYPE_CUBE
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant CLASS_TYPE_TABLE.
CLASS_TYPE_DIMENSION
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant CLASS_TYPE_RELATION.
CLASS_TYPE_VIEW
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant CLASS_TYPE_VIEW.
clearCache()
- Method in interface it.eng.qbe.datasource.
DataSourceCache
Clear cache.
clone()
- Method in class it.eng.qbe.utility.
GroovyEngine
composeQuery(IDataMartModel)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Compose query.
composeQuery(IDataMartModel)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
COMPOSITE_HIBERNATE_DS_TYPE
- Static variable in interface it.eng.qbe.datasource.
IDataSource
The COMPOSIT e_ hibernat e_ d s_ type.
CompositeHibernateDataSource
- Class in
it.eng.qbe.datasource
The Class CompositeHibernateDataSource.
CompositeHibernateDataSource(String, String, List, DBConnection)
- Constructor for class it.eng.qbe.datasource.
CompositeHibernateDataSource
Instantiates a new composite hibernate data source.
CompositeHibernateDataSource(String)
- Constructor for class it.eng.qbe.datasource.
CompositeHibernateDataSource
Instantiates a new composite hibernate data source.
conditionalOperators
- Static variable in class it.eng.qbe.model.
XHQLStatement
containEntityClass(EntityClass)
- Method in interface it.eng.qbe.query.
IQuery
Contain entity class.
containEntityClass(EntityClass)
- Method in class it.eng.qbe.query.
Query
CONTAINS
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant CONTAINS.
CONTAINS
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant CONTAINS.
CONTAINS
- Static variable in class it.eng.qbe.newquery.
WhereField
containsDuplicatedAliases()
- Method in interface it.eng.qbe.query.
IQuery
Contains duplicated aliases.
containsDuplicatedAliases()
- Method in class it.eng.qbe.query.
Query
CopyOfHQLStatement
- Class in
it.eng.qbe.model
The Class HQLStatement.
CopyOfHQLStatement(IDataMartModel)
- Constructor for class it.eng.qbe.model.
CopyOfHQLStatement
Instantiates a new hQL statement.
CopyOfHQLStatement(IDataMartModel, IQuery)
- Constructor for class it.eng.qbe.model.
CopyOfHQLStatement
Instantiates a new hQL statement.
CREATE_VIEW_DDL_SCRIPT
- Static variable in class it.eng.qbe.model.views.
ViewBuilder
The Constant CREATE_VIEW_DDL_SCRIPT.
createStatement()
- Method in class it.eng.qbe.model.
DataMartModel
createStatement(IQuery)
- Method in class it.eng.qbe.model.
DataMartModel
createStatement()
- Method in interface it.eng.qbe.model.
IDataMartModel
Creates the statement.
createStatement(IQuery)
- Method in interface it.eng.qbe.model.
IDataMartModel
Creates the statement.
createXStatement()
- Method in class it.eng.qbe.model.
DataMartModel
createXStatement(Query)
- Method in class it.eng.qbe.model.
DataMartModel
createXStatement(Query)
- Method in interface it.eng.qbe.model.
IDataMartModel
critical(Class, Object)
- Static method in class it.eng.qbe.log.
Logger
Critical.
D
DAOFactory
- Class in
it.eng.qbe.dao
The Class DAOFactory.
DAOFactory()
- Constructor for class it.eng.qbe.dao.
DAOFactory
DataMartEntity
- Class in
it.eng.qbe.model.structure
The Class DataMartEntity.
DataMartEntity(String, String, String, String, DataMartModelStructure)
- Constructor for class it.eng.qbe.model.structure.
DataMartEntity
Instantiates a new data mart entity.
DataMartField
- Class in
it.eng.qbe.model.structure
The Class DataMartField.
DataMartField(String, DataMartEntity)
- Constructor for class it.eng.qbe.model.structure.
DataMartField
Instantiates a new data mart field.
DatamartJarFile
- Class in
it.eng.qbe.bo
The Class DatamartJarFile.
DatamartJarFile(File)
- Constructor for class it.eng.qbe.bo.
DatamartJarFile
Instantiates a new datamart jar file.
DatamartJarFileDAO
- Interface in
it.eng.qbe.dao
The Interface DatamartJarFileDAO.
DatamartJarFileDAOFilesystemImpl
- Class in
it.eng.qbe.dao
The Class DatamartJarFileDAOFilesystemImpl.
DatamartJarFileDAOFilesystemImpl(File)
- Constructor for class it.eng.qbe.dao.
DatamartJarFileDAOFilesystemImpl
Instantiates a new datamart jar file dao filesystem impl.
DatamartLabels
- Class in
it.eng.qbe.bo
The Class DatamartLabels.
DatamartLabels()
- Constructor for class it.eng.qbe.bo.
DatamartLabels
Instantiates a new datamart labels.
DatamartLabels(Properties)
- Constructor for class it.eng.qbe.bo.
DatamartLabels
Instantiates a new datamart labels.
DatamartLabelsDAO
- Interface in
it.eng.qbe.dao
The Interface DatamartLabelsDAO.
DatamartLabelsDAOFilesystemImpl
- Class in
it.eng.qbe.dao
DatamartLabelsDAOFilesystemImpl()
- Constructor for class it.eng.qbe.dao.
DatamartLabelsDAOFilesystemImpl
DataMartModel
- Class in
it.eng.qbe.model
The Class DataMartModel.
DataMartModel(IDataSource)
- Constructor for class it.eng.qbe.model.
DataMartModel
Instantiates a new data mart model.
DataMartModelAccessModality
- Class in
it.eng.qbe.model.accessmodality
The Class DataMartModelAccessModality.
DataMartModelAccessModality()
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Instantiates a new data mart model access modality.
DataMartModelAccessModality(File)
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Instantiates a new data mart model access modality.
DataMartModelAccessModality(File, String)
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Instantiates a new data mart model access modality.
DataMartModelAccessModality(SourceBean, String)
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Instantiates a new data mart model access modality.
DataMartModelAccessModality(SourceBean)
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Instantiates a new data mart model access modality.
DataMartModelAccessModality.EntityAccessModalitty
- Class in
it.eng.qbe.model.accessmodality
The Class EntityAccessModalitty.
DataMartModelAccessModality.EntityAccessModalitty(String, boolean)
- Constructor for class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Instantiates a new entity access modalitty.
DataMartModelStructure
- Class in
it.eng.qbe.model.structure
The Class DataMartModelStructure.
DataMartModelStructure()
- Constructor for class it.eng.qbe.model.structure.
DataMartModelStructure
Instantiates a new data mart model structure.
DatamartProperties
- Class in
it.eng.qbe.bo
The Class DatamartProperties.
DatamartProperties()
- Constructor for class it.eng.qbe.bo.
DatamartProperties
DatamartProperties(Properties)
- Constructor for class it.eng.qbe.bo.
DatamartProperties
DatamartProperties(IDataMartModel)
- Constructor for class it.eng.qbe.bo.
DatamartProperties
DatamartPropertiesDAO
- Interface in
it.eng.qbe.dao
The Interface DatamartPropertiesDAO.
DatamartPropertiesDAOFilesystemImpl
- Class in
it.eng.qbe.dao
The Class DatamartPropertiesDAOFilesystemImpl.
DatamartPropertiesDAOFilesystemImpl()
- Constructor for class it.eng.qbe.dao.
DatamartPropertiesDAOFilesystemImpl
DatamartStructureBuilder
- Class in
it.eng.qbe.model.structure.builder
The Class DatamartStructureBuilder.
DatamartStructureBuilder(IHibernateDataSource)
- Constructor for class it.eng.qbe.model.structure.builder.
DatamartStructureBuilder
Instantiates a new datamart structure builder.
DataMartUploadManager
- Class in
it.eng.qbe.utility
The Class DataMartUploadManager.
DataMartUploadManager()
- Constructor for class it.eng.qbe.utility.
DataMartUploadManager
DataSourceCache
- Interface in
it.eng.qbe.datasource
The Interface DataSourceCache.
DataSourceFactory
- Class in
it.eng.qbe.datasource
The Class DataSourceFactory.
DataSourceFactory()
- Constructor for class it.eng.qbe.datasource.
DataSourceFactory
DataSourceManager
- Interface in
it.eng.qbe.datasource
The Interface DataSourceManager.
DBConnection
- Class in
it.eng.qbe.datasource
The Class DBConnection.
DBConnection()
- Constructor for class it.eng.qbe.datasource.
DBConnection
debug(Class, Object)
- Static method in class it.eng.qbe.log.
Logger
Debug.
DEFAULT_BAND_WIDTH
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_BAND_WIDTH.
DEFAULT_BAND_WIDTH
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_BAND_WIDTH.
DEFAULT_DETAIL_EVEN_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_DETAIL_EVEN_ROW_BACKCOLOR.
DEFAULT_DETAIL_EVEN_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_DETAIL_EVEN_ROW_BACKCOLOR.
DEFAULT_DETAIL_EVEN_ROW_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_DETAIL_EVEN_ROW_FORECOLOR.
DEFAULT_DETAIL_EVEN_ROW_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_DETAIL_EVEN_ROW_FORECOLOR.
DEFAULT_DETAIL_ODD_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_DETAIL_ODD_ROW_BACKCOLOR.
DEFAULT_DETAIL_ODD_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_DETAIL_ODD_ROW_BACKCOLOR.
DEFAULT_DETAIL_ODD_ROW_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_DETAIL_ODD_ROW_FORECOLOR.
DEFAULT_DETAIL_ODD_ROW_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_DETAIL_ODD_ROW_FORECOLOR.
DEFAULT_HEADER_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_BACKCOLOR.
DEFAULT_HEADER_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_BACKCOLOR.
DEFAULT_HEADER_FONT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_FONT.
DEFAULT_HEADER_FONT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_FONT.
DEFAULT_HEADER_FONT_BOLD
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_FONT_BOLD.
DEFAULT_HEADER_FONT_BOLD
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_FONT_BOLD.
DEFAULT_HEADER_FONT_ITALIC
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_FONT_ITALIC.
DEFAULT_HEADER_FONT_ITALIC
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_FONT_ITALIC.
DEFAULT_HEADER_FONT_SIZE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_FONT_SIZE.
DEFAULT_HEADER_FONT_SIZE
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_FONT_SIZE.
DEFAULT_HEADER_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_FORECOLOR.
DEFAULT_HEADER_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_FORECOLOR.
DEFAULT_HEADER_HEIGHT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_HEADER_HEIGHT.
DEFAULT_HEADER_HEIGHT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_HEADER_HEIGHT.
DEFAULT_MAX_ROWS_NUM
- Static variable in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
The Constant DEFAULT_MAX_ROWS_NUM.
DEFAULT_MAXLINE_PER_ROW
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_MAXLINE_PER_ROW.
DEFAULT_MAXLINE_PER_ROW
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_MAXLINE_PER_ROW.
DEFAULT_PIXEL_PER_CHAR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_PIXEL_PER_CHAR.
DEFAULT_PIXEL_PER_CHAR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_PIXEL_PER_CHAR.
DEFAULT_PIXEL_PER_ROW
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_PIXEL_PER_ROW.
DEFAULT_PIXEL_PER_ROW
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_PIXEL_PER_ROW.
DEFAULT_ROW_FONT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_ROW_FONT.
DEFAULT_ROW_FONT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_ROW_FONT.
DEFAULT_ROW_FONT_SIZE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DEFAULT_ROW_FONT_SIZE.
DEFAULT_ROW_FONT_SIZE
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DEFAULT_ROW_FONT_SIZE.
delDataSource(String)
- Method in interface it.eng.qbe.datasource.
DataSourceCache
Del data source.
deleteAllFields()
- Method in interface it.eng.qbe.query.
ISelectClause
Delete all fields.
deleteAllFields()
- Method in class it.eng.qbe.query.
SelectClause
deleteCalculatedField(String)
- Method in interface it.eng.qbe.query.
IQuery
Delete calculated field.
deleteCalculatedField(String)
- Method in interface it.eng.qbe.query.
ISelectClause
Delete calculated field.
deleteCalculatedField(String)
- Method in class it.eng.qbe.query.
Query
deleteCalculatedField(String)
- Method in class it.eng.qbe.query.
SelectClause
deleteCalculatedFields()
- Method in interface it.eng.qbe.query.
ISelectClause
Delete calculated fields.
deleteCalculatedFields()
- Method in class it.eng.qbe.query.
SelectClause
deleteDir(File)
- Static method in class it.eng.qbe.utility.
Utils
Delete dir.
deleteGroupByClause()
- Method in interface it.eng.qbe.query.
IQuery
Delete group by clause.
deleteGroupByClause()
- Method in class it.eng.qbe.query.
Query
deleteGroupByField(String)
- Method in class it.eng.qbe.query.
GroupByClause
deleteGroupByField(String)
- Method in interface it.eng.qbe.query.
IGroupByClause
Delete group by field.
deleteGroupByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Delete group by field.
deleteGroupByField(String)
- Method in class it.eng.qbe.query.
Query
deleteOrderByClause()
- Method in interface it.eng.qbe.query.
IQuery
Delete order by clause.
deleteOrderByClause()
- Method in class it.eng.qbe.query.
Query
deleteOrderByField(String)
- Method in interface it.eng.qbe.query.
IOrderByClause
Delete order by field.
deleteOrderByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Delete order by field.
deleteOrderByField(String)
- Method in class it.eng.qbe.query.
OrderByClause
deleteOrderByField(String)
- Method in class it.eng.qbe.query.
Query
deleteSelectClause()
- Method in interface it.eng.qbe.query.
IQuery
Delete select clause.
deleteSelectClause()
- Method in class it.eng.qbe.query.
Query
deleteSelectField(String)
- Method in interface it.eng.qbe.query.
IQuery
Delete select field.
deleteSelectField(String)
- Method in class it.eng.qbe.query.
Query
deleteSelectFields()
- Method in interface it.eng.qbe.query.
ISelectClause
Delete select fields.
deleteSelectFields()
- Method in class it.eng.qbe.query.
SelectClause
deleteWhereClause()
- Method in interface it.eng.qbe.query.
IQuery
Delete where clause.
deleteWhereClause()
- Method in class it.eng.qbe.query.
Query
deleteWhereField(String)
- Method in interface it.eng.qbe.query.
IQuery
Delete where field.
deleteWhereField(String)
- Method in class it.eng.qbe.query.
Query
delSelectField(String)
- Method in interface it.eng.qbe.query.
ISelectClause
Del select field.
delSelectField(String)
- Method in class it.eng.qbe.query.
SelectClause
delWhereField(String)
- Method in interface it.eng.qbe.query.
IWhereClause
Del where field.
delWhereField(String)
- Method in class it.eng.qbe.query.
WhereClause
deselectSubquery()
- Method in interface it.eng.qbe.query.
IQuery
Deselect subquery.
deselectSubquery()
- Method in class it.eng.qbe.query.
Query
DETAIL_HEIGHT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DETAIL_HEIGHT.
DETAIL_HEIGHT
- Static variable in class it.eng.qbe.export.
HibernateTemplateBuilder
The Constant DETAIL_HEIGHT.
DETAIL_HEIGHT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DETAIL_HEIGHT.
DETAIL_WIDTH
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant DETAIL_WIDTH.
DETAIL_WIDTH
- Static variable in class it.eng.qbe.export.
HibernateTemplateBuilder
The Constant DETAIL_WIDTH.
DETAIL_WIDTH
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant DETAIL_WIDTH.
DynamicForwardPublisher
- Class in
it.eng.qbe.spagoext
The Class DynamicForwardPublisher.
DynamicForwardPublisher()
- Constructor for class it.eng.qbe.spagoext.
DynamicForwardPublisher
Instantiates a new dynamic forward publisher.
E
ENDS_WITH
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant ENDS_WITH.
ENDS_WITH
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant ENDS_WITH.
ENDS_WITH
- Static variable in class it.eng.qbe.newquery.
WhereField
EntityClass
- Class in
it.eng.qbe.wizard
The Class EntityClass.
EntityClass()
- Constructor for class it.eng.qbe.wizard.
EntityClass
Instantiates a new entity class.
EntityClass(String, String)
- Constructor for class it.eng.qbe.wizard.
EntityClass
Instantiates a new entity class.
equals(Object)
- Method in class it.eng.qbe.utility.
CalculatedField
EQUALS_OR_GREATER_THAN
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant EQUALS_OR_GREATER_THAN.
EQUALS_OR_GREATER_THAN
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant EQUALS_OR_GREATER_THAN.
EQUALS_OR_GREATER_THAN
- Static variable in class it.eng.qbe.newquery.
WhereField
EQUALS_OR_LESS_THAN
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant EQUALS_OR_LESS_THAN.
EQUALS_OR_LESS_THAN
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant EQUALS_OR_LESS_THAN.
EQUALS_OR_LESS_THAN
- Static variable in class it.eng.qbe.newquery.
WhereField
EQUALS_TO
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant EQUALS_TO.
EQUALS_TO
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant EQUALS_TO.
EQUALS_TO
- Static variable in class it.eng.qbe.newquery.
WhereField
error(Class, Object)
- Static method in class it.eng.qbe.log.
Logger
Error.
execute(int, int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
execute(int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
execute()
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
execute(IQuery, Map, int, int, int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
execute(int, int)
- Method in class it.eng.qbe.model.
HQLStatement
execute(int)
- Method in class it.eng.qbe.model.
HQLStatement
execute()
- Method in class it.eng.qbe.model.
HQLStatement
execute(IQuery, Map, int, int, int)
- Method in class it.eng.qbe.model.
HQLStatement
execute()
- Method in interface it.eng.qbe.model.
IStatement
Execute.
execute(int)
- Method in interface it.eng.qbe.model.
IStatement
Execute.
execute(int, int)
- Method in interface it.eng.qbe.model.
IStatement
Execute.
execute(IQuery, Map, int, int, int)
- Method in interface it.eng.qbe.model.
IStatement
Execute.
execute(int, int)
- Method in class it.eng.qbe.model.
XHQLStatement
execute(int)
- Method in class it.eng.qbe.model.
XHQLStatement
execute()
- Method in class it.eng.qbe.model.
XHQLStatement
execute(Query, Map, int, int, int)
- Method in class it.eng.qbe.model.
XHQLStatement
execute()
- Method in interface it.eng.qbe.model.
XIStatement
Execute.
execute(int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute.
execute(int, int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute.
execute(Query, Map, int, int, int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute.
executeExpertQuery(DataMartModel, int, int)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Execute expert query.
executeExpertQuery(DataMartModel, int, int)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
executeGroovyScript(String, String, String, String, String)
- Method in class it.eng.qbe.utility.
Scriptlet
Execute groovy script.
executeQbeQuery(DataMartModel, int, int)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Execute qbe query.
executeQbeQuery(DataMartModel, int, int)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
executeQuery(DataMartModel, int, int)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Execute query.
executeQuery(DataMartModel, int, int)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
executeSqlQuery(DataMartModel, String, int, int)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Execute sql query.
executeSqlQuery(DataMartModel, String, int, int)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
executeWithPagination(int, int, int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
executeWithPagination(int, int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
executeWithPagination(IQuery, Map, int, int, int)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
executeWithPagination(int, int, int)
- Method in class it.eng.qbe.model.
HQLStatement
executeWithPagination(int, int)
- Method in class it.eng.qbe.model.
HQLStatement
executeWithPagination(IQuery, Map, int, int, int)
- Method in class it.eng.qbe.model.
HQLStatement
executeWithPagination(int, int)
- Method in interface it.eng.qbe.model.
IStatement
Execute with pagination.
executeWithPagination(IQuery, Map, int, int, int)
- Method in interface it.eng.qbe.model.
IStatement
Execute with pagination.
executeWithPagination(int, int, int)
- Method in interface it.eng.qbe.model.
IStatement
Execute with pagination.
executeWithPagination(int, int, int)
- Method in class it.eng.qbe.model.
XHQLStatement
executeWithPagination(int, int)
- Method in class it.eng.qbe.model.
XHQLStatement
executeWithPagination(Query, Map, int, int, int)
- Method in class it.eng.qbe.model.
XHQLStatement
executeWithPagination(int, int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute with pagination.
executeWithPagination(Query, Map, int, int, int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute with pagination.
executeWithPagination(int, int, int)
- Method in interface it.eng.qbe.model.
XIStatement
Execute with pagination.
ExpressionNode
- Class in
it.eng.qbe.newquery
ExpressionNode(String, String)
- Constructor for class it.eng.qbe.newquery.
ExpressionNode
extractExpertSelectFieldsList()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Extract expert select fields list.
extractExpertSelectFieldsList()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
This method extracts the name of select fields (or the alias name if present), from the expert query.
F
Field
- Class in
it.eng.qbe.export
The Class Field.
Field(String, String, int)
- Constructor for class it.eng.qbe.export.
Field
Instantiates a new field.
Field
- Class in
it.eng.qbe.newexport
The Class Field.
Field(String, String, int)
- Constructor for class it.eng.qbe.newexport.
Field
Instantiates a new field.
Field
- Class in
it.eng.qbe.query
The Class Field.
Field(String)
- Constructor for class it.eng.qbe.query.
Field
Instantiates a new field.
FIELD_TYPE_ATTRIBUTE
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant FIELD_TYPE_DIMENSION.
FIELD_TYPE_GEOREF
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant FIELD_TYPE_GEOREF.
FIELD_TYPE_MEASURE
- Static variable in class it.eng.qbe.bo.
DatamartProperties
The Constant FIELD_TYPE_MEASURE.
FileUtils
- Class in
it.eng.qbe.utility
The Class FileUtils.
FileUtils()
- Constructor for class it.eng.qbe.utility.
FileUtils
fillCalculatedFields(String)
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Fill calculated fields.
Filter
- Class in
it.eng.qbe.model
The Class Filter.
Filter(String, String)
- Constructor for class it.eng.qbe.model.
Filter
Instantiates a new filter.
findPositionOf(String)
- Method in interface it.eng.qbe.query.
IQuery
Find position of.
findPositionOf(String)
- Method in class it.eng.qbe.query.
Query
FNode
- Class in
it.eng.qbe.query
The Class FNode.
FNode(String, String)
- Constructor for class it.eng.qbe.query.
FNode
Instantiates a new f node.
FNode(String, String, String)
- Constructor for class it.eng.qbe.query.
FNode
Instantiates a new f node.
FNode(ISelectField, String)
- Constructor for class it.eng.qbe.query.
FNode
Instantiates a new f node.
Formula
- Class in
it.eng.qbe.bo
The Class Formula.
Formula(InputStream)
- Constructor for class it.eng.qbe.bo.
Formula
Instantiates a new formula.
FormulaDAO
- Interface in
it.eng.qbe.dao
The Interface FormulaDAO.
FormulaDAOFilesystemImpl
- Class in
it.eng.qbe.dao
The Class FormulaDAOFilesystemImpl.
FormulaDAOFilesystemImpl(File)
- Constructor for class it.eng.qbe.dao.
FormulaDAOFilesystemImpl
Instantiates a new formula dao filesystem impl.
FromField
- Class in
it.eng.qbe.newquery
FromField(DataMartEntity)
- Constructor for class it.eng.qbe.newquery.
FromField
G
getAlias()
- Method in class it.eng.qbe.newexport.
Field
getAlias()
- Method in class it.eng.qbe.newquery.
FromField
getAlias()
- Method in class it.eng.qbe.newquery.
SelectField
getAllDataMartPath(File)
- Static method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
Gets the all data mart path.
getAllFieldOccurencesOnSubEntity(String, String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the all field occurences on sub entity.
getAllFields()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the all fields.
getAllSubEntities()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the all sub entities.
getAllSubEntities(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the all sub entities.
getBoperator()
- Method in class it.eng.qbe.newquery.
WhereField
getCalcuatedFields()
- Method in interface it.eng.qbe.query.
ISelectClause
Gets the calcuated fields.
getCalcuatedFields()
- Method in class it.eng.qbe.query.
SelectClause
getCalculatedField(String)
- Method in class it.eng.qbe.bo.
Formula
Gets the calculated field.
getCalculatedField(String, File)
- Static method in class it.eng.qbe.utility.
Utils
Estrae dal file formula.xml solo i campi calcolati relativi alle entita' che ho estratto nella query
getCalculatedFieldByPosition(int)
- Method in class it.eng.qbe.query.
SelectClause
Gets the calculated field by position.
getCalculatedFields(Iterator)
- Method in class it.eng.qbe.bo.
Formula
Gets the calculated fields.
getCalculatedFieldsIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the calculated fields iterator.
getCalculatedFieldsIterator()
- Method in class it.eng.qbe.query.
Query
getCalculatedFieldsNumber()
- Method in class it.eng.qbe.query.
SelectClause
Gets the calculated fields number.
getChildNodes()
- Method in class it.eng.qbe.newquery.
ExpressionNode
getClassAlias()
- Method in class it.eng.qbe.query.
FNode
Gets the class alias.
getClassAlias()
- Method in class it.eng.qbe.wizard.
EntityClass
Gets the class alias.
getClassName()
- Method in class it.eng.qbe.query.
FNode
Gets the class name.
getClassName()
- Method in class it.eng.qbe.utility.
RelationField
Gets the class name.
getClassName()
- Method in class it.eng.qbe.wizard.
EntityClass
Gets the class name.
getClassNameInQuery()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the class name in query.
getClassPrefix()
- Method in class it.eng.qbe.query.
FNode
Gets the class prefix.
getClassType()
- Method in class it.eng.qbe.export.
Field
Gets the class type.
getClassType()
- Method in class it.eng.qbe.newexport.
Field
Gets the class type.
getColumnHeaderBlock()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the column header block.
getColumnHeaderBlock()
- Method in class it.eng.qbe.export.
HibernateTemplateBuilder
Gets the column header block.
getColumnHeaderBlock()
- Method in class it.eng.qbe.newexport.
TemplateBuilder
Gets the column header block.
getColumnWidth(int)
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the column width.
getColumnWidth(int)
- Method in class it.eng.qbe.newexport.
TemplateBuilder
Gets the column width.
getCompositeDatamartDescription()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
Gets the composite datamart description.
getCompositeDatamartName()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
Gets the composite datamart name.
getConfig()
- Method in class it.eng.qbe.utility.
DataMartUploadManager
getConfiguration()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
getConfiguration()
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
getConfiguration(String)
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
Gets the configuration.
getConfiguration()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the configuration.
getConnection()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
getConnection()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the connection.
getContextDir()
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
Gets the context dir.
getCopy()
- Method in class it.eng.qbe.query.
GroupByClause
getCopy()
- Method in class it.eng.qbe.query.
GroupByField
getCopy()
- Method in interface it.eng.qbe.query.
IGroupByClause
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IGroupByField
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IOrderByClause
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IOrderByField
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IQuery
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
ISelectClause
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
ISelectField
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IWhereClause
Gets the copy.
getCopy()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the copy.
getCopy()
- Method in class it.eng.qbe.query.
OrderByClause
getCopy()
- Method in class it.eng.qbe.query.
OrderByField
getCopy()
- Method in class it.eng.qbe.query.
Query
getCopy()
- Method in class it.eng.qbe.query.
SelectClause
getCopy()
- Method in class it.eng.qbe.query.
SelectField
getCopy()
- Method in class it.eng.qbe.query.
WhereClause
getCopy()
- Method in class it.eng.qbe.query.
WhereField
getCopy()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the copy.
getCopy()
- Method in class it.eng.qbe.wizard.
EntityClass
Gets the copy.
getCopy()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
Gets the copy.
getDataMartEntity()
- Method in class it.eng.qbe.newquery.
FromField
getDatamartJarFile(String)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Gets the datamart jar file.
getDatamartJarFile(String)
- Method in interface it.eng.qbe.model.io.
IDataMartModelRetriever
Gets the datamart jar file.
getDatamartJarFile(String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
getDatamartJarFileDAO()
- Static method in class it.eng.qbe.dao.
DAOFactory
Gets the datamart jar file dao.
getDatamartLabelsDAO()
- Static method in class it.eng.qbe.dao.
DAOFactory
Gets the datamart labels dao.
getDataMartModel()
- Method in class it.eng.qbe.model.
BasicStatement
getDataMartModel()
- Method in interface it.eng.qbe.model.
IStatement
Gets the data mart model.
getDataMartModel()
- Method in class it.eng.qbe.model.
XBasicStatement
getDataMartModel()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the data mart model.
getDataMartModelAccessModality()
- Method in class it.eng.qbe.model.
DataMartModel
getDataMartModelAccessModality()
- Method in interface it.eng.qbe.model.
IDataMartModel
Gets the data mart model access modality.
getDataMartModelRetriever()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
getDataMartModelRetriever()
- Static method in class it.eng.qbe.utility.
Utils
Gets the data mart model retriever.
getDataMartModelStructure()
- Method in class it.eng.qbe.model.
DataMartModel
getDataMartModelStructure()
- Method in interface it.eng.qbe.model.
IDataMartModel
Gets the data mart model structure.
getDatamartName()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
getDatamartName()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the datamart name.
getDatamartName()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the datamart name.
getDatamartName(List)
- Method in interface it.eng.qbe.naming.
NamingStrategy
Gets the datamart name.
getDatamartNames()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
getDatamartNames()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the datamart names.
getDataMartProperties()
- Method in class it.eng.qbe.model.
DataMartModel
getDataMartProperties()
- Method in interface it.eng.qbe.model.
IDataMartModel
Gets the data mart properties.
getDatamartPropertiesDAO()
- Static method in class it.eng.qbe.dao.
DAOFactory
Gets the datamart properties dao.
getDataSource(String)
- Method in interface it.eng.qbe.datasource.
DataSourceCache
Gets the data source.
getDataSource(List, DBConnection)
- Method in interface it.eng.qbe.datasource.
DataSourceManager
Gets the data source.
getDataSource(List, Map, DBConnection)
- Method in interface it.eng.qbe.datasource.
DataSourceManager
Gets the data source.
getDataSource()
- Method in class it.eng.qbe.model.
DataMartModel
getDataSource()
- Method in interface it.eng.qbe.model.
IDataMartModel
Gets the data source.
getDataSource()
- Method in class it.eng.qbe.model.structure.builder.
DatamartStructureBuilder
Gets the data source.
getDatasourceName(List, DBConnection)
- Method in interface it.eng.qbe.naming.
NamingStrategy
Gets the datasource name.
getDataSources()
- Method in interface it.eng.qbe.datasource.
DataSourceCache
Gets the data sources.
getDblinkMap()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Gets the dblink map.
getDbSpaceChecker()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Gets the database space checker.
getDescription()
- Method in class it.eng.qbe.export.
Field
Gets the description.
getDescription()
- Method in class it.eng.qbe.model.
DataMartModel
Gets the description.
getDescription()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the description.
getDescription()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getDetailsBlock()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the details block.
getDetailsBlock()
- Method in class it.eng.qbe.export.
HibernateTemplateBuilder
Gets the details block.
getDetailsBlock()
- Method in class it.eng.qbe.newexport.
TemplateBuilder
Gets the details block.
getDialect()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the dialect.
getDisplySize()
- Method in class it.eng.qbe.export.
Field
Gets the disply size.
getDisplySize()
- Method in class it.eng.qbe.newexport.
Field
Gets the disply size.
getDistinct()
- Method in interface it.eng.qbe.query.
IQuery
Gets the distinct.
getDistinct()
- Method in class it.eng.qbe.query.
Query
getDriverClass()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the driver class.
getDuplicatedAliases()
- Method in interface it.eng.qbe.query.
IQuery
Gets the duplicated aliases.
getDuplicatedAliases()
- Method in class it.eng.qbe.query.
Query
getEntity(String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the entity.
getEntityClassesIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the entity classes iterator.
getEntityClassesIterator()
- Method in class it.eng.qbe.query.
Query
getEntityFilterConditions(String)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Gets the entity filter conditions.
getEntityFilterConditions(String, Properties)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Gets the entity filter conditions.
getEntityIconClass(DataMartEntity)
- Method in class it.eng.qbe.bo.
DatamartProperties
getEntityName()
- Method in class it.eng.qbe.model.
Filter
Gets the entity name.
getEntityName()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the entity name.
getEntityType(DataMartEntity)
- Method in class it.eng.qbe.bo.
DatamartProperties
getErrMsg()
- Method in interface it.eng.qbe.query.
IQuery
Gets the err msg.
getErrMsg()
- Method in class it.eng.qbe.query.
Query
getExpertQueryDisplayed()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the expert query displayed.
getExpertQueryDisplayed()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getExpertQuerySaved()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the expert query saved.
getExpertQuerySaved()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getFdesc()
- Method in class it.eng.qbe.newquery.
WhereField
getFetchSize()
- Method in class it.eng.qbe.model.
BasicStatement
getFetchSize()
- Method in interface it.eng.qbe.model.
IStatement
Gets the fetch size.
getFetchSize()
- Method in class it.eng.qbe.model.
XBasicStatement
getFetchSize()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the fetch size.
getField(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the field.
getField(String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the field.
getFieldAlias()
- Method in class it.eng.qbe.query.
FNode
Gets the field alias.
getFieldAlias()
- Method in interface it.eng.qbe.query.
ISelectField
Gets the field alias.
getFieldAlias()
- Method in class it.eng.qbe.query.
SelectField
getFieldCompleteName()
- Method in interface it.eng.qbe.query.
ISelectField
Gets the field complete name.
getFieldCompleteName()
- Method in class it.eng.qbe.query.
SelectField
getFieldEntityClass()
- Method in interface it.eng.qbe.query.
ISelectField
Gets the field entity class.
getFieldEntityClass()
- Method in class it.eng.qbe.query.
SelectField
getFieldEntityClassForLeftCondition()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the field entity class for left condition.
getFieldEntityClassForLeftCondition()
- Method in class it.eng.qbe.query.
WhereField
getFieldEntityClassForRightCondition()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the field entity class for right condition.
getFieldEntityClassForRightCondition()
- Method in class it.eng.qbe.query.
WhereField
getFieldIconClass(DataMartField)
- Method in class it.eng.qbe.bo.
DatamartProperties
getFieldName()
- Method in class it.eng.qbe.query.
Field
getFieldName()
- Method in class it.eng.qbe.query.
FNode
Gets the field name.
getFieldName()
- Method in interface it.eng.qbe.query.
IField
Gets the field name.
getFieldName()
- Method in class it.eng.qbe.utility.
RelationField
Gets the field name.
getFieldNameWithoutOperators()
- Method in interface it.eng.qbe.query.
ISelectField
Gets the field name without operators.
getFieldNameWithoutOperators()
- Method in class it.eng.qbe.query.
SelectField
getFieldOperator()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the field operator.
getFieldOperator()
- Method in class it.eng.qbe.query.
WhereField
getFields()
- Method in class it.eng.qbe.model.
Filter
Gets the fields.
getFieldsBlock()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the fields block.
getFieldsBlock()
- Method in class it.eng.qbe.export.
HibernateTemplateBuilder
Gets the fields block.
getFieldsBlock()
- Method in class it.eng.qbe.newexport.
TemplateBuilder
Gets the fields block.
getFieldType(DataMartField, int)
- Method in class it.eng.qbe.bo.
DatamartProperties
Gets the field type.
getFieldType(DataMartField)
- Method in class it.eng.qbe.bo.
DatamartProperties
getFieldType(String)
- Static method in class it.eng.qbe.export.
Field
Return the correct field type...
getFieldType(String)
- Static method in class it.eng.qbe.newexport.
Field
Return the correct field type...
getFieldValue()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the field value.
getFieldValue()
- Method in class it.eng.qbe.query.
WhereField
getFile()
- Method in class it.eng.qbe.bo.
JarFile
Gets the file.
getFilterCondition()
- Method in class it.eng.qbe.model.
Filter
Gets the filter condition.
getFilterConditions()
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Gets the filter conditions.
getFinalQuery()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the final query.
getFinalQuery()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getFinalSqlQuery(DataMartModel)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the final sql query.
getFinalSqlQuery(DataMartModel)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getFirstResultNumber()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the first result number.
getFldCompleteNameInQuery()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the fld complete name in query.
getFldLabel()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the fld label.
getFname()
- Method in class it.eng.qbe.newquery.
WhereField
getFormula()
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
getFormula()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the formula.
getFormula()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the formula.
getFormula()
- Method in class it.eng.qbe.model.
DataMartModel
Gets the formula.
getFormulaDAO()
- Static method in class it.eng.qbe.dao.
DAOFactory
Gets the formula dao.
getFreeSpaceLbLimit()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Gets the free space lb limit.
getFunction()
- Method in class it.eng.qbe.newquery.
SelectField
getGroovyEngine()
- Static method in class it.eng.qbe.utility.
GroovyEngine
Gets the groovy engine.
getGroovyScriptEngine()
- Method in class it.eng.qbe.utility.
GroovyEngine
Gets the groovy script engine.
getGroupByFields()
- Method in class it.eng.qbe.newquery.
Query
getGroupByFields()
- Method in class it.eng.qbe.query.
GroupByClause
getGroupByFields()
- Method in interface it.eng.qbe.query.
IGroupByClause
Gets the group by fields.
getGroupByFieldsIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the group by fields iterator.
getGroupByFieldsIterator()
- Method in class it.eng.qbe.query.
Query
getId()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the id.
getId()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the id.
getId()
- Method in class it.eng.qbe.query.
Field
getId()
- Method in class it.eng.qbe.query.
FNode
Gets the id.
getId()
- Method in interface it.eng.qbe.query.
IField
Gets the id.
getId()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the id.
getInExport()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the in export.
getInstance()
- Static method in class it.eng.qbe.cache.
QbeCache
getInstance()
- Static method in class it.eng.qbe.cache.
QbeCacheManager
getInstance()
- Static method in class it.eng.qbe.conf.
QbeCoreSettings
getJavaTypeForHibType(String)
- Method in class it.eng.qbe.model.
DataMartModel
Gets the java type for hib type.
getJdbcTypeClass(ResultSetMetaData, int)
- Static method in class it.eng.qbe.export.
SQLFieldsReader
Gets the jdbc type class.
getJdbcTypeClass(ResultSetMetaData, int)
- Static method in class it.eng.qbe.newexport.
SQLFieldsReader
Gets the jdbc type class.
getJndiName()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the jndi name.
getKeyFieldIterator()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the key field iterator.
getKeyFields()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the key fields.
getLabel(Object)
- Method in class it.eng.qbe.bo.
DatamartLabels
getLabel()
- Method in class it.eng.qbe.model.
DataMartModel
Gets the label.
getLabelForClass(String)
- Method in interface it.eng.qbe.locale.
IQbeLabelHelper
Gets the label for class.
getLabelForField(String)
- Method in interface it.eng.qbe.locale.
IQbeLabelHelper
Gets the label for field.
getLabelProperties(JarFile)
- Static method in class it.eng.qbe.locale.
LocaleUtils
Deprecated.
use DatamartLabelsDAOF
getLabelProperties(JarFile, Locale)
- Static method in class it.eng.qbe.locale.
LocaleUtils
Deprecated.
use DatamartLabelsDAOF
getLabels(IDataMartModel, Locale)
- Method in class it.eng.qbe.cache.
QbeCache
getLabels(IDataMartModel, Locale)
- Method in class it.eng.qbe.cache.
QbeCacheManager
getLastPageNumber()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the last page number.
getLastResultNumber()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the last result number.
getLeftBracketsNum()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the left brackets num.
getLeftBracketsNum()
- Method in class it.eng.qbe.query.
WhereField
getLength()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the length.
getList()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the list.
getLocale(RequestContainer, String)
- Static method in class it.eng.qbe.locale.
LocaleUtils
Gets the locale.
getManualCalculatedFieldsForEntity(String)
- Method in class it.eng.qbe.bo.
Formula
Gets the manual calculated fields for entity.
getMapFieldIdSubQUeryId()
- Method in class it.eng.qbe.query.
Query
Gets the map field id sub q uery id.
getMappingMap()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the mapping map.
getMappingPositions()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the mapping positions.
getMappings()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the mappings.
getMaxResults()
- Method in class it.eng.qbe.model.
BasicStatement
getMaxResults()
- Method in interface it.eng.qbe.model.
IStatement
Gets the max results.
getMaxResults()
- Method in class it.eng.qbe.model.
XBasicStatement
getMaxResults()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the max results.
getMessage(RequestContainer, String)
- Method in interface it.eng.qbe.locale.
IQbeMessageHelper
Gets the message.
getMessage(RequestContainer, String, String)
- Method in interface it.eng.qbe.locale.
IQbeMessageHelper
Gets the message.
getMessage(RequestContainer, String)
- Method in class it.eng.qbe.locale.
QbeWebMessageHelper
getMessage(RequestContainer, String, String)
- Method in class it.eng.qbe.locale.
QbeWebMessageHelper
getName()
- Method in class it.eng.qbe.datasource.
AbstractDataSource
getName()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the name.
getName()
- Method in interface it.eng.qbe.datasource.
IDataSource
Gets the name.
getName()
- Method in class it.eng.qbe.export.
Field
Gets the name.
getName()
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Gets the name.
getName()
- Method in class it.eng.qbe.model.
DataMartModel
Gets the name.
getName()
- Method in interface it.eng.qbe.model.
IDataMartModel
getName()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the name.
getName()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the name.
getName()
- Method in class it.eng.qbe.newexport.
Field
Gets the name.
getName()
- Method in interface it.eng.qbe.newquery.
SelectField.IAggregationFunction
getNextBooleanOperator()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the next boolean operator.
getNextBooleanOperator()
- Method in class it.eng.qbe.query.
WhereField
getNextId()
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the next id.
getNextPageNumber()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the next page number.
getNormalFieldIterator()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the normal field iterator.
getNormalFields()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the normal fields.
getOffset()
- Method in class it.eng.qbe.model.
BasicStatement
getOffset()
- Method in interface it.eng.qbe.model.
IStatement
Gets the offset.
getOffset()
- Method in class it.eng.qbe.model.
XBasicStatement
getOffset()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the offset.
getOperand()
- Method in class it.eng.qbe.newquery.
WhereField
getOperandDesc()
- Method in class it.eng.qbe.newquery.
WhereField
getOperandType()
- Method in class it.eng.qbe.newquery.
WhereField
getOperator()
- Method in class it.eng.qbe.newquery.
WhereField
getOrderByFields()
- Method in class it.eng.qbe.newquery.
Query
getOrderByFields()
- Method in interface it.eng.qbe.query.
IOrderByClause
Gets the order by fields.
getOrderByFields()
- Method in class it.eng.qbe.query.
OrderByClause
getOrderByFieldsIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the order by fields iterator.
getOrderByFieldsIterator()
- Method in class it.eng.qbe.query.
Query
getOrderedFieldList(ISingleDataMartWizardObject)
- Static method in class it.eng.qbe.utility.
Utils
Gets the ordered field list.
getOrderType()
- Method in class it.eng.qbe.newquery.
SelectField
getOriginalFieldName()
- Method in class it.eng.qbe.query.
SelectField
Gets the original field name.
getOriginalParameterRequestName(String)
- Static method in class it.eng.qbe.utility.
JSPUtilities
Deprecated.
Gets the original parameter request name.
getOwner()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the owner.
getOwner()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getParamBlock()
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the param block.
getParameters()
- Method in class it.eng.qbe.model.
BasicStatement
Gets the parameters.
getParameters()
- Method in class it.eng.qbe.model.
Filter
Gets the parameters.
getParameters()
- Method in class it.eng.qbe.model.
XBasicStatement
Gets the parameters.
getParameters(String, String)
- Static method in class it.eng.qbe.utility.
StringUtils
Gets the parameters.
getParent()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the parent.
getParent()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the parent.
getPassword()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the password.
getPath()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the path.
getPercentageOfFreeSpace(Connection)
- Method in interface it.eng.qbe.utility.
IDBSpaceChecker
Gets the percentage of free space.
getPercentageOfFreeSpace(Connection)
- Method in class it.eng.qbe.utility.
SimpleSpaceChecker
Gets the percentage of free space.
getPrecision()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the precision.
getPrecision()
- Method in class it.eng.qbe.query.
Field
getPrecision()
- Method in interface it.eng.qbe.query.
IField
Gets the precision.
getPreviousPageNumber()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the previous page number.
getPrivateQueriesFor(String)
- Method in class it.eng.qbe.model.
DataMartModel
Gets the private queries for.
getPrivateQueriesFor(DataMartModel, String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
Gets the private queries for.
getProperties(IDataMartModel)
- Method in class it.eng.qbe.cache.
QbeCache
getProperties(IDataMartModel)
- Method in class it.eng.qbe.cache.
QbeCacheManager
getProperties()
- Method in class it.eng.qbe.datasource.
AbstractDataSource
getProperties()
- Method in interface it.eng.qbe.datasource.
IDataSource
Gets the properties.
getProperties()
- Method in class it.eng.qbe.model.
DataMartModel
Gets the properties.
getPublisherName(RequestContainer, ResponseContainer)
- Method in class it.eng.qbe.spagoext.
DynamicForwardPublisher
getQbeDataMartDir()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
getQbeDataMartDir(File)
- Static method in class it.eng.qbe.utility.
FileUtils
Gets the qbe data mart dir.
getQbeScriptDir(File)
- Static method in class it.eng.qbe.utility.
FileUtils
Gets the qbe script dir.
getQbeTempDir()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Gets the qbe temporary directory.
getQueries()
- Method in class it.eng.qbe.model.
DataMartModel
This method retrieve all queries for a datamart model.
getQuery()
- Method in class it.eng.qbe.model.
BasicStatement
getQuery(String)
- Method in class it.eng.qbe.model.
DataMartModel
This method retrieve the query related with the datamart model with given queryId.
getQuery()
- Method in interface it.eng.qbe.model.
IStatement
Gets the query.
getQuery()
- Method in class it.eng.qbe.model.
XBasicStatement
getQuery()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the query.
getQuery()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the query.
getQuery()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getQueryId()
- Method in interface it.eng.qbe.query.
IQuery
Gets the query id.
getQueryId()
- Method in class it.eng.qbe.query.
Query
getQueryName()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the query name.
getQueryPersister()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Gets the query persister.
getQueryString()
- Method in class it.eng.qbe.model.
BasicStatement
getQueryString(IQuery)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
Gets the query string.
getQueryString(IQuery, Map)
- Method in class it.eng.qbe.model.
CopyOfHQLStatement
getQueryString(IQuery)
- Method in class it.eng.qbe.model.
HQLStatement
Gets the query string.
getQueryString(IQuery, Map)
- Method in class it.eng.qbe.model.
HQLStatement
getQueryString()
- Method in interface it.eng.qbe.model.
IStatement
Gets the query string.
getQueryString(IQuery, Map)
- Method in interface it.eng.qbe.model.
IStatement
Gets the query string.
getQueryString()
- Method in class it.eng.qbe.model.
XBasicStatement
getQueryString(Query)
- Method in class it.eng.qbe.model.
XHQLStatement
getQueryString(Query, Map)
- Method in class it.eng.qbe.model.
XHQLStatement
getQueryString()
- Method in interface it.eng.qbe.model.
XIStatement
Gets the query string.
getQueryString(Query, Map)
- Method in interface it.eng.qbe.model.
XIStatement
Gets the query string.
getRelationOnColumnName()
- Method in class it.eng.qbe.utility.
RelationField
Gets the relation on column name.
getResource(String)
- Method in class it.eng.qbe.cache.
QbeCache
getResourceFromJarFile(File, String)
- Static method in class it.eng.qbe.utility.
JarUtils
Gets the resource from jar file.
getRightBracketsNum()
- Method in interface it.eng.qbe.query.
IWhereField
Gets the right brackets num.
getRightBracketsNum()
- Method in class it.eng.qbe.query.
WhereField
getRole()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the role.
getRoot()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the root.
getRootEntities(String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the root entities.
getRootEntity(String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the root entity.
getRootEntityIterator(String)
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
Gets the root entity iterator.
getRowHeight(int)
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Gets the row height.
getRowHeight(int)
- Method in class it.eng.qbe.newexport.
TemplateBuilder
Gets the row height.
getScale()
- Method in class it.eng.qbe.query.
Field
getScale()
- Method in interface it.eng.qbe.query.
IField
Gets the scale.
getScript()
- Method in class it.eng.qbe.utility.
CalculatedField
Gets the script.
getScrollableResults()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the scrollable results.
getSelectedEntitiesAsString(ISingleDataMartWizardObject)
- Static method in class it.eng.qbe.utility.
Utils
Gets the selected entities as string.
getSelectFieldByPosition(int)
- Method in class it.eng.qbe.query.
SelectClause
Gets the select field by position.
getSelectFields()
- Method in class it.eng.qbe.newquery.
Query
getSelectFields()
- Method in interface it.eng.qbe.query.
ISelectClause
Gets the select fields.
getSelectFields()
- Method in class it.eng.qbe.query.
SelectClause
getSelectFieldsIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the select fields iterator.
getSelectFieldsIterator()
- Method in class it.eng.qbe.query.
Query
getSelectFieldsNumber()
- Method in class it.eng.qbe.query.
SelectClause
Gets the select fields number.
getSessionFactory()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
getSessionFactory(String)
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
getSessionFactory()
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
getSessionFactory(String)
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
getSessionFactory()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the session factory.
getSessionFactory(String)
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Gets the session factory.
getSpagoCompatibleRequestName(String)
- Static method in class it.eng.qbe.utility.
JSPUtilities
Deprecated.
Gets the spago compatible request name.
getStructure()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the structure.
getSubEntities()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the sub entities.
getSubEntity(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the sub entity.
getSubquery(String)
- Method in interface it.eng.qbe.query.
IQuery
Gets the subquery.
getSubquery(String)
- Method in class it.eng.qbe.query.
Query
getSubqueryErrMsg(String)
- Method in interface it.eng.qbe.query.
IQuery
Gets the subquery err msg.
getSubqueryErrMsg(String)
- Method in class it.eng.qbe.query.
Query
getSubqueryField()
- Method in interface it.eng.qbe.query.
IQuery
Deprecated.
use getSubqueryFieldId
getSubqueryField()
- Method in class it.eng.qbe.query.
Query
getSubqueryFieldId()
- Method in interface it.eng.qbe.query.
IQuery
Gets the subquery field id.
getSubqueryFieldId()
- Method in class it.eng.qbe.query.
Query
getSubQueryIdForSubQueryOnField(String)
- Method in interface it.eng.qbe.query.
IQuery
Gets the sub query id for sub query on field.
getSubQueryIdForSubQueryOnField(String)
- Method in class it.eng.qbe.query.
Query
getTotalResults()
- Method in class it.eng.qbe.utility.
HibernatePage
Gets the total results.
getType()
- Method in class it.eng.qbe.datasource.
AbstractDataSource
getType()
- Method in interface it.eng.qbe.datasource.
IDataSource
Gets the type.
getType()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the type.
getType()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the type.
getType()
- Method in class it.eng.qbe.newquery.
ExpressionNode
getType()
- Method in class it.eng.qbe.query.
Field
getType()
- Method in interface it.eng.qbe.query.
IField
Gets the type.
getUniqueName()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Gets the unique name.
getUniqueName()
- Method in class it.eng.qbe.model.structure.
DataMartField
Gets the unique name.
getUniqueName()
- Method in class it.eng.qbe.newquery.
GroupByField
getUniqueName()
- Method in class it.eng.qbe.newquery.
OrderByField
getUniqueName()
- Method in class it.eng.qbe.newquery.
SelectField
getUniqueName()
- Method in class it.eng.qbe.newquery.
WhereField
getUniqueType()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
getUrl()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the url.
getUrl(File, String)
- Static method in class it.eng.qbe.utility.
JarUtils
Gets the url.
getUrlStr(File, String)
- Static method in class it.eng.qbe.utility.
JarUtils
Gets the url str.
getUsername()
- Method in class it.eng.qbe.datasource.
DBConnection
Gets the username.
getValue()
- Method in class it.eng.qbe.newquery.
ExpressionNode
getViewJarFile(String, String)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Gets the view jar file.
getViewJarFile(String, String)
- Method in interface it.eng.qbe.model.io.
IDataMartModelRetriever
Gets the view jar file.
getViewJarFile(String, String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
getViewJarFileDAO()
- Static method in class it.eng.qbe.dao.
DAOFactory
Gets the view jar file dao.
getViewJarFiles(String)
- Method in interface it.eng.qbe.model.io.
IDataMartModelRetriever
Gets the view jar files.
getViewJarFiles(String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
getViewJarFiles(IHibernateDataSource)
- Static method in class it.eng.qbe.utility.
Utils
Gets the view jar files.
getViewNames(String)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Gets the view names.
getViewNames(String)
- Method in interface it.eng.qbe.model.io.
IDataMartModelRetriever
Gets the view names.
getViewNames(String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
getVirtualizer(int, String)
- Method in class it.eng.qbe.export.
ReportRunner
Gets the virtualizer.
getVirtualizer(int, String)
- Method in class it.eng.qbe.newexport.
ReportRunner
Gets the virtualizer.
getVisibility()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Gets the visibility.
getVisibility()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
getWhereClauseStructure()
- Method in class it.eng.qbe.newquery.
Query
getWhereFieldByName(String)
- Method in class it.eng.qbe.newquery.
Query
getWhereFields()
- Method in class it.eng.qbe.newquery.
Query
getWhereFields()
- Method in interface it.eng.qbe.query.
IWhereClause
Gets the where fields.
getWhereFields()
- Method in class it.eng.qbe.query.
WhereClause
getWhereFieldsIterator()
- Method in interface it.eng.qbe.query.
IQuery
Gets the where fields iterator.
getWhereFieldsIterator()
- Method in class it.eng.qbe.query.
Query
GREATER_THAN
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant GREATER_THAN.
GREATER_THAN
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant GREATER_THAN.
GREATER_THAN
- Static variable in class it.eng.qbe.newquery.
WhereField
GroovyEngine
- Class in
it.eng.qbe.utility
The Class GroovyEngine.
GroupByClause
- Class in
it.eng.qbe.query
The Class GroupByClause.
GroupByClause()
- Constructor for class it.eng.qbe.query.
GroupByClause
Instantiates a new group by clause.
GroupByField
- Class in
it.eng.qbe.newquery
GroupByField(String)
- Constructor for class it.eng.qbe.newquery.
GroupByField
GroupByField
- Class in
it.eng.qbe.query
The Class GroupByField.
GroupByField()
- Constructor for class it.eng.qbe.query.
GroupByField
Instantiates a new group by field.
groupByFields
- Variable in class it.eng.qbe.query.
GroupByClause
The group by fields.
gsEngine
- Variable in class it.eng.qbe.utility.
Scriptlet
The gs engine.
H
hashCode()
- Method in class it.eng.qbe.query.
FNode
hashMD5(String)
- Static method in class it.eng.qbe.utility.
Utils
Hash m d5.
hasNextPage()
- Method in class it.eng.qbe.utility.
HibernatePage
Checks for next page.
hasPreviousPage()
- Method in class it.eng.qbe.utility.
HibernatePage
Checks for previous page.
HIBERNATE_DS_TYPE
- Static variable in interface it.eng.qbe.datasource.
IDataSource
The HIBERNAT e_ d s_ type.
HibernatePage
- Class in
it.eng.qbe.utility
This class is taken by Hibernate wiki.
HibernatePage(Query, int, int)
- Constructor for class it.eng.qbe.utility.
HibernatePage
Construct a new Page.
HibernateTemplateBuilder
- Class in
it.eng.qbe.export
The Class HibernateTemplateBuilder.
HibernateTemplateBuilder(String, SessionFactory)
- Constructor for class it.eng.qbe.export.
HibernateTemplateBuilder
Instantiates a new hibernate template builder.
HQL_LANGUAGE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant HQL_LANGUAGE.
HQLFieldsReader
- Class in
it.eng.qbe.export
Class that can get fields (i.e name and type) from a hql query string
HQLFieldsReader(String, SessionFactory)
- Constructor for class it.eng.qbe.export.
HQLFieldsReader
Instantiates a new hQL fields reader.
HQLStatement
- Class in
it.eng.qbe.model
The Class HQLStatement.
HQLStatement(IDataMartModel)
- Constructor for class it.eng.qbe.model.
HQLStatement
Instantiates a new hQL statement.
HQLStatement(IDataMartModel, IQuery)
- Constructor for class it.eng.qbe.model.
HQLStatement
Instantiates a new hQL statement.
HqlToSqlQueryRewriter
- Class in
it.eng.qbe.export
The Class HqlToSqlQueryRewriter.
HqlToSqlQueryRewriter(Session)
- Constructor for class it.eng.qbe.export.
HqlToSqlQueryRewriter
Instantiates a new hql to sql query rewriter.
HqlToSqlQueryRewriter
- Class in
it.eng.qbe.newexport
The Class HqlToSqlQueryRewriter.
HqlToSqlQueryRewriter(Session)
- Constructor for class it.eng.qbe.newexport.
HqlToSqlQueryRewriter
Instantiates a new hql to sql query rewriter.
I
IDataMartItem
- Interface in
it.eng.qbe.model.structure
The Interface IDataMartItem.
IDataMartModel
- Interface in
it.eng.qbe.model
The Interface IDataMartModel.
IDataMartModelRetriever
- Interface in
it.eng.qbe.model.io
The Interface IDataMartModelRetriever.
IDataMartStructureBuilder
- Interface in
it.eng.qbe.model.structure.builder
The Interface IDataMartStructureBuilder.
IDataSource
- Interface in
it.eng.qbe.datasource
The Interface IDataSource.
IDBSpaceChecker
- Interface in
it.eng.qbe.utility
The Interface IDBSpaceChecker.
IField
- Interface in
it.eng.qbe.query
The Interface IField.
IFieldsReader
- Interface in
it.eng.qbe.export
Interface of class that can get fields (i.e name and type) from a query string
IGroupByClause
- Interface in
it.eng.qbe.query
The Interface IGroupByClause.
IGroupByField
- Interface in
it.eng.qbe.query
The Interface IGroupByField.
IHibernateDataSource
- Interface in
it.eng.qbe.datasource
The Interface IHibernateDataSource.
IN
- Static variable in class it.eng.qbe.newquery.
WhereField
info(Class, Object)
- Static method in class it.eng.qbe.log.
Logger
Info.
init(SourceBean)
- Method in class it.eng.qbe.utility.
DataMartUploadManager
instance
- Static variable in class it.eng.qbe.cache.
QbeCache
instance
- Static variable in class it.eng.qbe.cache.
QbeCacheManager
IOrderByClause
- Interface in
it.eng.qbe.query
The Interface IOrderByClause.
IOrderByField
- Interface in
it.eng.qbe.query
The Interface IOrderByField.
IQbeLabelHelper
- Interface in
it.eng.qbe.locale
The Interface IQbeLabelHelper.
IQbeMessageHelper
- Interface in
it.eng.qbe.locale
The Interface IQbeMessageHelper.
IQuery
- Interface in
it.eng.qbe.newquery
IQuery
- Interface in
it.eng.qbe.query
The Interface IQuery.
IQueryPersister
- Interface in
it.eng.qbe.model.io
The Interface IQueryPersister.
IQueryRewriter
- Interface in
it.eng.qbe.export
Interface of class tha can rewrite a query.
IS_NULL
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant IS_NULL.
IS_NULL
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant IS_NULL.
IS_NULL
- Static variable in class it.eng.qbe.newquery.
WhereField
isAbsolutePath(String)
- Static method in class it.eng.qbe.utility.
FileUtils
Checks if is absolute path.
isAccessible()
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Checks if is accessible.
isAscendingOrder()
- Method in class it.eng.qbe.newquery.
OrderByField
isAscendingOrder()
- Method in class it.eng.qbe.newquery.
SelectField
isAscendingOrder()
- Method in interface it.eng.qbe.query.
IOrderByField
Checks if is ascending order.
isAscendingOrder()
- Method in class it.eng.qbe.query.
OrderByField
ISelectClause
- Interface in
it.eng.qbe.query
The Interface ISelectClause.
ISelectField
- Interface in
it.eng.qbe.query
The Interface ISelectField.
isEmpty()
- Method in class it.eng.qbe.newquery.
Query
isEmpty()
- Method in interface it.eng.qbe.query.
IQuery
Checks if is empty.
isEmpty()
- Method in interface it.eng.qbe.query.
ISelectClause
Checks if is empty.
isEmpty()
- Method in class it.eng.qbe.query.
Query
isEmpty()
- Method in class it.eng.qbe.query.
SelectClause
isEntityAccessible(DataMartEntity)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
isEntityVisible(DataMartEntity)
- Method in class it.eng.qbe.bo.
DatamartProperties
Checks if is table visible.
isFieldAccessible(String)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Checks if is field accessible.
isFieldAccessible(DataMartField)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality
Checks if is field accessible.
isFieldVisible(DataMartField)
- Method in class it.eng.qbe.bo.
DatamartProperties
Checks if is field visible.
isFirstPage()
- Method in class it.eng.qbe.utility.
HibernatePage
Checks if is first page.
isGroupByField()
- Method in class it.eng.qbe.newquery.
SelectField
ISingleDataMartWizardObject
- Interface in
it.eng.qbe.wizard
The Interface ISingleDataMartWizardObject.
isJndiConncetion()
- Method in class it.eng.qbe.datasource.
DBConnection
Checks if is jndi conncetion.
isKey()
- Method in class it.eng.qbe.model.structure.
DataMartField
Checks if is key.
isLastPage()
- Method in class it.eng.qbe.utility.
HibernatePage
Checks if is last page.
isOrderByField()
- Method in class it.eng.qbe.newquery.
SelectField
isSelectedSubqueryValid()
- Method in interface it.eng.qbe.query.
IQuery
Checks if is selected subquery valid.
isSelectedSubqueryValid()
- Method in class it.eng.qbe.query.
Query
isSpaceCheckerEnabled()
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Checks if is space checker enabled.
isSubqueryDefined(String)
- Method in class it.eng.qbe.query.
Query
Checks if is subquery defined.
isSubqueryModeActive()
- Method in interface it.eng.qbe.query.
IQuery
Checks if is subquery mode active.
isSubqueryModeActive()
- Method in class it.eng.qbe.query.
Query
isSubqueryValid(IQuery)
- Method in interface it.eng.qbe.query.
IQuery
Checks if is subquery valid.
isSubqueryValid(IQuery)
- Method in class it.eng.qbe.query.
Query
isSubqueryValid(String)
- Method in class it.eng.qbe.query.
Query
Checks if is subquery valid.
IStatement
- Interface in
it.eng.qbe.model
The Interface IStatement.
isUseExpertedVersion()
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Checks if is use experted version.
isUseExpertedVersion()
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
isUserAble(IEngUserProfile, String)
- Static method in class it.eng.qbe.utility.
Utils
Checks if is user able.
isVisible()
- Method in class it.eng.qbe.newexport.
Field
isVisible()
- Method in class it.eng.qbe.newquery.
SelectField
isVisible()
- Method in interface it.eng.qbe.query.
ISelectField
Checks if is visible.
isVisible()
- Method in class it.eng.qbe.query.
SelectField
it.eng.qbe.bo
- package it.eng.qbe.bo
it.eng.qbe.cache
- package it.eng.qbe.cache
it.eng.qbe.conf
- package it.eng.qbe.conf
it.eng.qbe.dao
- package it.eng.qbe.dao
it.eng.qbe.datasource
- package it.eng.qbe.datasource
it.eng.qbe.export
- package it.eng.qbe.export
it.eng.qbe.locale
- package it.eng.qbe.locale
it.eng.qbe.log
- package it.eng.qbe.log
it.eng.qbe.model
- package it.eng.qbe.model
it.eng.qbe.model.accessmodality
- package it.eng.qbe.model.accessmodality
it.eng.qbe.model.io
- package it.eng.qbe.model.io
it.eng.qbe.model.structure
- package it.eng.qbe.model.structure
it.eng.qbe.model.structure.builder
- package it.eng.qbe.model.structure.builder
it.eng.qbe.model.views
- package it.eng.qbe.model.views
it.eng.qbe.naming
- package it.eng.qbe.naming
it.eng.qbe.newexport
- package it.eng.qbe.newexport
it.eng.qbe.newquery
- package it.eng.qbe.newquery
it.eng.qbe.query
- package it.eng.qbe.query
it.eng.qbe.spagoext
- package it.eng.qbe.spagoext
it.eng.qbe.utility
- package it.eng.qbe.utility
it.eng.qbe.wizard
- package it.eng.qbe.wizard
ITemplateBuilder
- Interface in
it.eng.qbe.export
Interface of class that can build a jasper template from a query string.
IWhereClause
- Interface in
it.eng.qbe.query
The Interface IWhereClause.
IWhereField
- Interface in
it.eng.qbe.query
The Interface IWhereField.
J
JarFile
- Class in
it.eng.qbe.bo
The Class JarFile.
JarFile(File)
- Constructor for class it.eng.qbe.bo.
JarFile
Instantiates a new jar file.
JarUtils
- Class in
it.eng.qbe.utility
The Class JarUtils.
JarUtils()
- Constructor for class it.eng.qbe.utility.
JarUtils
JSPUtilities
- Class in
it.eng.qbe.utility
Deprecated.
A class with some JSP Utilities
JSPUtilities()
- Constructor for class it.eng.qbe.utility.
JSPUtilities
Deprecated.
L
LESS_THAN
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant LESS_THAN.
LESS_THAN
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant LESS_THAN.
LESS_THAN
- Static variable in class it.eng.qbe.newquery.
WhereField
load(DataMartModel, String)
- Method in interface it.eng.qbe.model.io.
IQueryPersister
Load.
load(DataMartModel, String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
loadAllQueries(DataMartModel)
- Method in interface it.eng.qbe.model.io.
IQueryPersister
Load all queries.
loadAllQueries(DataMartModel)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
loadDatamartJarFile(String)
- Method in interface it.eng.qbe.dao.
DatamartJarFileDAO
Load datamart jar file.
loadDatamartJarFile(String)
- Method in class it.eng.qbe.dao.
DatamartJarFileDAOFilesystemImpl
loadDatamartLabels(String)
- Method in interface it.eng.qbe.dao.
DatamartLabelsDAO
Load datamart labels.
loadDatamartLabels(String, Locale)
- Method in interface it.eng.qbe.dao.
DatamartLabelsDAO
Load datamart labels.
loadDatamartLabels(String)
- Method in class it.eng.qbe.dao.
DatamartLabelsDAOFilesystemImpl
loadDatamartLabels(String, Locale)
- Method in class it.eng.qbe.dao.
DatamartLabelsDAOFilesystemImpl
loadDatamartProperties(String)
- Method in interface it.eng.qbe.dao.
DatamartPropertiesDAO
Load datamart properties.
loadDatamartProperties(String)
- Method in class it.eng.qbe.dao.
DatamartPropertiesDAOFilesystemImpl
loadFormula(String)
- Method in interface it.eng.qbe.dao.
FormulaDAO
Load formula.
loadFormula(String)
- Method in class it.eng.qbe.dao.
FormulaDAOFilesystemImpl
loadFormulaFile(String)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Load formula file.
loadFromFile(File)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
Load from file.
loadViewJarFile(String, String)
- Method in interface it.eng.qbe.dao.
ViewJarFileDAO
Load view jar file.
loadViewJarFile(String, String)
- Method in class it.eng.qbe.dao.
ViewJarFileDAOFilesystemImpl
loadViewJarFiles(String)
- Method in interface it.eng.qbe.dao.
ViewJarFileDAO
Load view jar files.
loadViewJarFiles(String)
- Method in class it.eng.qbe.dao.
ViewJarFileDAOFilesystemImpl
loadViewNames(String)
- Method in interface it.eng.qbe.dao.
ViewJarFileDAO
Load view names.
loadViewNames(String)
- Method in class it.eng.qbe.dao.
ViewJarFileDAOFilesystemImpl
LocaleUtils
- Class in
it.eng.qbe.locale
The Class LocaleUtils.
LocaleUtils()
- Constructor for class it.eng.qbe.locale.
LocaleUtils
LocalFileSystemDataMartModelRetriever
- Class in
it.eng.qbe.model.io
The Class LocalFileSystemDataMartModelRetriever.
LocalFileSystemDataMartModelRetriever()
- Constructor for class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
Instantiates a new local file system data mart model retriever.
LocalFileSystemDataMartModelRetriever(File)
- Constructor for class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
Instantiates a new local file system data mart model retriever.
LocalFileSystemQueryPersister
- Class in
it.eng.qbe.model.io
The Class LocalFileSystemQueryPersister.
LocalFileSystemQueryPersister()
- Constructor for class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
logger
- Static variable in class it.eng.qbe.dao.
DatamartLabelsDAOFilesystemImpl
Logger component.
Logger
- Class in
it.eng.qbe.log
The Class Logger.
Logger()
- Constructor for class it.eng.qbe.log.
Logger
M
main(String[])
- Static method in class it.eng.qbe.utility.
JarUtils
The main method.
main(String[])
- Static method in class it.eng.qbe.utility.
StringUtils
The main method.
MAX
- Static variable in class it.eng.qbe.newquery.
SelectField
MIN
- Static variable in class it.eng.qbe.newquery.
SelectField
moveDown(String)
- Method in class it.eng.qbe.query.
GroupByClause
moveDown(String)
- Method in interface it.eng.qbe.query.
IGroupByClause
Move down.
moveDown(String)
- Method in interface it.eng.qbe.query.
IOrderByClause
Move down.
moveDown(String)
- Method in interface it.eng.qbe.query.
ISelectClause
Move down.
moveDown(String)
- Method in interface it.eng.qbe.query.
IWhereClause
Move down.
moveDown(String)
- Method in class it.eng.qbe.query.
OrderByClause
moveDown(String)
- Method in class it.eng.qbe.query.
SelectClause
moveDown(String)
- Method in class it.eng.qbe.query.
WhereClause
moveDownGroupByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move down group by field.
moveDownGroupByField(String)
- Method in class it.eng.qbe.query.
Query
moveDownOrderByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move down order by field.
moveDownOrderByField(String)
- Method in class it.eng.qbe.query.
Query
moveDownSelectField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move down select field.
moveDownSelectField(String)
- Method in class it.eng.qbe.query.
Query
moveDownWhereField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move down where field.
moveDownWhereField(String)
- Method in class it.eng.qbe.query.
Query
moveUp(String)
- Method in class it.eng.qbe.query.
GroupByClause
moveUp(String)
- Method in interface it.eng.qbe.query.
IGroupByClause
Move up.
moveUp(String)
- Method in interface it.eng.qbe.query.
IOrderByClause
Move up.
moveUp(String)
- Method in interface it.eng.qbe.query.
ISelectClause
Move up.
moveUp(String)
- Method in interface it.eng.qbe.query.
IWhereClause
Move up.
moveUp(String)
- Method in class it.eng.qbe.query.
OrderByClause
moveUp(String)
- Method in class it.eng.qbe.query.
SelectClause
moveUp(String)
- Method in class it.eng.qbe.query.
WhereClause
moveUpGroupByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move up group by field.
moveUpGroupByField(String)
- Method in class it.eng.qbe.query.
Query
moveUpOrderByField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move up order by field.
moveUpOrderByField(String)
- Method in class it.eng.qbe.query.
Query
moveUpSelectField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move up select field.
moveUpSelectField(String)
- Method in class it.eng.qbe.query.
Query
moveUpWhereField(String)
- Method in interface it.eng.qbe.query.
IQuery
Move up where field.
moveUpWhereField(String)
- Method in class it.eng.qbe.query.
Query
N
NamingStrategy
- Interface in
it.eng.qbe.naming
The Interface NamingStrategy.
NONE
- Static variable in class it.eng.qbe.newquery.
SelectField
NOT_BETWEEN
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_CONTAINS
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant NOT_CONTAINS.
NOT_CONTAINS
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant NOT_CONTAINS.
NOT_CONTAINS
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_ENDS_WITH
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant NOT_ENDS_WITH.
NOT_ENDS_WITH
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant NOT_ENDS_WITH.
NOT_ENDS_WITH
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_EQUALS_TO
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant NOT_EQUALS_TO.
NOT_EQUALS_TO
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant NOT_EQUALS_TO.
NOT_EQUALS_TO
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_IN
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_NULL
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant NOT_NULL.
NOT_NULL
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant NOT_NULL.
NOT_NULL
- Static variable in class it.eng.qbe.newquery.
WhereField
NOT_STARTS_WITH
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant NOT_STARTS_WITH.
NOT_STARTS_WITH
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant NOT_STARTS_WITH.
NOT_STARTS_WITH
- Static variable in class it.eng.qbe.newquery.
WhereField
O
OrderByClause
- Class in
it.eng.qbe.query
The Class OrderByClause.
OrderByClause()
- Constructor for class it.eng.qbe.query.
OrderByClause
Instantiates a new order by clause.
OrderByField
- Class in
it.eng.qbe.newquery
OrderByField(String, boolean)
- Constructor for class it.eng.qbe.newquery.
OrderByField
OrderByField
- Class in
it.eng.qbe.query
The Class OrderByField.
OrderByField()
- Constructor for class it.eng.qbe.query.
OrderByField
Instantiates a new order by field.
P
packageAsDir(String)
- Static method in class it.eng.qbe.utility.
Utils
Package as dir.
persist(DataMartModel, ISingleDataMartWizardObject)
- Method in interface it.eng.qbe.model.io.
IQueryPersister
Persist.
persist(DataMartModel, ISingleDataMartWizardObject)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
persist(File, DataMartModel, ISingleDataMartWizardObject)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
Persist.
persistQueryAction(ISingleDataMartWizardObject)
- Method in class it.eng.qbe.model.
DataMartModel
This method is responsible to persist the Object wizObj using the IQueryPersister.
persistToFile(DataMartModel, ISingleDataMartWizardObject, String)
- Method in class it.eng.qbe.model.io.
LocalFileSystemQueryPersister
Persist to file.
PN_BAND_WIDTH
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_BAND_WIDTH.
PN_BAND_WIDTH
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_BAND_WIDTH.
PN_DETAIL_EVEN_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_DETAIL_EVEN_ROW_BACKCOLOR.
PN_DETAIL_EVEN_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_DETAIL_EVEN_ROW_BACKCOLOR.
PN_DETAIL_EVEN_ROW_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_DETAIL_EVEN_ROW_FORECOLOR.
PN_DETAIL_EVEN_ROW_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_DETAIL_EVEN_ROW_FORECOLOR.
PN_DETAIL_ODD_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_DETAIL_ODD_ROW_BACKCOLOR.
PN_DETAIL_ODD_ROW_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_DETAIL_ODD_ROW_BACKCOLOR.
PN_DETAIL_ODD_ROW_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_DETAIL_ODD_ROW_FORECOLOR.
PN_DETAIL_ODD_ROW_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_DETAIL_ODD_ROW_FORECOLOR.
PN_HEADER_BACKCOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_BACKCOLOR.
PN_HEADER_BACKCOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_BACKCOLOR.
PN_HEADER_FONT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_FONT.
PN_HEADER_FONT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_FONT.
PN_HEADER_FONT_BOLD
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_FONT_BOLD.
PN_HEADER_FONT_BOLD
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_FONT_BOLD.
PN_HEADER_FONT_ITALIC
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_FONT_ITALIC.
PN_HEADER_FONT_ITALIC
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_FONT_ITALIC.
PN_HEADER_FONT_SIZE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_FONT_SIZE.
PN_HEADER_FONT_SIZE
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_FONT_SIZE.
PN_HEADER_FORECOLOR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_FORECOLOR.
PN_HEADER_FORECOLOR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_FORECOLOR.
PN_HEADER_HEIGHT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_HEADER_HEIGHT.
PN_HEADER_HEIGHT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_HEADER_HEIGHT.
PN_MAXLINE_PER_ROW
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_MAXLINE_PER_ROW.
PN_MAXLINE_PER_ROW
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_MAXLINE_PER_ROW.
PN_PIXEL_PER_CHAR
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_PIXEL_PER_CHAR.
PN_PIXEL_PER_CHAR
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_PIXEL_PER_CHAR.
PN_PIXEL_PER_ROW
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_PIXEL_PER_ROW.
PN_PIXEL_PER_ROW
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_PIXEL_PER_ROW.
PN_ROW_FONT
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_ROW_FONT.
PN_ROW_FONT
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_ROW_FONT.
PN_ROW_FONT_SIZE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant PN_ROW_FONT_SIZE.
PN_ROW_FONT_SIZE
- Static variable in class it.eng.qbe.newexport.
TemplateBuilder
The Constant PN_ROW_FONT_SIZE.
prepareQuery()
- Method in class it.eng.qbe.export.
HQLFieldsReader
Prepare query.
purgeNotReferredEntityClasses()
- Method in interface it.eng.qbe.query.
IQuery
Purge not referred entity classes.
purgeNotReferredEntityClasses(String)
- Method in interface it.eng.qbe.query.
IQuery
Purge not referred entity classes.
purgeNotReferredEntityClasses()
- Method in class it.eng.qbe.query.
Query
purgeNotReferredEntityClasses(String)
- Method in class it.eng.qbe.query.
Query
putLabels(IDataMartModel, DatamartLabels, Locale)
- Method in class it.eng.qbe.cache.
QbeCache
putLabels(IDataMartModel, DatamartLabels, Locale)
- Method in class it.eng.qbe.cache.
QbeCacheManager
putProperties(IDataMartModel, DatamartProperties)
- Method in class it.eng.qbe.cache.
QbeCache
putProperties(IDataMartModel, DatamartProperties)
- Method in class it.eng.qbe.cache.
QbeCacheManager
putResource(String, Object)
- Method in class it.eng.qbe.cache.
QbeCache
Q
QbeCache
- Class in
it.eng.qbe.cache
QbeCacheManager
- Class in
it.eng.qbe.cache
QbeCoreSettings
- Class in
it.eng.qbe.conf
The Class QbeConf.
qbeJasperReportFldMap
- Variable in class it.eng.qbe.utility.
Scriptlet
The qbe jasper report fld map.
QbeProperties
- Class in
it.eng.qbe.utility
The Class QbeProperties.
QbeProperties()
- Constructor for class it.eng.qbe.utility.
QbeProperties
Instantiates a new datamart properties.
QbeProperties(Properties)
- Constructor for class it.eng.qbe.utility.
QbeProperties
Instantiates a new datamart properties.
QbeWebMessageHelper
- Class in
it.eng.qbe.locale
The Class QbeWebMessageHelper.
QbeWebMessageHelper()
- Constructor for class it.eng.qbe.locale.
QbeWebMessageHelper
Query
- Class in
it.eng.qbe.newquery
Query()
- Constructor for class it.eng.qbe.newquery.
Query
Query
- Class in
it.eng.qbe.query
The Class Query.
Query()
- Constructor for class it.eng.qbe.query.
Query
Instantiates a new query.
QUERY_RESPONSE_SOURCE_BEAN
- Static variable in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
The QUER y_ respons e_ sourc e_ bean.
R
readFields()
- Method in class it.eng.qbe.export.
HQLFieldsReader
readFields()
- Method in interface it.eng.qbe.export.
IFieldsReader
Read fields.
readFields()
- Method in class it.eng.qbe.export.
SQLFieldsReader
readFields()
- Method in class it.eng.qbe.newexport.
SQLFieldsReader
refresh()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
refresh()
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
refresh()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Refresh.
refreshDatamartViews()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
refreshDatamartViews()
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
refreshDatamartViews()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Refresh datamart views.
refreshSharedView(String)
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
refreshSharedView(String)
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
refreshSharedView(String)
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Refresh shared view.
refreshSharedViews()
- Method in class it.eng.qbe.datasource.
BasicHibernateDataSource
refreshSharedViews()
- Method in class it.eng.qbe.datasource.
CompositeHibernateDataSource
refreshSharedViews()
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Refresh shared views.
RelationField
- Class in
it.eng.qbe.utility
The Class RelationField.
RelationField(String, String)
- Constructor for class it.eng.qbe.utility.
RelationField
Instantiates a new relation field.
RelationField(String, String, String)
- Constructor for class it.eng.qbe.utility.
RelationField
Instantiates a new relation field.
replaceParameters(String, String, Properties)
- Static method in class it.eng.qbe.utility.
StringUtils
Replace parameters.
replaceParameters(String, String, Map)
- Static method in class it.eng.qbe.utility.
StringUtils
Replace parameters.
ReportRunner
- Class in
it.eng.qbe.export
Compile, fill and export a report template to a file or stream.
ReportRunner()
- Constructor for class it.eng.qbe.export.
ReportRunner
Instantiates a new report runner.
ReportRunner
- Class in
it.eng.qbe.newexport
Compile, fill and export a report template to a file or stream.
ReportRunner()
- Constructor for class it.eng.qbe.newexport.
ReportRunner
Instantiates a new report runner.
rewrite(String)
- Method in class it.eng.qbe.export.
HqlToSqlQueryRewriter
rewrite(String)
- Method in interface it.eng.qbe.export.
IQueryRewriter
Rewrite.
rewrite(String)
- Method in class it.eng.qbe.newexport.
HqlToSqlQueryRewriter
rewriteWithAlias(String, String)
- Method in class it.eng.qbe.export.
HqlToSqlQueryRewriter
Rewrite with alias.
run(File, File, String, Connection)
- Method in class it.eng.qbe.export.
ReportRunner
Run.
run(String, File, String, Connection)
- Method in class it.eng.qbe.newexport.
ReportRunner
Run.
S
saveDatamartJarFile(String, DatamartJarFile)
- Method in interface it.eng.qbe.dao.
DatamartJarFileDAO
Save datamart jar file.
saveDatamartJarFile(String, DatamartJarFile)
- Method in class it.eng.qbe.dao.
DatamartJarFileDAOFilesystemImpl
saveDatamartProperties(String, DatamartProperties)
- Method in interface it.eng.qbe.dao.
DatamartPropertiesDAO
Save datamart properties.
saveDatamartProperties(String, DatamartProperties)
- Method in class it.eng.qbe.dao.
DatamartPropertiesDAOFilesystemImpl
saveFormula(String, Formula)
- Method in interface it.eng.qbe.dao.
FormulaDAO
Save formula.
saveFormula(String, Formula)
- Method in class it.eng.qbe.dao.
FormulaDAOFilesystemImpl
saveSelectedSubquery()
- Method in interface it.eng.qbe.query.
IQuery
Save selected subquery.
saveSelectedSubquery()
- Method in class it.eng.qbe.query.
Query
Scriptlet
- Class in
it.eng.qbe.utility
The Class Scriptlet.
Scriptlet()
- Constructor for class it.eng.qbe.utility.
Scriptlet
SelectClause
- Class in
it.eng.qbe.query
The Class SelectClause.
SelectClause()
- Constructor for class it.eng.qbe.query.
SelectClause
Instantiates a new select clause.
SelectField
- Class in
it.eng.qbe.newquery
SelectField(String, String, String, boolean, boolean, String)
- Constructor for class it.eng.qbe.newquery.
SelectField
SelectField
- Class in
it.eng.qbe.query
The Class SelectField.
SelectField()
- Constructor for class it.eng.qbe.query.
SelectField
Instantiates a new select field.
SelectField.IAggregationFunction
- Interface in
it.eng.qbe.newquery
selectSubquery(String)
- Method in interface it.eng.qbe.query.
IQuery
Select subquery.
selectSubquery(String)
- Method in class it.eng.qbe.query.
Query
setAlias(String)
- Method in class it.eng.qbe.newexport.
Field
setAlias(String)
- Method in class it.eng.qbe.newquery.
FromField
setAlias(String)
- Method in class it.eng.qbe.newquery.
SelectField
setAscendingOrder(boolean)
- Method in class it.eng.qbe.newquery.
OrderByField
setAscendingOrder(boolean)
- Method in interface it.eng.qbe.query.
IOrderByField
Sets the ascending order.
setAscendingOrder(boolean)
- Method in class it.eng.qbe.query.
OrderByField
setBoperator(String)
- Method in class it.eng.qbe.newquery.
WhereField
setCalcuatedFields(List)
- Method in class it.eng.qbe.query.
SelectClause
Sets the calcuated fields.
setChildNodes(List)
- Method in class it.eng.qbe.newquery.
ExpressionNode
setClassAlias(String)
- Method in class it.eng.qbe.wizard.
EntityClass
Sets the class alias.
setClassName(String)
- Method in class it.eng.qbe.utility.
RelationField
Sets the class name.
setClassName(String)
- Method in class it.eng.qbe.wizard.
EntityClass
Sets the class name.
setClassNameInQuery(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the class name in query.
setClassPrefix(String)
- Method in class it.eng.qbe.query.
FNode
Sets the class prefix.
setClassType(String)
- Method in class it.eng.qbe.export.
Field
Sets the class type.
setClassType(String)
- Method in class it.eng.qbe.newexport.
Field
Sets the class type.
setConnection(DBConnection)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Sets the connection.
setContextDir(File)
- Method in class it.eng.qbe.model.io.
LocalFileSystemDataMartModelRetriever
Sets the context dir.
setDataMartEntity(DataMartEntity)
- Method in class it.eng.qbe.newquery.
FromField
setDataMartModelAccessModality(DataMartModelAccessModality)
- Method in class it.eng.qbe.model.
DataMartModel
setDataMartModelAccessModality(DataMartModelAccessModality)
- Method in interface it.eng.qbe.model.
IDataMartModel
Sets the data mart model access modality.
setDataMartModelRetriever(IDataMartModelRetriever)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
setDataMartModelStructure(DataMartModelStructure)
- Method in class it.eng.qbe.model.
DataMartModel
Sets the data mart model structure.
setDatamartName(String)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Sets the datamart name.
setDatamartName(String)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the datamart name.
setDatamartNames(List)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Sets the datamart names.
setDataMartProperties(Map)
- Method in class it.eng.qbe.model.
DataMartModel
setDataMartProperties(Map)
- Method in interface it.eng.qbe.model.
IDataMartModel
Sets the data mart properties.
setDataSource(BasicHibernateDataSource)
- Method in class it.eng.qbe.model.
DataMartModel
Sets the data source.
setDataSource(IHibernateDataSource)
- Method in class it.eng.qbe.model.structure.builder.
DatamartStructureBuilder
Sets the data source.
setDblinkMap(Map)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Sets the dblink map.
setDbSpaceChecker(IDBSpaceChecker)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Sets the database space checker.
setDescription(String)
- Method in class it.eng.qbe.export.
Field
Sets the description.
setDescription(String)
- Method in class it.eng.qbe.model.
DataMartModel
Sets the description.
setDescription(String)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the description.
setDescription(String)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setDialect(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the dialect.
setDisplySize(int)
- Method in class it.eng.qbe.export.
Field
Sets the disply size.
setDisplySize(int)
- Method in class it.eng.qbe.newexport.
Field
Sets the disply size.
setDistinct(boolean)
- Method in interface it.eng.qbe.query.
IQuery
Sets the distinct.
setDistinct(boolean)
- Method in class it.eng.qbe.query.
Query
setDriverClass(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the driver class.
setEntityName(String)
- Method in class it.eng.qbe.model.
Filter
Sets the entity name.
setEntityName(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the entity name.
setErrMsg(String)
- Method in interface it.eng.qbe.query.
IQuery
Sets the err msg.
setErrMsg(String)
- Method in class it.eng.qbe.query.
Query
setExpertQueryDisplayed(String)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the expert query displayed.
setExpertQueryDisplayed(String)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setExpertQuerySaved(String)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the expert query saved.
setExpertQuerySaved(String)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setFdesc(String)
- Method in class it.eng.qbe.newquery.
WhereField
setFetchSize(int)
- Method in class it.eng.qbe.model.
BasicStatement
setFetchSize(int)
- Method in interface it.eng.qbe.model.
IStatement
Sets the fetch size.
setFetchSize(int)
- Method in class it.eng.qbe.model.
XBasicStatement
setFetchSize(int)
- Method in interface it.eng.qbe.model.
XIStatement
Sets the fetch size.
setFieldAlias(String)
- Method in interface it.eng.qbe.query.
ISelectField
Sets the field alias.
setFieldAlias(String)
- Method in class it.eng.qbe.query.
SelectField
setFieldCompleteName(String)
- Method in interface it.eng.qbe.query.
ISelectField
Sets the field complete name.
setFieldCompleteName(String)
- Method in class it.eng.qbe.query.
SelectField
setFieldEntityClass(EntityClass)
- Method in interface it.eng.qbe.query.
ISelectField
Sets the field entity class.
setFieldEntityClass(EntityClass)
- Method in class it.eng.qbe.query.
SelectField
setFieldEntityClassForLeftCondition(EntityClass)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the field entity class for left condition.
setFieldEntityClassForLeftCondition(EntityClass)
- Method in class it.eng.qbe.query.
WhereField
setFieldEntityClassForRightCondition(EntityClass)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the field entity class for right condition.
setFieldEntityClassForRightCondition(EntityClass)
- Method in class it.eng.qbe.query.
WhereField
setFieldName(String)
- Method in class it.eng.qbe.query.
Field
setFieldName(String)
- Method in interface it.eng.qbe.query.
IField
Sets the field name.
setFieldName(String)
- Method in class it.eng.qbe.query.
SelectField
setFieldName(String)
- Method in class it.eng.qbe.utility.
RelationField
Sets the field name.
setFieldOperator(String)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the field operator.
setFieldOperator(String)
- Method in class it.eng.qbe.query.
WhereField
setFieldUnaccessible(String)
- Method in class it.eng.qbe.model.accessmodality.
DataMartModelAccessModality.EntityAccessModalitty
Sets the field unaccessible.
setFieldValue(String)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the field value.
setFieldValue(String)
- Method in class it.eng.qbe.query.
WhereField
setFilterCondition(String)
- Method in class it.eng.qbe.model.
Filter
Sets the filter condition.
setFinalQuery(String)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the final query.
setFinalQuery(String)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setFldCompleteNameInQuery(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the fld complete name in query.
setFldLabel(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the fld label.
setFname(String)
- Method in class it.eng.qbe.newquery.
WhereField
setFormula(Formula)
- Method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
setFormula(Formula)
- Method in interface it.eng.qbe.datasource.
IHibernateDataSource
Sets the formula.
setFormula(Formula)
- Method in class it.eng.qbe.export.
BasicTemplateBuilder
Sets the formula.
setFreeSpaceLbLimit(long)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Sets the free space lb limit.
setFunction(SelectField.IAggregationFunction)
- Method in class it.eng.qbe.newquery.
SelectField
setGroupByField(boolean)
- Method in class it.eng.qbe.newquery.
SelectField
setGroupByFields(List)
- Method in class it.eng.qbe.query.
GroupByClause
setGroupByFields(List)
- Method in interface it.eng.qbe.query.
IGroupByClause
Sets the group by fields.
setId(long)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the id.
setId(String)
- Method in class it.eng.qbe.query.
Field
setId(String)
- Method in interface it.eng.qbe.query.
IField
Sets the id.
setId(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the id.
setInExport(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the in export.
setJndiName(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the jndi name.
setKey(boolean)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the key.
setLabel(String)
- Method in class it.eng.qbe.model.
DataMartModel
Sets the label.
setLeftBracketsNum(int)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the left brackets num.
setLeftBracketsNum(int)
- Method in class it.eng.qbe.query.
WhereField
setLength(int)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the length.
setMapFieldIdSubQUeryId(Map)
- Method in class it.eng.qbe.query.
Query
Sets the map field id sub q uery id.
setMappingMap(Map)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the mapping map.
setMappingPositions(Map)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the mapping positions.
setMappings(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the mappings.
setMaxResults(int)
- Method in class it.eng.qbe.model.
BasicStatement
setMaxResults(int)
- Method in interface it.eng.qbe.model.
IStatement
Sets the max results.
setMaxResults(int)
- Method in class it.eng.qbe.model.
XBasicStatement
setMaxResults(int)
- Method in interface it.eng.qbe.model.
XIStatement
Sets the max results.
setName(String)
- Method in class it.eng.qbe.datasource.
AbstractDataSource
Sets the name.
setName(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the name.
setName(String)
- Method in class it.eng.qbe.export.
Field
Sets the name.
setName(String)
- Method in class it.eng.qbe.model.
DataMartModel
Sets the name.
setName(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the name.
setName(String)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the name.
setName(String)
- Method in class it.eng.qbe.newexport.
Field
Sets the name.
setNextBooleanOperator(String)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the next boolean operator.
setNextBooleanOperator(String)
- Method in class it.eng.qbe.query.
WhereField
setOffset(int)
- Method in class it.eng.qbe.model.
BasicStatement
setOffset(int)
- Method in interface it.eng.qbe.model.
IStatement
Sets the offset.
setOffset(int)
- Method in class it.eng.qbe.model.
XBasicStatement
setOffset(int)
- Method in interface it.eng.qbe.model.
XIStatement
Sets the offset.
setOperand(Object)
- Method in class it.eng.qbe.newquery.
WhereField
setOperandDesc(String)
- Method in class it.eng.qbe.newquery.
WhereField
setOperandType(String)
- Method in class it.eng.qbe.newquery.
WhereField
setOperator(String)
- Method in class it.eng.qbe.newquery.
WhereField
setOrderByFields(List)
- Method in interface it.eng.qbe.query.
IOrderByClause
Sets the order by fields.
setOrderByFields(List)
- Method in class it.eng.qbe.query.
OrderByClause
setOrderType(String)
- Method in class it.eng.qbe.newquery.
SelectField
setOriginalFieldName(String)
- Method in class it.eng.qbe.query.
SelectField
Sets the original field name.
setOwner(String)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the owner.
setOwner(String)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setParameters(Map)
- Method in class it.eng.qbe.model.
BasicStatement
setParameters(Map)
- Method in interface it.eng.qbe.model.
IStatement
Sets the parameters.
setParameters(Map)
- Method in class it.eng.qbe.model.
XBasicStatement
setParameters(Map)
- Method in interface it.eng.qbe.model.
XIStatement
Sets the parameters.
setParent(DataMartEntity)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the parent.
setParent(DataMartEntity)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the parent.
setPassword(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the password.
setPath(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the path.
setPrecision(int)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the precision.
setPrecision(Integer)
- Method in class it.eng.qbe.query.
Field
setPrecision(Integer)
- Method in interface it.eng.qbe.query.
IField
Sets the precision.
setProperties(DatamartProperties)
- Method in class it.eng.qbe.datasource.
AbstractDataSource
setProperties(DatamartProperties)
- Method in interface it.eng.qbe.datasource.
IDataSource
Sets the properties.
setQbeDataMartDir(File)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
setQbeTempDir(File)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Sets the qbe temporary directory.
setQuery(IQuery)
- Method in class it.eng.qbe.model.
BasicStatement
setQuery(IQuery)
- Method in interface it.eng.qbe.model.
IStatement
Sets the query.
setQuery(Query)
- Method in class it.eng.qbe.model.
XBasicStatement
setQuery(Query)
- Method in interface it.eng.qbe.model.
XIStatement
Sets the query.
setQueryId(String)
- Method in interface it.eng.qbe.query.
IQuery
Sets the query id.
setQueryId(String)
- Method in class it.eng.qbe.query.
Query
setQueryPersister(IQueryPersister)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Sets the query persister.
setRelationOnColumnName(String)
- Method in class it.eng.qbe.utility.
RelationField
Sets the relation on column name.
setRightBracketsNum(int)
- Method in interface it.eng.qbe.query.
IWhereField
Sets the right brackets num.
setRightBracketsNum(int)
- Method in class it.eng.qbe.query.
WhereField
setRole(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the role.
setRoot(DataMartEntity)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the root.
setScale(Integer)
- Method in class it.eng.qbe.query.
Field
setScale(Integer)
- Method in interface it.eng.qbe.query.
IField
Sets the scale.
setScript(String)
- Method in class it.eng.qbe.utility.
CalculatedField
Sets the script.
setSelectFields(List)
- Method in interface it.eng.qbe.query.
ISelectClause
Sets the select fields.
setSelectFields(List)
- Method in class it.eng.qbe.query.
SelectClause
setSpaceCheckerEnabled(boolean)
- Method in class it.eng.qbe.conf.
QbeCoreSettings
Sets the space checker enabled.
setStructure(DataMartModelStructure)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the structure.
setType(int)
- Method in class it.eng.qbe.datasource.
AbstractDataSource
Sets the type.
setType(String)
- Method in class it.eng.qbe.model.structure.
DataMartEntity
Sets the type.
setType(String)
- Method in class it.eng.qbe.model.structure.
DataMartField
Sets the type.
setType(String)
- Method in class it.eng.qbe.newquery.
ExpressionNode
setType(String)
- Method in class it.eng.qbe.query.
Field
setType(String)
- Method in interface it.eng.qbe.query.
IField
Sets the type.
setUniqueName(String)
- Method in class it.eng.qbe.newquery.
GroupByField
setUniqueName(String)
- Method in class it.eng.qbe.newquery.
OrderByField
setUniqueName(String)
- Method in class it.eng.qbe.newquery.
SelectField
setUniqueName(String)
- Method in class it.eng.qbe.newquery.
WhereField
setUrl(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the url.
setUseExpertedVersion(boolean)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the use experted version.
setUseExpertedVersion(boolean)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setUsername(String)
- Method in class it.eng.qbe.datasource.
DBConnection
Sets the username.
setValue(String)
- Method in class it.eng.qbe.newquery.
ExpressionNode
setVisibility(boolean)
- Method in interface it.eng.qbe.wizard.
ISingleDataMartWizardObject
Sets the visibility.
setVisibility(boolean)
- Method in class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
setVisible(boolean)
- Method in class it.eng.qbe.newexport.
Field
setVisible(boolean)
- Method in class it.eng.qbe.newquery.
SelectField
setVisible(boolean)
- Method in interface it.eng.qbe.query.
ISelectField
Sets the visible.
setVisible(boolean)
- Method in class it.eng.qbe.query.
SelectField
setWhereClauseStructure(ExpressionNode)
- Method in class it.eng.qbe.newquery.
Query
setWhereFields(List)
- Method in interface it.eng.qbe.query.
IWhereClause
Sets the where fields.
setWhereFields(List)
- Method in class it.eng.qbe.query.
WhereClause
SimpleSpaceChecker
- Class in
it.eng.qbe.utility
The Class SimpleSpaceChecker.
SimpleSpaceChecker()
- Constructor for class it.eng.qbe.utility.
SimpleSpaceChecker
SingleDataMartWizardObjectSourceBeanImpl
- Class in
it.eng.qbe.wizard
The Class SingleDataMartWizardObjectSourceBeanImpl.
SingleDataMartWizardObjectSourceBeanImpl()
- Constructor for class it.eng.qbe.wizard.
SingleDataMartWizardObjectSourceBeanImpl
Instantiates a new single data mart wizard object source bean impl.
SQL_LANGUAGE
- Static variable in class it.eng.qbe.export.
BasicTemplateBuilder
The Constant SQL_LANGUAGE.
SQLFieldsReader
- Class in
it.eng.qbe.export
Class that can get fields (i.e name and type) from a sql query string
SQLFieldsReader(String, Connection)
- Constructor for class it.eng.qbe.export.
SQLFieldsReader
Instantiates a new sQL fields reader.
SQLFieldsReader
- Class in
it.eng.qbe.newexport
Class that can get fields (i.e name and type) from a sql query string
SQLFieldsReader(String, Connection)
- Constructor for class it.eng.qbe.newexport.
SQLFieldsReader
Instantiates a new sQL fields reader.
SQLTemplateBuilder
- Class in
it.eng.qbe.export
The Class SQLTemplateBuilder.
SQLTemplateBuilder(String, Connection, Map, String, String, Formula)
- Constructor for class it.eng.qbe.export.
SQLTemplateBuilder
Instantiates a new sQL template builder.
STARTS_WITH
- Static variable in class it.eng.qbe.model.
CopyOfHQLStatement
The Constant STARTS_WITH.
STARTS_WITH
- Static variable in class it.eng.qbe.model.
HQLStatement
The Constant STARTS_WITH.
STARTS_WITH
- Static variable in class it.eng.qbe.newquery.
WhereField
StringUtils
- Class in
it.eng.qbe.utility
The Class StringUtils.
StringUtils()
- Constructor for class it.eng.qbe.utility.
StringUtils
SUM
- Static variable in class it.eng.qbe.newquery.
SelectField
switchAscendingOrderPopertyValue(String)
- Method in interface it.eng.qbe.query.
IQuery
Switch ascending order poperty value.
switchAscendingOrderPopertyValue(String)
- Method in class it.eng.qbe.query.
Query
T
TemplateBuilder
- Class in
it.eng.qbe.newexport
The Class BasicTemplateBuilder.
TemplateBuilder(String, Vector, Map)
- Constructor for class it.eng.qbe.newexport.
TemplateBuilder
Instantiates a new basic template builder.
toString()
- Method in class it.eng.qbe.model.structure.
DataMartEntity
toString()
- Method in class it.eng.qbe.model.structure.
DataMartField
toString()
- Method in class it.eng.qbe.model.structure.
DataMartModelStructure
U
unCapitalize(String)
- Static method in class it.eng.qbe.utility.
Utils
Un capitalize.
updateCurrentClassLoader(File)
- Static method in class it.eng.qbe.datasource.
AbstractHibernateDataSource
Update current class loader.
updateLastUpdateTimeStamp(RequestContainer)
- Static method in class it.eng.qbe.utility.
Utils
Update the QBE_LAST_UPDATE_TIMESTAMP in session container.
upload(FileItem)
- Method in class it.eng.qbe.utility.
DataMartUploadManager
Utils
- Class in
it.eng.qbe.utility
The Class Utils.
Utils()
- Constructor for class it.eng.qbe.utility.
Utils
V
ViewBuilder
- Class in
it.eng.qbe.model.views
The Class ViewBuilder.
ViewBuilder()
- Constructor for class it.eng.qbe.model.views.
ViewBuilder
ViewJarFile
- Class in
it.eng.qbe.bo
The Class ViewJarFile.
ViewJarFile(File)
- Constructor for class it.eng.qbe.bo.
ViewJarFile
Instantiates a new view jar file.
ViewJarFileDAO
- Interface in
it.eng.qbe.dao
The Interface ViewJarFileDAO.
ViewJarFileDAOFilesystemImpl
- Class in
it.eng.qbe.dao
The Class ViewJarFileDAOFilesystemImpl.
ViewJarFileDAOFilesystemImpl(File)
- Constructor for class it.eng.qbe.dao.
ViewJarFileDAOFilesystemImpl
Instantiates a new view jar file dao filesystem impl.
VISIBLE
- Static variable in class it.eng.qbe.utility.
QbeProperties
The Constant VISIBLE.
W
warn(Class, Object)
- Static method in class it.eng.qbe.log.
Logger
Warn.
WhereClause
- Class in
it.eng.qbe.query
The Class WhereClause.
WhereClause()
- Constructor for class it.eng.qbe.query.
WhereClause
Instantiates a new where clause.
WhereField
- Class in
it.eng.qbe.newquery
WhereField(String, String, String, String, Object, String, String, String)
- Constructor for class it.eng.qbe.newquery.
WhereField
WhereField(String, String, String, String, String)
- Constructor for class it.eng.qbe.newquery.
WhereField
WhereField
- Class in
it.eng.qbe.query
The Class WhereField.
WhereField()
- Constructor for class it.eng.qbe.query.
WhereField
Instantiates a new where field.
X
XBasicStatement
- Class in
it.eng.qbe.model
The Class BasicStatement.
XBasicStatement(IDataMartModel)
- Constructor for class it.eng.qbe.model.
XBasicStatement
Instantiates a new basic statement.
XBasicStatement(IDataMartModel, Query)
- Constructor for class it.eng.qbe.model.
XBasicStatement
Instantiates a new basic statement.
XHQLStatement
- Class in
it.eng.qbe.model
The Class HQLStatement.
XHQLStatement(IDataMartModel)
- Constructor for class it.eng.qbe.model.
XHQLStatement
XHQLStatement(IDataMartModel, Query)
- Constructor for class it.eng.qbe.model.
XHQLStatement
XHQLStatement.IConditionalOperator
- Interface in
it.eng.qbe.model
XIStatement
- Interface in
it.eng.qbe.model
The Interface IStatement.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes