|
Change Parameter Type value : EventSchemaVersionDto to value : EventClassFamilyVersionDto in method protected getObjectId(value EventClassFamilyVersionDto) : Integer in class org.kaaproject.kaa.server.admin.client.mvp.view.event.EcfSchemasGrid |
From |
To |
|
Change Parameter Type schemas : List<EventSchemaVersionDto> to schemas : List<EventClassFamilyVersionDto> in method public setSchemas(schemas List<EventClassFamilyVersionDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.EcfSchemasDataProvider |
From |
To |
|
Change Parameter Type table : DataGrid<EventSchemaVersionDto> to table : DataGrid<EventClassFamilyVersionDto> in method protected constructColumnsImpl(table DataGrid<EventClassFamilyVersionDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.event.EcfSchemasGrid |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<EventSchemaVersionDto,Integer> to dataGrid : AbstractGrid<EventClassFamilyVersionDto,Integer> in method public EcfSchemasDataProvider(dataGrid AbstractGrid<EventClassFamilyVersionDto,Integer>, hasErrorMessage HasErrorMessage) in class org.kaaproject.kaa.server.admin.client.mvp.data.EcfSchemasDataProvider |
From |
To |
|
Change Variable Type o2 : EventSchemaVersionDto to o2 : EventClassFamilyVersionDto in method public setSchemas(schemas List<EventClassFamilyVersionDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.EcfSchemasDataProvider |
From |
To |
|
Change Variable Type item : EventSchemaVersionDto to item : EventClassFamilyVersionDto in method protected constructColumnsImpl(table DataGrid<EventClassFamilyVersionDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.event.EcfSchemasGrid |
From |
To |
|
Change Variable Type schema : EventSchemaVersionDto to schema : EventClassFamilyVersionDto in method protected onEntityRetrieved() : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.EcfSchemaActivity |
From |
To |
|
Change Variable Type ecfSchemasGrid : AbstractGrid<EventSchemaVersionDto,Integer> to ecfSchemasGrid : AbstractGrid<EventClassFamilyVersionDto,Integer> in method public start(containerWidget AcceptsOneWidget, eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.EcfActivity |
From |
To |
|
Change Variable Type o1 : EventSchemaVersionDto to o1 : EventClassFamilyVersionDto in method public setSchemas(schemas List<EventClassFamilyVersionDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.EcfSchemasDataProvider |
From |
To |