Uses of Interface
ru.mfd.api.Row

Uses of Row in ru.mfd.api
 

Methods in ru.mfd.api that return Row
 Row Transaction.createRow()
          Creates new data row structure.
 Row Table.createRow()
          Creates new data row structure.
 Row Row.getCopy()
          Returns a copy of this row.
 

Methods in ru.mfd.api with parameters of type Row
 void Transaction.execute(Row row)
          Sends transaction row to server.
 void Table.insert(Row row)
          Inserts new row to this table.
 void Table.modify(Row row)
          Updates row of this table.
 void TableListener.onInsert(java.lang.String tableName, Row row)
          This callback is called when some data by subscription received.
 void TableListener.onModify(java.lang.String tableName, Row row)
          This callback is called when some data was modified in the table.
 void TableListener.onPartInsert(java.lang.String tableName, Row row)
          This callback is called when some data by subscription received.
 

Method parameters in ru.mfd.api with type arguments of type Row
 void TableListener.onData(java.lang.String code, java.lang.String tableName, java.util.List<Row> rows)
          This callback is called in response of invocation getSlice or getData methods of Table.
 



Copyright 2015 IFH-InfoCentre, Ltd.