|
Change Parameter Type callback : AsyncCallback<ConfigurationSchemaDto> to callback : AsyncCallback<ConfigurationSchemaViewDto> in method public getConfigurationSchemaForm(configurationSchemaId String, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type entity : ConfigurationSchemaDto to entity : ConfigurationSchemaViewDto in method protected editEntity(entity ConfigurationSchemaViewDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ConfigurationSchemaDto> to callback : AsyncCallback<ConfigurationSchemaViewDto> in method public editConfigurationSchemaForm(configurationSchema ConfigurationSchemaViewDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ConfigurationSchemaDto> to callback : AsyncCallback<ConfigurationSchemaViewDto> in method protected getEntity(id String, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ConfigurationSchemaDto> to callback : AsyncCallback<ConfigurationSchemaViewDto> in method protected editEntity(entity ConfigurationSchemaViewDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<RecordField> to callback : AsyncCallback<CtlSchemaFormDto> in method protected createEmptyCtlSchemaForm(callback AsyncCallback<CtlSchemaFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |
|
Change Parameter Type configurationSchema : ConfigurationSchemaDto to configurationSchema : ConfigurationSchemaViewDto in method public editConfigurationSchemaForm(configurationSchema ConfigurationSchemaViewDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getConfigurationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getCreateConfigurationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getConfigurationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getCreateConfigurationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type ConfigurationSchemaDto to ConfigurationSchemaViewDto in method protected newSchema() : ConfigurationSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method protected getView(create boolean) : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationSchemaActivity |
From |
To |