|
Change Parameter Type dto : ServerProfileSchemaDto to dto : ServerProfileSchemaViewDto in method public render(dto ServerProfileSchemaViewDto, appendable Appendable) : void in class org.kaaproject.kaa.server.admin.client.mvp.view.widget.ServerProfileSchemasInfoListBox.ServerProfileSchemaInfoRender |
From |
To |
|
Change Parameter Type dto : ServerProfileSchemaDto to dto : ServerProfileSchemaViewDto in method public render(dto ServerProfileSchemaViewDto) : String in class org.kaaproject.kaa.server.admin.client.mvp.view.widget.ServerProfileSchemasInfoListBox.ServerProfileSchemaInfoRender |
From |
To |
|
Change Parameter Type serverProfileSchemaDto : ServerProfileSchemaDto to serverProfileSchemaDto : ServerProfileSchemaViewDto in method public setServerProfileSchemaDto(serverProfileSchemaDto ServerProfileSchemaViewDto) : void in class org.kaaproject.kaa.common.dto.EndpointProfileViewDto |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ServerProfileSchemaDto> to callback : AsyncCallback<ServerProfileSchemaViewDto> in method protected editEntity(entity ServerProfileSchemaViewDto, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Parameter Type profileSchema : ServerProfileSchemaDto to profileSchema : ServerProfileSchemaViewDto in method public editServerProfileSchemaForm(profileSchema ServerProfileSchemaViewDto, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<ServerProfileSchemaDto,?> to dataGrid : AbstractGrid<ServerProfileSchemaViewDto,?> in method protected getDataProvider(dataGrid AbstractGrid<ServerProfileSchemaViewDto,?>) : AbstractDataProvider<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemasActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<ServerProfileSchemaDto>> to callback : AsyncCallback<List<ServerProfileSchemaViewDto>> in method public loadServerProfileSchemas(applicationId String, callback AsyncCallback<List<ServerProfileSchemaViewDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ServerProfileSchemaDto> to callback : AsyncCallback<ServerProfileSchemaViewDto> in method public getServerProfileSchemaForm(profileSchemaId String, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<ServerProfileSchemaDto,?> to dataGrid : AbstractGrid<ServerProfileSchemaViewDto,?> in method public ServerProfileSchemasDataProvider(dataGrid AbstractGrid<ServerProfileSchemaViewDto,?>, hasErrorMessage HasErrorMessage, applicationId String) in class org.kaaproject.kaa.server.admin.client.mvp.data.ServerProfileSchemasDataProvider |
From |
To |
|
Change Parameter Type entity : ServerProfileSchemaDto to entity : ServerProfileSchemaViewDto in method protected editEntity(entity ServerProfileSchemaViewDto, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ServerProfileSchemaDto> to callback : AsyncCallback<ServerProfileSchemaViewDto> in method public editServerProfileSchemaForm(profileSchema ServerProfileSchemaViewDto, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ServerProfileSchemaDto> to callback : AsyncCallback<ServerProfileSchemaViewDto> in method protected getEntity(id String, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Return Type BaseListView<ServerProfileSchemaDto> to BaseListView<ServerProfileSchemaViewDto> in method public getServerProfileSchemasView() : BaseListView<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type List<ServerProfileSchemaDto> to List<ServerProfileSchemaViewDto> in method public getServerProfileSchemasByApplicationId(applicationId String) : List<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type AbstractDataProvider<ServerProfileSchemaDto> to AbstractDataProvider<ServerProfileSchemaViewDto> in method protected getDataProvider(dataGrid AbstractGrid<ServerProfileSchemaViewDto,?>) : AbstractDataProvider<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemasActivity |
From |
To |
|
Change Return Type ServerProfileSchemaDto to ServerProfileSchemaViewDto in method protected newEntity() : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Return Type BaseListView<ServerProfileSchemaDto> to BaseListView<ServerProfileSchemaViewDto> in method public getServerProfileSchemasView() : BaseListView<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type ServerProfileSchemaDto to ServerProfileSchemaViewDto in method public getServerProfileSchemaForm(serverProfileSchemaId String) : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type ServerProfileSchemaDto to ServerProfileSchemaViewDto in method public getServerProfileSchemaForm(serverProfileSchemaId String) : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type AbstractGrid<ServerProfileSchemaDto,String> to AbstractGrid<ServerProfileSchemaViewDto,String> in method protected createGrid() : AbstractGrid<ServerProfileSchemaViewDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.view.profile.ServerProfileSchemasViewImpl |
From |
To |
|
Change Return Type ServerProfileSchemaDto to ServerProfileSchemaViewDto in method public getServerProfileSchemaDto() : ServerProfileSchemaViewDto in class org.kaaproject.kaa.common.dto.EndpointProfileViewDto |
From |
To |
|
Change Return Type BaseListView<ServerProfileSchemaDto> to BaseListView<ServerProfileSchemaViewDto> in method protected getView() : BaseListView<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemasActivity |
From |
To |
|
Change Return Type List<ServerProfileSchemaDto> to List<ServerProfileSchemaViewDto> in method public getServerProfileSchemasByApplicationId(applicationId String) : List<ServerProfileSchemaViewDto> in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type ServerProfileSchemaDto to ServerProfileSchemaViewDto in method protected newSchema() : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Variable Type schema : ServerProfileSchemaDto to schema : ServerProfileSchemaViewDto in method protected newEntity() : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Variable Type serverProfileSchemaDto : ServerProfileSchemaDto to serverProfileSchemaViewDto : ServerProfileSchemaViewDto in method protected newSchema() : ServerProfileSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ServerProfileSchemaActivity |
From |
To |
|
Change Variable Type result : List<ServerProfileSchemaDto> to result : List<ServerProfileSchemaViewDto> in method public loadServerProfileSchemas(applicationId String, callback AsyncCallback<List<ServerProfileSchemaViewDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type emptyList : List<ServerProfileSchemaDto> to emptyList : List<ServerProfileSchemaViewDto> in method public reset() : void in class org.kaaproject.kaa.server.admin.client.mvp.view.widget.ServerProfileSchemasInfoListBox |
From |
To |
|
Change Variable Type result : ServerProfileSchemaDto to result : ServerProfileSchemaViewDto in method public editServerProfileSchemaForm(profileSchema ServerProfileSchemaViewDto, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type result : ServerProfileSchemaDto to result : ServerProfileSchemaViewDto in method public getServerProfileSchemaForm(profileSchemaId String, callback AsyncCallback<ServerProfileSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type serverProfileSchemaDto : ServerProfileSchemaDto to serverProfileSchemaDto : ServerProfileSchemaViewDto in method protected onEntityRetrieved() : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.EndpointProfileActivity |
From |
To |
|
Change Variable Type serverProfileSchemaDto : ServerProfileSchemaDto to serverProfileSchemaDto : ServerProfileSchemaViewDto in method public getEndpointProfileViewDtoByEndpointProfileKeyHash(endpointProfileKeyHash String) : EndpointProfileViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |