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 TableDataInterface
UFSFormInterface. getTableData(java.lang.String tableFieldName)
Methods in com.ebasetech.ufs.kernel with parameters of type TableDataInterface Modifier and Type Method Description void
UFSFormInterface. 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 TableDataInterface
ResourceRequestInterface. createNewTableData()
Factory method which returns an empty instance of the Table Data object.TableDataInterface
ResourceRequestInterface. 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 void
ResourceRequestInterface. 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.