|
Rename Method protected createEmptySchemaForm(callback AsyncCallback<RecordField>) : void renamed to protected createEmptyCtlSchemaForm(callback AsyncCallback<CtlSchemaFormDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Rename Method public getNotificationSchemaForm(notificationSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void renamed to public getNotificationSchema(profileSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Rename Method public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto renamed to public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Method public saveCTLSchema(body String, tenantId String, applicationId String) : CTLSchemaDto renamed to public promoteScopeToTenant(applicationId String, fqn String) : CTLSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Rename Method public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto renamed to public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
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.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<NotificationSchemaDto> to callback : AsyncCallback<NotificationSchemaViewDto> in method protected editEntity(entity NotificationSchemaViewDto, callback AsyncCallback<NotificationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type entity : NotificationSchemaDto to entity : NotificationSchemaViewDto in method protected editEntity(entity NotificationSchemaViewDto, callback AsyncCallback<NotificationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<NotificationSchemaDto> to callback : AsyncCallback<NotificationSchemaViewDto> in method protected getEntity(id String, callback AsyncCallback<NotificationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Rename Variable schema : NotificationSchemaDto to notificationSchemaDto : NotificationSchemaDto in method private createDefaultNotificationSchema(appId String, createdUsername String) : NotificationSchemaDto in class org.kaaproject.kaa.server.common.dao.service.ApplicationServiceImpl |
From |
To |
|
Rename Variable schema : NotificationSchemaDto to notificationSchemaDto : NotificationSchemaDto in method public findNotificationsByIdWithExpiredTimeTest() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.NotificationServiceImplTest |
From |
To |
|
Rename Variable notificationSchema : NotificationSchema to schemaDto : NotificationSchema in method protected generateNotificationSchema(app Application, ctlVersion int, count int, type NotificationTypeDto) : List<NotificationSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Rename Variable appId : String to app : ApplicationDto in method public findNotificationsByIdWithExpiredTimeTest() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.NotificationServiceImplTest |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getNotificationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type CTLSchemaDto to CTLSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String) : CTLSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Return Type NotificationSchemaDto to NotificationSchemaViewDto in method public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getCreateNotificationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
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.NotificationSchemaActivity |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getNotificationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type NotificationSchemaDto to NotificationSchemaViewDto in method protected newSchema() : NotificationSchemaViewDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Return Type NotificationSchemaDto to NotificationSchemaViewDto in method public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type BaseSchemaView to BaseCtlSchemaView in method public getCreateNotificationSchemaView() : BaseCtlSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Rename Parameter applicationId : String to applicationToken : String in method protected createApplicationEventFamilyMap(applicationToken String, ecfId String, version int) : ApplicationEventFamilyMapDto in class org.kaaproject.kaa.server.control.AbstractTestControlServer |
From |
To |
|
Rename Parameter applicationId : String to applicationToken : String in method public getProfileSchemas(applicationToken String) : List<EndpointProfileSchemaDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Rename Parameter notificationSchemaId : String to profileSchemaId : String in method public getNotificationSchema(profileSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Rename Parameter applicationId : String to applicationToken : String in method protected createCTLSchema(name String, namespace String, version int, tenantId String, applicationToken String, dependencies Set<FqnVersion>, fields Map<String,String>) : CTLSchemaDto in class org.kaaproject.kaa.server.control.AbstractTestControlServer |
From |
To |
|
Rename Parameter body : String to fqn : String in method public promoteScopeToTenant(applicationId String, fqn String) : CTLSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |