Uses of Interface
org.openl.rules.data.ITable
-
Packages that use ITable Package Description org.openl.rules.data org.openl.rules.lang.xls.binding.wrapper org.openl.rules.testmethod -
-
Uses of ITable in org.openl.rules.data
Classes in org.openl.rules.data that implement ITable Modifier and Type Class Description classTableMethods in org.openl.rules.data that return ITable Modifier and Type Method Description ITableDataBase. getTable(String name)ITableDataOpenField. getTable()ITableDataTableBoundNode. getTable()ITableIDataBase. getTable(String name)protected ITableDataBase. makeNewTable(String tableName, TableSyntaxNode tsn)protected ITableDataNodeBinder. makeTable(XlsModuleOpenClass xlsOpenClass, TableSyntaxNode tableSyntaxNode, String tableName, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean useRegistered)Default method.ITableDataBase. registerNewTable(String tableName, TableSyntaxNode tsn)ITableIDataBase. registerNewTable(String tableName, TableSyntaxNode tsn)ITableDataBase. registerTable(String tableName, TableSyntaxNode tsn)ITableIDataBase. registerTable(String tableName, TableSyntaxNode tsn)Methods in org.openl.rules.data that return types with arguments of type ITable Modifier and Type Method Description Set<ITable>DataBase. getTables()Collection<ITable>IDataBase. getTables()Methods in org.openl.rules.data with parameters of type ITable Modifier and Type Method Description static IOpenFieldDataTableBindHelper. findField(String fieldName, ITable table, IOpenClass tableType)static LinkedHashSet<IdentifierNodesBucket>DataTableBindHelper. getColumnIdentifiers(IBindingContext bindingContext, ITable table, ILogicalTable descriptorRows)Map<String,Integer>ColumnDescriptor. getUniqueIndex(ITable table, int idx, IBindingContext cxt)protected ColumnDescriptor[]DataNodeBinder. makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows)static ColumnDescriptor[]DataTableBindHelper. makeDescriptors(IBindingContext bindingContext, ITable table, IOpenClass type, OpenL openl, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows, boolean hasForeignKeysRow, boolean hasColumnTitleRow, boolean supportConstructorFields)voidDataBase. preLoadTable(ITable table, ITableModel dataModel, ILogicalTable dataWithTitles, OpenlToolAdaptor openlAdapter)voidIDataBase. preLoadTable(ITable table, ITableModel dataModel, ILogicalTable dataWithHeader, OpenlToolAdaptor ota)static IOpenFieldDataTableBindHelper. processFieldsChain(IBindingContext bindingContext, ITable table, IOpenClass type, IdentifierNode[] fieldAccessorChainTokens)Process the chain of fields, e.g.voidDataNodeBinder. processTable(XlsModuleOpenClass xlsOpenClass, ITable tableToProcess, ILogicalTable tableBody, String tableName, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow)Populate theITablewith data fromILogicalTable.voidDataBase. registerTable(ITable newTable)voidIDataBase. registerTable(ITable newTable)voidDataOpenField. setTable(ITable table)voidDataTableBoundNode. setTable(ITable table)Constructors in org.openl.rules.data with parameters of type ITable Constructor Description DataOpenField(ITable table, ModuleOpenClass declaringClass)PrimaryKeyField(String name, ITable table)RowIdField(ITable table) -
Uses of ITable in org.openl.rules.lang.xls.binding.wrapper
Methods in org.openl.rules.lang.xls.binding.wrapper that return ITable Modifier and Type Method Description ITableDataOpenFieldWrapper. getTable()Methods in org.openl.rules.lang.xls.binding.wrapper with parameters of type ITable Modifier and Type Method Description voidDataOpenFieldWrapper. setTable(ITable table) -
Uses of ITable in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod with parameters of type ITable Modifier and Type Method Description protected ColumnDescriptor[]TestMethodNodeBinder. makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows)
-