Package | Description |
---|---|
com.ebasetech.ufs.kernel | |
com.ebasetech.ufs.mapping |
Modifier and Type | Method and Description |
---|---|
TableDataInterface |
UFSFormInterface.getTableData(java.lang.String tableFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
UFSFormInterface.setTableData(java.lang.String tableFieldName,
TableDataInterface tableData) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|