|
Rename Method public getSdkPropertiesBySdkToken(key String) : SdkPropertiesDto renamed to public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.CacheService |
From |
To |
|
Rename Method public setSdkProperties(sdkProperties DataStruct) : generateSdk_args renamed to public setSdkProfile(sdkProfile DataStruct) : generateSdk_args in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Method public findSdkKeyById(id String) : SdkPropertiesDto renamed to public findSdkProfileById(id String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Rename Method public getSdkPropertiesBySdkToken(key String) : SdkPropertiesDto renamed to public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Rename Method public findSdkKeyByToken(token String) : SdkPropertiesDto renamed to public findSdkProfileByToken(token String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Rename Method public findSdkKeyByTokenTest() : void renamed to public findSdkProfileByTokenTest() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkKeyDaoTest |
From |
To |
|
Rename Method public getSdkProperties() : DataStruct renamed to public getSdkProfile() : DataStruct in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Method public getSdkPropertiesBySdkToken(key String) : SdkPropertiesDto renamed to public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.event.ESTestCacheService |
From |
To |
|
Rename Method public findSdkKeysByApplicationId(applicationId String) : List<SdkPropertiesDto> renamed to public findSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Rename Method public saveSdkKey(sdkPropertiesDto SdkPropertiesDto) : SdkPropertiesDto renamed to public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Rename Method public findSdkKeysByApplicationId(applicationId String) : List<SdkKey> renamed to public findSdkProfileByApplicationId(applicationId String) : List<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Rename Method public unsetSdkProperties() : void renamed to public unsetSdkProfile() : void in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Method public setSdkPropertiesIsSet(value boolean) : void renamed to public setSdkProfileIsSet(value boolean) : void in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Method public findSdkKeysByApplicationId(applicationId String) : List<SdkPropertiesDto> renamed to public findSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Rename Method protected generateSdkKey(application Application, token String) : SdkKey renamed to protected generateSdkProfile(application Application, token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Rename Method public setSdkKeyService(sdkKeyService SdkKeyService) : void renamed to public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Rename Method public isSetSdkProperties() : boolean renamed to public isSetSdkProfile() : boolean in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Method public findSdkKeyByToken(token String) : SdkPropertiesDto renamed to public findSdkProfileByToken(token String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Rename Method public findSdkKeysByApplicationIdTest() : void renamed to public findSdkProfilesByApplicationIdTest() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkKeyDaoTest |
From |
To |
|
Rename Method public setSdkKeyService(sdkKeyService SdkKeyService) : void renamed to public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.CacheService |
From |
To |
|
Rename Method public findSdkKeyById(id String) : SdkPropertiesDto renamed to public findSdkProfileById(id String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Rename Method public saveSdkKey(sdkPropertiesDto SdkPropertiesDto) : SdkPropertiesDto renamed to public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Rename Method public generateSdk(key SdkPropertiesDto) : String renamed to private doGenerateSdk(sdkProfile SdkProfileDto, targetPlatform SdkPlatform) : FileData in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Method public findSdkKeyByToken(token String) : SdkKey renamed to public findSdkProfileByToken(token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkKey in method public putSdk(key SdkKey, sdkFile FileData) : FileData in class org.kaaproject.kaa.server.admin.services.cache.CacheService |
From |
To |
|
Change Parameter Type sdkProfile : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public addSdkProfile(sdkProfile SdkProfileDto) : void in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkKey in method public getSdk(key SdkKey) : FileData in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Change Parameter Type table : DataGrid<SdkPropertiesDto> to table : DataGrid<SdkProfileDto> in method protected constructColumnsImpl(table DataGrid<SdkProfileDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkProfileDto in method public downloadSdk(key SdkProfileDto, destination String) : void in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Parameter Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method protected populateVersionStates(tenantId String, dto EndpointProfileDto, sdkProfile SdkProfileDto) : void in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Change Parameter Type callback : AsyncCallback<SdkPropertiesDto> to callback : AsyncCallback<SdkProfileDto> in method public getSdkProfile(sdkProfileId String, callback AsyncCallback<SdkProfileDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<SdkPropertiesDto>> to callback : AsyncCallback<List<SdkProfileDto>> in method public loadSdkProfiles(applicationId String, callback AsyncCallback<List<SdkProfileDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchema String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.CppSdkGenerator |
From |
To |
|
Change Parameter Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Parameter Type table : DataGrid<SdkPropertiesDto> to table : DataGrid<SdkProfileDto> in method protected constructActions(table DataGrid<SdkProfileDto>, prefWidth float) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Parameter Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Change Parameter Type sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in method public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.CacheService |
From |
To |
|
Change Parameter Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.CSdkGenerator |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkProfileDto in method public downloadSdk(key SdkProfileDto) : FileData in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Parameter Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.JavaSdkGenerator |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<SdkPropertiesDto,?> to dataGrid : AbstractGrid<SdkProfileDto,?> in method public SdkProfilesDataProvider(dataGrid AbstractGrid<SdkProfileDto,?>, hasErrorMessage HasErrorMessage, applicationId String) in class org.kaaproject.kaa.server.admin.client.mvp.data.SdkProfilesDataProvider |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkKey in method public getSdk(key SdkKey) : FileData in class org.kaaproject.kaa.server.admin.services.cache.CacheService |
From |
To |
|
Change Parameter Type key : SdkPropertiesDto to key : SdkKey in method public putSdk(key SdkKey, sdkFile FileData) : FileData in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<SdkPropertiesDto,?> to dataGrid : AbstractGrid<SdkProfileDto,?> in method protected getDataProvider(dataGrid AbstractGrid<SdkProfileDto,?>) : AbstractDataProvider<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.SdkProfilesActivity |
From |
To |
|
Change Parameter Type sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in method public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Parameter Type sdkProfile : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public addSdkProfile(sdkProfile SdkProfileDto, callback AsyncCallback<Void>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type dto : SdkPropertiesDto to dto : SdkProfileDto in method public SdkProfile(dto SdkProfileDto) in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfile |
From |
To |
|
Change Parameter Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public abstract generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.SdkGenerator |
From |
To |
|
Change Parameter Type value : SdkPropertiesDto to value : SdkProfileDto in method private generateSdk(value SdkProfileDto) : void in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Parameter Type sdkProfile : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public addSdkProfile(sdkProfile SdkProfileDto) : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Variable sdkKey1 : SdkKey to sdkProfile1 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Rename Variable sdkKey3 : SdkKey to sdkProfile3 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Rename Variable newSdkPropertiesDto : SdkPropertiesDto to newSdkProfileDto : SdkProfileDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Rename Variable sdkPropertiesDto : SdkPropertiesDto to sdkProfileDto : SdkProfileDto in method public getAppTokenBySdkToken(key String) : String in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Rename Variable cachedSdkPropertiesDto : SdkPropertiesDto to cachedSdkKey : SdkKey in method public getCachedSdkKeys(applicationId String) : List<SdkKey> in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Rename Variable present_sdkProperties : boolean to present_sdkProfile : boolean in method public hashCode() : int in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Variable sdkPropertiesDto3 : SdkPropertiesDto to sdkProfileDto3 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Rename Variable that_present_sdkProperties : boolean to that_present_sdkProfile : boolean in method public equals(that generateSdk_args) : boolean in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Variable sdkPropertiesDto1 : SdkPropertiesDto to sdkProfileDto1 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Rename Variable sdkKey2 : SdkKey to sdkProfile2 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Rename Variable this_present_sdkProperties : boolean to this_present_sdkProfile : boolean in method public equals(that generateSdk_args) : boolean in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Variable sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public registerProfile(request RegisterProfileRequest) : EndpointProfileDto in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Rename Variable sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public updateProfile(request UpdateProfileRequest) : EndpointProfileDto in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Rename Variable sdkPropertiesDto : SdkPropertiesDto to sdkProfileDto : SdkProfileDto in method private generateSdk(line CommandLine, client ControlThriftService.Iface, writer PrintWriter, errorWriter PrintWriter) : void in class org.kaaproject.kaa.server.control.cli.ControlApiCommandProcessor |
From |
To |
|
Rename Variable sdkPropertiesDto2 : SdkPropertiesDto to sdkProfileDto2 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Return Type BaseListView<SdkPropertiesDto> to BaseListView<SdkProfileDto> in method public getSdkProfilesView() : BaseListView<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public toDto() : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfile |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkProfileDto> in method public getSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type BaseListView<SdkPropertiesDto> to BaseListView<SdkProfileDto> in method public getSdkProfilesView() : BaseListView<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkProfileDto> in method public findSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public getSdkProfile(sdkProfileId String) : SdkProfileDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type BaseListView<SdkPropertiesDto> to BaseListView<SdkProfileDto> in method protected getView() : BaseListView<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.SdkProfilesActivity |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method protected createDto() : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfile |
From |
To |
|
Change Return Type Class<SdkKey> to Class<SdkProfile> in method protected getEntityClass() : Class<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Return Type AbstractGrid<SdkPropertiesDto,String> to AbstractGrid<SdkProfileDto,String> in method protected createGrid() : AbstractGrid<SdkProfileDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesViewImpl |
From |
To |
|
Change Return Type SdkKey to SdkProfile in method public findSdkProfileByToken(token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.event.ESTestCacheService |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public findSdkProfileByToken(token String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkProfileDto> in method public findSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public findSdkProfileById(id String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkKey> in method public getCachedSdkKeys(applicationId String) : List<SdkKey> in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkKey> in method public getCachedSdkKeys(applicationId String) : List<SdkKey> in class org.kaaproject.kaa.server.admin.services.cache.CacheService |
From |
To |
|
Change Return Type String to FileData in method private doGenerateSdk(sdkProfile SdkProfileDto, targetPlatform SdkPlatform) : FileData in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type SdkKey to SdkProfile in method protected generateSdkProfile(application Application, token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Return Type List<SdkKey> to List<SdkProfile> in method public findSdkProfileByApplicationId(applicationId String) : List<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public findSdkProfileByToken(token String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public getSdkProfileBySdkToken(key String) : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.CacheService |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public findSdkProfileById(id String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.SdkProfileService |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method public getSdkProfile(sdkProfileId String) : SdkProfileDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type SdkPropertiesDto to SdkProfileDto in method protected newEntity() : SdkProfileDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.GenerateSdkActivity |
From |
To |
|
Change Return Type AbstractDataProvider<SdkPropertiesDto> to AbstractDataProvider<SdkProfileDto> in method protected getDataProvider(dataGrid AbstractGrid<SdkProfileDto,?>) : AbstractDataProvider<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.activity.SdkProfilesActivity |
From |
To |
|
Change Return Type List<SdkPropertiesDto> to List<SdkProfileDto> in method public getSdkProfilesByApplicationId(applicationId String) : List<SdkProfileDto> in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type Column<SdkPropertiesDto,SdkPropertiesDto> to Column<SdkProfileDto,SdkProfileDto> in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Rename Attribute sdkProperties : DataStruct to targetPlatform : SdkPlatform in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncClient.generateSdk_call |
From |
To |
|
Rename Attribute SDK_PROPERTIES : SdkPropertiesDto to SDK_PROFILE : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.ConcurrentCacheServiceTest |
From |
To |
|
Rename Attribute sdkKeyDao : SdkKeyDao<SdkKey> to sdkProfileDao : SdkProfileDao<SdkProfile> in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Rename Attribute sdkPropsMemorizer : CacheTemporaryMemorizer<String,SdkPropertiesDto> to sdkProfileMemorizer : CacheTemporaryMemorizer<String,SdkProfileDto> in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Rename Attribute sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Rename Attribute SDK_PROPERTIES_FIELD_DESC : TField to SDK_PROFILE_FIELD_DESC : TField in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Attribute sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.control.service.thrift.ControlThriftServiceImpl |
From |
To |
|
Rename Attribute sdkProperties : DataStruct to sdkProfile : DataStruct in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Attribute sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.operations.service.cache.ConcurrentCacheServiceTest |
From |
To |
|
Rename Attribute SDK_PROPERTIES : SdkPropertiesDto to SDK_PROFILE : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT |
From |
To |
|
Rename Attribute sdkKeyDao : SdkKeyDao<SdkKey> to sdkProfileDao : SdkProfileDao<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Rename Attribute sdkProperties : DataStruct to sdkProfile : DataStruct in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncClient.generateSdk_call |
From |
To |
|
Change Variable Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public updateProfile(request UpdateProfileRequest) : EndpointProfileDto in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Change Variable Type actionValidator : ActionValidator<SdkPropertiesDto> to actionValidator : ActionValidator<SdkProfileDto> in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Variable Type found : List<SdkKey> to found : List<SdkProfile> in method public findSdkProfileByApplicationId(applicationId String) : List<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Variable Type other : SdkKey to other : SdkProfile in method public equals(o Object) : boolean in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfile |
From |
To |
|
Change Variable Type sdkKey3 : SdkKey to sdkProfile3 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type item : SdkPropertiesDto to item : SdkProfileDto in method protected constructColumnsImpl(table DataGrid<SdkProfileDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Variable Type key : SdkPropertiesDto to key : CacheService.SdkKey in method public doGet(request HttpServletRequest, response HttpServletResponse) : void in class org.kaaproject.kaa.server.admin.servlet.SdkServlet |
From |
To |
|
Change Variable Type that : SdkPropertiesDto to that : SdkProfileDto in method public equals(o Object) : boolean in class org.kaaproject.kaa.common.dto.admin.SdkProfileDto |
From |
To |
|
Change Variable Type cachedSdkPropertiesDto : SdkPropertiesDto to cachedSdkKey : SdkKey in method public getCachedSdkKeys(applicationId String) : List<SdkKey> in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Change Variable Type key : SdkPropertiesDto to key : CacheService.SdkKey in method public flushSdkCache() : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Variable Type requestEntity : HttpEntity<SdkPropertiesDto> to requestEntity : HttpEntity<SdkProfileDto> in method public downloadSdk(key SdkProfileDto, destination String) : void in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Variable Type entity : SdkKey to entity : SdkProfile in method protected generateSdkProfile(application Application, token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type sdkPropertiesDto1 : SdkPropertiesDto to sdkProfileDto1 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type this_present_sdkProperties : boolean to targetPlatform : SdkPlatform in method public isSetTargetPlatform() : boolean in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Change Variable Type actionListener : ActionListener<SdkPropertiesDto> to actionListener : ActionListener<SdkProfileDto> in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Variable Type sdkKey2 : SdkKey to sdkProfile2 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type saved : SdkKey to saved : SdkProfile in method public saveTest() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkKeyDaoTest |
From |
To |
|
Change Variable Type sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public registerProfile(request RegisterProfileRequest) : EndpointProfileDto in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkProfileDto : SdkProfileDto in method private generateSdk(line CommandLine, client ControlThriftService.Iface, writer PrintWriter, errorWriter PrintWriter) : void in class org.kaaproject.kaa.server.control.cli.ControlApiCommandProcessor |
From |
To |
|
Change Variable Type saved : SdkKey to saved : SdkProfile in method public findSdkProfileByTokenTest() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkKeyDaoTest |
From |
To |
|
Change Variable Type result : List<SdkPropertiesDto> to result : List<SdkProfileDto> in method public loadSdkProfiles(applicationId String, callback AsyncCallback<List<SdkProfileDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type saved : SdkKey to saved : SdkProfile in method public findSdkProfilesByApplicationIdTest() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkKeyDaoTest |
From |
To |
|
Change Variable Type sdkPropertiesDto2 : SdkPropertiesDto to sdkProfileDto2 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type requestEntity : HttpEntity<SdkPropertiesDto> to requestEntity : HttpEntity<SdkProfileDto> in method public downloadSdk(key SdkProfileDto) : FileData in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Variable Type sdkKey1 : SdkKey to sdkProfile1 : SdkProfile in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method public findSdkProfileByToken(token String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Variable Type newSdkPropertiesDto : SdkPropertiesDto to newSdkProfileDto : SdkProfileDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Change Variable Type found : SdkKey to found : SdkProfile in method public findSdkProfileByToken(token String) : SdkProfile in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateSdkProfileDao |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method protected newEntity() : SdkProfileDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.GenerateSdkActivity |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkProfileDto : SdkProfileDto in method public getAppTokenBySdkToken(key String) : String in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Variable Type item : SdkPropertiesDto to item : SdkProfileDto in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Variable Type keys : List<SdkPropertiesDto> to keys : List<SdkKey> in method public getCachedSdkKeys(applicationId String) : List<SdkKey> in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl |
From |
To |
|
Change Variable Type sdkPropertiesDto3 : SdkPropertiesDto to sdkProfileDto3 : SdkProfileDto in method public constructorTest() : void in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfileTest |
From |
To |
|
Change Variable Type entity : SdkKey to entity : SdkProfile in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Variable Type result : SdkPropertiesDto to result : SdkProfileDto in method public getSdkProfile(sdkProfileId String, callback AsyncCallback<SdkProfileDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type saved : SdkPropertiesDto to saved : SdkProfileDto in method public saveSdkProfile(sdkPropertiesDto SdkProfileDto) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Variable Type value : SdkPropertiesDto to value : SdkProfileDto in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Variable Type dto : SdkPropertiesDto to dto : SdkProfileDto in method public toDto() : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.model.sql.SdkProfile |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method public findSdkProfileById(id String) : SdkProfileDto in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Variable Type sdkPropertiesDto : SdkPropertiesDto to sdkPropertiesDto : SdkProfileDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Change Variable Type cell : ActionButtonCell<SdkPropertiesDto> to cell : ActionButtonCell<SdkProfileDto> in method private constructGenerateSdkColumn(label String) : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Attribute Type sdkProperties : DataStruct to targetPlatform : SdkPlatform in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncClient.generateSdk_call |
From |
To |
|
Change Attribute Type SDK_PROPERTIES : SdkPropertiesDto to SDK_PROFILE : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.cache.ConcurrentCacheServiceTest |
From |
To |
|
Change Attribute Type SDK_PROPERTIES : SdkPropertiesDto to SDK_PROFILE : SdkProfileDto in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT |
From |
To |
|
Change Attribute Type sdkProfilesView : BaseListView<SdkPropertiesDto> to sdkProfilesView : BaseListView<SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Attribute Type sdkKeyDao : SdkKeyDao<SdkKey> to sdkProfileDao : SdkProfileDao<SdkProfile> in class org.kaaproject.kaa.server.common.dao.service.SdkProfileServiceImpl |
From |
To |
|
Change Attribute Type sdkPropsMemorizer : CacheTemporaryMemorizer<String,SdkPropertiesDto> to sdkProfileMemorizer : CacheTemporaryMemorizer<String,SdkProfileDto> in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Attribute Type sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |
|
Change Attribute Type sdkKeyDao : SdkKeyDao<SdkKey> to sdkProfileDao : SdkProfileDao<SdkProfile> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Attribute Type generateSdkColumn : Column<SdkPropertiesDto,SdkPropertiesDto> to generateSdkColumn : Column<SdkProfileDto,SdkProfileDto> in class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.SdkProfilesGrid |
From |
To |
|
Change Attribute Type sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.control.service.thrift.ControlThriftServiceImpl |
From |
To |
|
Change Attribute Type sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in class org.kaaproject.kaa.server.operations.service.cache.ConcurrentCacheServiceTest |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk(sdkProfile DataStruct, targetPlatform SdkPlatform) : Sdk in class org.kaaproject.kaa.server.control.service.thrift.ControlThriftServiceImpl |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk_call(sdkProfile DataStruct, targetPlatform SdkPlatform, resultHandler AsyncMethodCallback, client TAsyncClient, protocolFactory TProtocolFactory, transport TNonblockingTransport) in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncClient.generateSdk_call |
From |
To |
|
Rename Parameter sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.JavaSdkGenerator |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public setSdkProfile(sdkProfile DataStruct) : generateSdk_args in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Parameter sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchema String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.CppSdkGenerator |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk_args(sdkProfile DataStruct, targetPlatform SdkPlatform) in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.generateSdk_args |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk(sdkProfile DataStruct, targetPlatform SdkPlatform, resultHandler AsyncMethodCallback) : void in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncClient |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public send_generateSdk(sdkProfile DataStruct, targetPlatform SdkPlatform) : void in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.Client |
From |
To |
|
Rename Parameter sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in method public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.CacheService |
From |
To |
|
Rename Parameter sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.CSdkGenerator |
From |
To |
|
Rename Parameter sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method public abstract generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, sdkToken String, sdkProfile SdkProfileDto, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.SdkGenerator |
From |
To |
|
Rename Parameter sdkProperties : SdkPropertiesDto to sdkProfile : SdkProfileDto in method protected populateVersionStates(tenantId String, dto EndpointProfileDto, sdkProfile SdkProfileDto) : void in class org.kaaproject.kaa.server.operations.service.profile.DefaultProfileService |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk(sdkProfile DataStruct, targetPlatform SdkPlatform, resultHandler AsyncMethodCallback) : void in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.AsyncIface |
From |
To |
|
Rename Parameter sdkProperties : DataStruct to sdkProfile : DataStruct in method public generateSdk(sdkProfile DataStruct, targetPlatform SdkPlatform) : Sdk in class org.kaaproject.kaa.server.common.thrift.gen.control.ControlThriftService.Iface |
From |
To |
|
Rename Parameter sdkKeyService : SdkKeyService to sdkProfileService : SdkProfileService in method public setSdkProfileService(sdkProfileService SdkProfileService) : void in class org.kaaproject.kaa.server.operations.service.cache.concurrent.ConcurrentCacheService |
From |
To |