Package org.teamapps.dto
Class UiTable.UpdateDataCommand
java.lang.Object
org.teamapps.dto.UiTable.UpdateDataCommand
- Enclosing class:
UiTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<UiTableClientRecord> protected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UpdateDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiTableClientRecord> newRecords, int totalNumberOfRecords) -
Method Summary
-
Field Details
-
componentId
-
startIndex
protected int startIndex -
recordIds
-
newRecords
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Constructor Details
-
UpdateDataCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UpdateDataCommand
public UpdateDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiTableClientRecord> newRecords, int totalNumberOfRecords)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getRecordIds
-
getNewRecords
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-