|
Rename Method public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto renamed to public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Rename Method protected createEmptyCtlSchemaForm(callback AsyncCallback<CtlSchemaFormDto>) : void renamed to protected createEmptySchemaForm(callback AsyncCallback<RecordField>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Rename Method public getNotificationSchemaView(notificationSchemaId String) : NotificationSchemaViewDto renamed to public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Rename Method public getNotificationSchema(profileSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void renamed to public getNotificationSchemaForm(notificationSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type entity : NotificationSchemaViewDto to entity : NotificationSchemaDto in method protected editEntity(entity NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<CtlSchemaFormDto> to callback : AsyncCallback<RecordField> in method protected createEmptySchemaForm(callback AsyncCallback<RecordField>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<NotificationSchemaViewDto> to callback : AsyncCallback<NotificationSchemaDto> in method protected editEntity(entity NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<NotificationSchemaViewDto> to callback : AsyncCallback<NotificationSchemaDto> in method protected getEntity(id String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Rename Variable notificationSchemaDto : NotificationSchemaDto to schema : NotificationSchemaDto in method private createDefaultNotificationSchema(appId String, createdUsername String) : NotificationSchemaDto in class org.kaaproject.kaa.server.common.dao.service.ApplicationServiceImpl |
From |
To |
|
Rename Variable app : ApplicationDto to appId : String in method public findNotificationsByIdWithExpiredTimeTest() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.NotificationServiceImplTest |
From |
To |
|
Rename Variable app : ApplicationDto to schemaBody : String in method protected generateNotificationSchemaDto(appId String, type NotificationTypeDto) : NotificationSchemaDto in class org.kaaproject.kaa.server.common.dao.AbstractTest |
From |
To |
|
Rename Variable notificationSchemaDto : NotificationSchemaDto to schema : NotificationSchemaDto in method public findNotificationsByIdWithExpiredTimeTest() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.NotificationServiceImplTest |
From |
To |
|
Rename Variable schemaDto : NotificationSchema to notificationSchema : NotificationSchema in method protected generateNotificationSchema(app Application, count int, type NotificationTypeDto) : List<NotificationSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Return Type BaseCtlSchemaView to BaseSchemaView in method public getCreateNotificationSchemaView() : BaseSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |
|
Change Return Type BaseCtlSchemaView to BaseSchemaView in method public getNotificationSchemaView() : BaseSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type NotificationSchemaViewDto to NotificationSchemaDto in method protected newSchema() : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Return Type BaseCtlSchemaView to BaseSchemaView in method protected getView(create boolean) : BaseSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.activity.NotificationSchemaActivity |
From |
To |
|
Change Return Type NotificationSchemaViewDto to NotificationSchemaDto in method public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService |
From |
To |
|
Change Return Type NotificationSchemaViewDto to NotificationSchemaDto in method public getNotificationSchemaForm(notificationSchemaId String) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl |
From |
To |
|
Change Return Type BaseCtlSchemaView to BaseSchemaView in method public getCreateNotificationSchemaView() : BaseSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory |
From |
To |
|
Change Return Type BaseCtlSchemaView to BaseSchemaView in method public getNotificationSchemaView() : BaseSchemaView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl |
From |
To |