|
Change Parameter Type callback : AsyncCallback<ConfigurationDto> to callback : AsyncCallback<ConfigurationRecordFormDto> in method protected activateStruct(id String, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in method public SmtpMailProperties(mailFrom java.lang.String, smtpProtocol org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol, smtpHost java.lang.String, smtpPort java.lang.Integer, timeout java.lang.Integer, enableTls java.lang.Boolean, username java.lang.String, password java.lang.String) in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties |
From |
To |
|
Change Parameter Type value : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to value : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in method public setSmtpProtocol(value org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol) : void in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties |
From |
To |
|
Change Parameter Type value : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to value : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in method public setSmtpProtocol(value org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol) : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties.Builder in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties.Builder |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ConfigurationDto> to callback : AsyncCallback<ConfigurationRecordFormDto> in method protected deactivateStruct(id String, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type entity : ConfigurationDto to entity : ConfigurationRecordFormDto in method protected editStruct(entity ConfigurationRecordFormDto, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<StructureRecordDto<ConfigurationDto>> to callback : AsyncCallback<StructureRecordDto<ConfigurationRecordFormDto>> in method protected getRecord(schemaId String, endpointGroupId String, callback AsyncCallback<StructureRecordDto<ConfigurationRecordFormDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<ConfigurationDto> to callback : AsyncCallback<ConfigurationRecordFormDto> in method protected editStruct(entity ConfigurationRecordFormDto, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<StructureRecordDto<ConfigurationDto>> to callback : AsyncCallback<ConfigurationRecordFormDto> in method public deactivateConfigurationRecordForm(configurationId String, callback AsyncCallback<ConfigurationRecordFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto> to BaseRecordView<ProfileFilterDto,String> in method public getProfileFilterView() : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationDto> to BaseRecordView<ConfigurationRecordFormDto,RecordField> in method protected getRecordView(create boolean) : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto> to BaseRecordView<ProfileFilterDto,String> in method protected getRecordView(create boolean) : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ProfileFilterActivity |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationDto> to BaseRecordView<ConfigurationRecordFormDto,RecordField> in method public getCreateConfigurationView() : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto> to BaseRecordView<ProfileFilterDto,String> in method public getProfileFilterView() : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type HasValue<String> to HasValue<V> in method public getBody() : HasValue<V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseStructView |
From |
To |
|
Change Return Type org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in method public getSmtpProtocol() : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties |
From |
To |
|
Change Return Type AbstractRecordPanel<ProfileFilterDto> to AbstractRecordPanel<ProfileFilterDto,String> in method protected createRecordPanel() : AbstractRecordPanel<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.view.profile.ProfileFilterViewImpl |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationDto> to BaseRecordView<ConfigurationRecordFormDto,RecordField> in method public getConfigurationView() : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type AbstractRecordPanel<ConfigurationDto> to AbstractRecordPanel<ConfigurationRecordFormDto,RecordField> in method protected createRecordPanel() : AbstractRecordPanel<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.view.config.ConfigurationViewImpl |
From |
To |
|
Change Return Type AbstractRecordPanel<T> to AbstractRecordPanel<T,V> in method protected abstract createRecordPanel() : AbstractRecordPanel<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseRecordViewImpl |
From |
To |
|
Change Return Type org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in method public getSmtpProtocol() : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties.Builder |
From |
To |
|
Change Return Type HasValue<String> to HasValue<V> in method public getBody() : HasValue<V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.AbstractRecordPanel |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto> to BaseRecordView<ProfileFilterDto,String> in method public getCreateProfileFilterView() : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type AbstractRecordPanel<T> to AbstractRecordPanel<T,V> in method public getRecordPanel() : AbstractRecordPanel<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.BaseRecordView |
From |
To |
|
Change Return Type ConfigurationDto to ConfigurationRecordFormDto in method protected newStruct() : ConfigurationRecordFormDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.ConfigurationActivity |
From |
To |
|
Change Return Type AbstractRecordPanel<T> to AbstractRecordPanel<T,V> in method public getRecordPanel() : AbstractRecordPanel<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseRecordViewImpl |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationDto> to BaseRecordView<ConfigurationRecordFormDto,RecordField> in method public getConfigurationView() : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseRecordView<ProfileFilterDto> to BaseRecordView<ProfileFilterDto,String> in method public getCreateProfileFilterView() : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseRecordView<ConfigurationDto> to BaseRecordView<ConfigurationRecordFormDto,RecordField> in method public getCreateConfigurationView() : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Attribute Type createProfileFilterView : BaseRecordView<ProfileFilterDto> to createProfileFilterView : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Attribute Type activePanel : BaseStructView<T> to activePanel : BaseStructView<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.AbstractRecordPanel |
From |
To |
|
Change Attribute Type body : SizedTextArea to body : HasValue<V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseStructView |
From |
To |
|
Change Attribute Type createConfigurationView : BaseRecordView<ConfigurationDto> to createConfigurationView : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Attribute Type fieldWidgetStyle : Style to avroUiStyle : AvroUiStyle in class org.kaaproject.kaa.server.admin.client.mvp.view.base.BaseListViewImpl |
From |
To |
|
Change Attribute Type profileFilterView : BaseRecordView<ProfileFilterDto> to profileFilterView : BaseRecordView<ProfileFilterDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Attribute Type fieldWidgetStyle : Style to avroUiStyle : AvroUiStyle in class org.kaaproject.kaa.server.admin.client.mvp.view.base.BaseDetailsViewImpl |
From |
To |
|
Change Attribute Type recordPanel : AbstractRecordPanel<T> to recordPanel : AbstractRecordPanel<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.BaseRecordViewImpl |
From |
To |
|
Change Attribute Type smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties |
From |
To |
|
Change Attribute Type smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.SmtpProtocol to smtpProtocol : org.kaaproject.kaa.server.admin.services.entity.gen.smtp.SmtpProtocol in class org.kaaproject.kaa.server.admin.services.entity.gen.SmtpMailProperties.Builder |
From |
To |
|
Change Attribute Type fieldWidgetStyle : AbstractFieldWidget.Style to avroUiStyle : AvroUiStyle in class org.kaaproject.kaa.server.admin.client.util.Utils |
From |
To |
|
Change Attribute Type inactivePanel : BaseStructView<T> to inactivePanel : BaseStructView<T,V> in class org.kaaproject.kaa.server.admin.client.mvp.view.struct.AbstractRecordPanel |
From |
To |
|
Change Attribute Type configurationView : BaseRecordView<ConfigurationDto> to configurationView : BaseRecordView<ConfigurationRecordFormDto,RecordField> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |