|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataMartEntity | |
---|---|
it.eng.qbe.bo | |
it.eng.qbe.model.accessmodality | |
it.eng.qbe.model.structure | |
it.eng.qbe.model.structure.builder | |
it.eng.qbe.newquery |
Uses of DataMartEntity in it.eng.qbe.bo |
---|
Methods in it.eng.qbe.bo with parameters of type DataMartEntity | |
---|---|
java.lang.String |
DatamartProperties.getEntityIconClass(DataMartEntity entity)
|
int |
DatamartProperties.getEntityType(DataMartEntity entity)
|
boolean |
DatamartProperties.isEntityVisible(DataMartEntity entity)
Checks if is table visible. |
Uses of DataMartEntity in it.eng.qbe.model.accessmodality |
---|
Methods in it.eng.qbe.model.accessmodality with parameters of type DataMartEntity | |
---|---|
boolean |
DataMartModelAccessModality.isEntityAccessible(DataMartEntity entity)
|
Uses of DataMartEntity in it.eng.qbe.model.structure |
---|
Methods in it.eng.qbe.model.structure that return DataMartEntity | |
---|---|
DataMartEntity |
DataMartModelStructure.addRootEntity(java.lang.String name,
java.lang.String path,
java.lang.String role,
java.lang.String type)
Adds the root entity. |
DataMartEntity |
DataMartEntity.addSubEntity(java.lang.String subEntityName,
java.lang.String subEntityRole,
java.lang.String subEntityType)
Adds the sub entity. |
DataMartEntity |
DataMartModelStructure.getEntity(java.lang.String entityUniqueName)
Gets the entity. |
DataMartEntity |
DataMartEntity.getParent()
Gets the parent. |
DataMartEntity |
DataMartField.getParent()
Gets the parent. |
DataMartEntity |
DataMartEntity.getRoot()
Gets the root. |
DataMartEntity |
DataMartModelStructure.getRootEntity(java.lang.String entityName)
Gets the root entity. |
DataMartEntity |
DataMartEntity.getSubEntity(java.lang.String entityUniqueName)
Gets the sub entity. |
Methods in it.eng.qbe.model.structure with parameters of type DataMartEntity | |
---|---|
void |
DataMartModelStructure.addEntity(DataMartEntity entity)
Adds the entity. |
void |
DataMartEntity.setParent(DataMartEntity parent)
Sets the parent. |
void |
DataMartField.setParent(DataMartEntity parent)
Sets the parent. |
void |
DataMartEntity.setRoot(DataMartEntity root)
Sets the root. |
Constructors in it.eng.qbe.model.structure with parameters of type DataMartEntity | |
---|---|
DataMartField(java.lang.String name,
DataMartEntity parent)
Instantiates a new data mart field. |
Uses of DataMartEntity in it.eng.qbe.model.structure.builder |
---|
Methods in it.eng.qbe.model.structure.builder with parameters of type DataMartEntity | |
---|---|
java.util.List |
DatamartStructureBuilder.addNormalFields(DataMartEntity dataMartEntity)
Adds the normal fields. |
Uses of DataMartEntity in it.eng.qbe.newquery |
---|
Methods in it.eng.qbe.newquery that return DataMartEntity | |
---|---|
DataMartEntity |
FromField.getDataMartEntity()
|
Methods in it.eng.qbe.newquery with parameters of type DataMartEntity | |
---|---|
void |
FromField.setDataMartEntity(DataMartEntity dataMartEntity)
|
Constructors in it.eng.qbe.newquery with parameters of type DataMartEntity | |
---|---|
FromField(DataMartEntity dataMartEntity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |