Uses of Interface
com.ebasetech.ufs.mapping.TableDataInterface
| Package | Description |
|---|---|
| com.ebasetech.ufs.kernel | |
| com.ebasetech.ufs.mapping |
-
Uses of TableDataInterface in com.ebasetech.ufs.kernel
Methods in com.ebasetech.ufs.kernel that return TableDataInterface Modifier and Type Method Description TableDataInterfaceUFSFormInterface. getTableData(java.lang.String tableFieldName)Methods in com.ebasetech.ufs.kernel with parameters of type TableDataInterface Modifier and Type Method Description voidUFSFormInterface. setTableData(java.lang.String tableFieldName, TableDataInterface tableData) -
Uses of TableDataInterface in com.ebasetech.ufs.mapping
Methods in com.ebasetech.ufs.mapping that return TableDataInterface Modifier and Type Method Description TableDataInterfaceResourceRequestInterface. createNewTableData()Factory method which returns an empty instance of the Table Data object.TableDataInterfaceResourceRequestInterface. getTableData(java.lang.String tableId)Returns an object which implements the TableDataInterface.Methods in com.ebasetech.ufs.mapping with parameters of type TableDataInterface Modifier and Type Method Description voidResourceRequestInterface. setTableData(java.lang.String tableId, TableDataInterface tableData)Used to tell Ebase Xi to update itself from the table data supplied for the named table field.