|
Change Parameter Type callback : AsyncCallback<StructureRecordDto<ConfigurationRecordFormDto>> to callback : AsyncCallback<ConfigurationRecordViewDto> in method protected getRecord(endpointGroupId String, callback AsyncCallback<ConfigurationRecordViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type endpointGroupId : String to entity : ProfileFilterDto in method private editProfileFilter(entity ProfileFilterDto, callback AsyncCallback<ProfileFilterDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ProfileFilterDto> to callback : AsyncCallback<ProfileFilterRecordDto> in method protected getRecord(endpointGroupId String, callback AsyncCallback<ProfileFilterRecordDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Parameter Type record : StructureRecordDto<ConfigurationDto> to record : ConfigurationRecordDto in method private toConfigurationRecordView(record ConfigurationRecordDto) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<VersionDto>> to callback : AsyncCallback<List<ProfileVersionPairDto>> in method public getVacantProfileSchemas(endpointGroupId String, callback AsyncCallback<List<ProfileVersionPairDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<VersionDto>> to callback : AsyncCallback<List<SchemaInfoDto>> in method private getVacantSchemas(endpointGroupId String, callback AsyncCallback<List<SchemaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<StructureRecordDto<ProfileFilterDto>> to callback : AsyncCallback<List<ProfileVersionPairDto>> in method private getVacantSchemas(endpointGroupId String, callback AsyncCallback<List<ProfileVersionPairDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<StructureRecordDto<ConfigurationDto>>> to callback : AsyncCallback<List<ConfigurationRecordDto>> in method public loadConfigurationRecords(endpointGroupId String, includeDeprecated boolean, callback AsyncCallback<List<ConfigurationRecordDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type schemas : List<VersionDto> to schemas : List<T> in method public getMaxSchemaVersions(schemas List<T>) : T in class org.kaaproject.kaa.server.admin.client.util.Utils |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<StructureRecordDto<ConfigurationDto>,?> to dataGrid : AbstractGrid<ConfigurationRecordDto,?> in method public ConfigurationsDataProvider(dataGrid AbstractGrid<ConfigurationRecordDto,?>, hasErrorMessage HasErrorMessage, endpointGroupId String, includeDeprecated boolean) in class org.kaaproject.kaa.server.admin.client.mvp.data.ConfigurationsDataProvider |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<StructureRecordDto<ProfileFilterDto>>> to callback : AsyncCallback<List<ProfileFilterRecordDto>> in method public loadProfileFilterRecords(endpointGroupId String, includeDeprecated boolean, callback AsyncCallback<List<ProfileFilterRecordDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<StructureRecordDto<ProfileFilterDto>> to callback : AsyncCallback<ProfileFilterRecordDto> in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String, callback AsyncCallback<ProfileFilterRecordDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<VersionDto>> to callback : AsyncCallback<ProfileFilterDto> in method private editProfileFilter(entity ProfileFilterDto, callback AsyncCallback<ProfileFilterDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<StructureRecordDto<ProfileFilterDto>,?> to dataGrid : AbstractGrid<ProfileFilterRecordDto,?> in method public ProfileFiltersDataProvider(dataGrid AbstractGrid<ProfileFilterRecordDto,?>, hasErrorMessage HasErrorMessage, endpointGroupId String, includeDeprecated boolean) in class org.kaaproject.kaa.server.admin.client.mvp.data.ProfileFiltersDataProvider |
From |
To |
|
Change Variable Type inactiveStruct : T to inactiveStruct : R in method protected bind(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type result : StructureRecordDto<ProfileFilterDto> to result : ProfileFilterRecordDto in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String, callback AsyncCallback<ProfileFilterRecordDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type record : StructureRecordDto<ProfileFilterDto> to record : ProfileFilterRecordDto in method public deleteProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Variable Type result : StructureRecordDto<T> to result : T in method public onSuccessImpl(result EndpointGroupDto) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity.bind.getEndpointGroup |
From |
To |
|
Change Variable Type result : List<VersionDto> to result : List<ProfileVersionPairDto> in method public getVacantProfileSchemas(endpointGroupId String, callback AsyncCallback<List<ProfileVersionPairDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type inactiveStruct : T to inactiveStruct : R in method protected doActivate(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type record : StructureRecordDto<ConfigurationDto> to record : ConfigurationRecordDto in method public getConfigurationRecordView(schemaId String, endpointGroupId String) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Variable Type activeStruct : T to activeStruct : R in method protected doDeactivate(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type record : StructureRecordDto<ProfileFilterDto> to record : ProfileFilterRecordDto in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : ProfileFilterRecordDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Variable Type result : T to result : R in method protected doActivate(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type record : StructureRecordDto<ConfigurationDto> to record : ConfigurationRecordDto in method public getConfigurationRecord(schemaId String, endpointGroupId String) : ConfigurationRecordDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Variable Type inactiveStruct : T to inactiveStruct : R in method protected createInactiveStruct() : R in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type configurationsGrid : AbstractGrid<StructureRecordDto<ConfigurationDto>,StructureRecordKey> to configurationsGrid : ConfigurationStructGrid in method public start(containerWidget AcceptsOneWidget, eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.EndpointGroupActivity |
From |
To |
|
Change Variable Type result : List<StructureRecordDto<ConfigurationDto>> to result : List<ConfigurationRecordDto> in method public loadConfigurationRecords(endpointGroupId String, includeDeprecated boolean, callback AsyncCallback<List<ConfigurationRecordDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type result : T to result : R in method protected doDeactivate(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Variable Type profileFiltersGrid : AbstractGrid<StructureRecordDto<ProfileFilterDto>,StructureRecordKey> to profileFiltersGrid : ProfileFilterStructGrid in method public start(containerWidget AcceptsOneWidget, eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.EndpointGroupActivity |
From |
To |
|
Change Variable Type result : List<StructureRecordDto<ProfileFilterDto>> to result : List<ProfileFilterRecordDto> in method public loadProfileFilterRecords(endpointGroupId String, includeDeprecated boolean, callback AsyncCallback<List<ProfileFilterRecordDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type other : StructureRecordKey to other : ConfigRecordKey in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.admin.shared.config.ConfigRecordKey |
From |
To |
|
Rename Method protected editStruct(entity ProfileFilterDto, callback AsyncCallback<ProfileFilterDto>) : void renamed to protected getRecord(endpointGroupId String, callback AsyncCallback<ProfileFilterRecordDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Rename Method public getConfigurationRecordForm(schemaId String, endpointGroupId String) : StructureRecordDto<ConfigurationRecordFormDto> renamed to public getConfigurationRecordView(schemaId String, endpointGroupId String) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Method protected getVacantSchemas(endpointGroupId String, callback AsyncCallback<List<VersionDto>>) : void renamed to private editProfileFilter(entity ProfileFilterDto, callback AsyncCallback<ProfileFilterDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Rename Method public setSchemaSelected(selected boolean) : void renamed to public fireSchemaSelected() : void in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.AbstractRecordPanel |
From |
To |
|
Rename Method protected getRecord(schemaId String, endpointGroupId String, callback AsyncCallback<StructureRecordDto<ProfileFilterDto>>) : void renamed to private getVacantSchemas(endpointGroupId String, callback AsyncCallback<List<ProfileVersionPairDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Rename Method public getConfigurationRecordForm(schemaId String, endpointGroupId String) : StructureRecordDto<ConfigurationRecordFormDto> renamed to public getConfigurationRecordView(schemaId String, endpointGroupId String) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Rename Method private toConfigurationRecordFormStructure(record StructureRecordDto<ConfigurationDto>) : StructureRecordDto<ConfigurationRecordFormDto> renamed to private toConfigurationRecordView(record ConfigurationRecordDto) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Method protected editStruct(entity ConfigurationRecordFormDto, callback AsyncCallback<ConfigurationRecordFormDto>) : void renamed to private editConfiguration(entity ConfigurationRecordFormDto, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Rename Method public setSchemaSelected(selected boolean) : void renamed to public fireSchemaSelected() : void in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseStructView |
From |
To |
|
Change Return Type List<StructureRecordDto<ProfileFilterDto>> to List<ProfileFilterRecordDto> in method public getProfileFilterRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : List<ProfileFilterRecordDto> in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type List<StructureRecordDto<ConfigurationDto>> to List<ConfigurationRecordDto> in method public getConfigurationRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : List<ConfigurationRecordDto> in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationRecordFormDto,RecordField> to ConfigurationView in method public getCreateConfigurationView() : ConfigurationView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type StructureRecordDto<ProfileFilterDto> to ProfileFilterRecordDto in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : ProfileFilterRecordDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type AbstractGrid<StructureRecordDto<ConfigurationDto>,StructureRecordKey> to ConfigurationStructGrid in method public getConfigurationsGrid() : ConfigurationStructGrid in class org.kaaproject.kaa.server.admin.client.mvp.view.EndpointGroupView |
From |
To |
|
Change Return Type List<VersionDto> to List<ProfileVersionPairDto> in method public getVacantProfileSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationRecordFormDto,RecordField> to ConfigurationView in method protected getRecordView(create boolean) : ConfigurationView in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto,String> to ProfileFilterView in method public getProfileFilterView() : ProfileFilterView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type StructureRecordDto<ConfigurationDto> to ConfigurationRecordDto in method public getConfigurationRecord(schemaId String, endpointGroupId String) : ConfigurationRecordDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type List<StructureRecordDto<ConfigurationDto>> to List<ConfigurationRecordDto> in method public getConfigurationRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : List<ConfigurationRecordDto> in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type List<StructureRecordDto<ProfileFilterDto>> to List<ProfileFilterRecordDto> in method public getProfileFilterRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : List<ProfileFilterRecordDto> in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto,String> to ProfileFilterView in method protected getRecordView(create boolean) : ProfileFilterView in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationRecordFormDto,RecordField> to ConfigurationView in method public getConfigurationView() : ConfigurationView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type StructureRecordDto<ConfigurationRecordFormDto> to ConfigurationRecordViewDto in method public getConfigurationRecordView(schemaId String, endpointGroupId String) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationRecordFormDto,RecordField> to ConfigurationView in method public getCreateConfigurationView() : ConfigurationView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type AbstractGrid<StructureRecordDto<ConfigurationDto>,StructureRecordKey> to ConfigurationStructGrid in method public getConfigurationsGrid() : ConfigurationStructGrid in class org.kaaproject.kaa.server.admin.client.mvp.view.endpoint.EndpointGroupViewImpl |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto,String> to ProfileFilterView in method public getProfileFilterView() : ProfileFilterView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type StructureRecordDto<ConfigurationRecordFormDto> to ConfigurationRecordViewDto in method public getConfigurationRecordView(schemaId String, endpointGroupId String) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type AbstractGrid<StructureRecordDto<ProfileFilterDto>,StructureRecordKey> to ProfileFilterStructGrid in method public getProfileFiltersGrid() : ProfileFilterStructGrid in class org.kaaproject.kaa.server.admin.client.mvp.view.endpoint.EndpointGroupViewImpl |
From |
To |
|
Change Return Type StructureRecordDto<ConfigurationRecordFormDto> to ConfigurationRecordViewDto in method private toConfigurationRecordView(record ConfigurationRecordDto) : ConfigurationRecordViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto,String> to ProfileFilterView in method public getCreateProfileFilterView() : ProfileFilterView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type StructureRecordDto<ConfigurationDto> to ConfigurationRecordDto in method public getConfigurationRecord(schemaId String, endpointGroupId String) : ConfigurationRecordDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type StructureRecordDto<ProfileFilterDto> to ProfileFilterRecordDto in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : ProfileFilterRecordDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type List<VersionDto> to List<ProfileVersionPairDto> in method public getVacantProfileSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.admin.controller.KaaAdminController |
From |
To |
|
Change Return Type List<VersionDto> to List<ProfileVersionPairDto> in method public getVacantProfileSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type T to R in method protected abstract newStruct() : R in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Return Type T to R in method protected createInactiveStruct() : R in class org.kaaproject.kaa.server.admin.client.mvp.activity.AbstractRecordActivity |
From |
To |
|
Change Return Type VersionDto to T in method public getMaxSchemaVersions(schemas List<T>) : T in class org.kaaproject.kaa.server.admin.client.util.Utils |
From |
To |
|
Change Return Type AbstractGrid<StructureRecordDto<ProfileFilterDto>,StructureRecordKey> to ProfileFilterStructGrid in method public getProfileFiltersGrid() : ProfileFilterStructGrid in class org.kaaproject.kaa.server.admin.client.mvp.view.EndpointGroupView |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto,String> to ProfileFilterView in method public getCreateProfileFilterView() : ProfileFilterView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationRecordFormDto,RecordField> to ConfigurationView in method public getConfigurationView() : ConfigurationView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public deleteProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : void in class org.kaaproject.kaa.server.admin.controller.KaaAdminController |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String, callback AsyncCallback<ProfileFilterRecordDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Rename Parameter endpointGroupId : String to entity : ProfileFilterDto in method private editProfileFilter(entity ProfileFilterDto, callback AsyncCallback<ProfileFilterDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public deleteProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public deleteProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String, callback AsyncCallback<Void>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public deleteProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : void in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Rename Parameter schemaId : String to endpointProfileSchemaId : String in method public getProfileFilterRecord(endpointProfileSchemaId String, serverProfileSchemaId String, endpointGroupId String) : ProfileFilterRecordDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |