Package org.teamapps.dto
Klasse UiTable.UpdateDataCommand
java.lang.Object
org.teamapps.dto.UiTable.UpdateDataCommand
- Umschließende Klasse:
UiTable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected List<UiTableClientRecord> protected intprotected int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UpdateDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiTableClientRecord> newRecords, int totalNumberOfRecords) -
Methodenübersicht
-
Felddetails
-
componentId
-
startIndex
protected int startIndex -
recordIds
-
newRecords
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Konstruktordetails
-
UpdateDataCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UpdateDataCommand
public UpdateDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiTableClientRecord> newRecords, int totalNumberOfRecords)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getRecordIds
-
getNewRecords
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-