|
Change Return Type GenericModel<ProfileSchemaDto> to GenericModel<EndpointProfileSchemaDto> in method protected newInstance(id Long) : GenericModel<EndpointProfileSchemaDto> in class org.kaaproject.kaa.server.common.dao.model.sql.EndpointProfileSchema |
From |
To |
|
Change Return Type List<ProfileSchema> to List<EndpointProfileSchema> in method public findVacantSchemas(appId String, usedSchemaIds List<String>) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Return Type ProfileSchema to EndpointProfileSchema in method public findLatestByAppId(appId String) : EndpointProfileSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Return Type List<ProfileSchema> to List<EndpointProfileSchema> in method public findByApplicationId(appId String) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Return Type ProfileSchema to EndpointProfileSchema in method public findByAppIdAndVersion(appId String, version int) : EndpointProfileSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Return Type Class<ProfileSchema> to Class<EndpointProfileSchema> in method protected getEntityClass() : Class<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Return Type List<VersionDto> to List<ProfileVersionPairDto> in method public findVacantSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Return Type List<ProfileSchema> to List<EndpointProfileSchema> in method protected generateProfSchema(app Application, count int) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findVacantSchemas(appId String, usedSchemaIds List<String>) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Variable Type found : ProfileSchema to found : EndpointProfileSchema in method public findLatestByAppId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findByApplicationId(appId String) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Variable Type profileSchemas : List<ProfileSchema> to endpointProfileSchemas : List<EndpointProfileSchema> in method public findProfileSchemaVersionsByAppId(applicationId String) : List<VersionDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findByAppIdAndVersion() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findInactiveFilter() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findLatestByAppId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type found : List<ProfileSchema> to found : List<EndpointProfileSchema> in method public findByApplicationId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findActualBySchemaIdAndGroupId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findByAppIdAndVersion(appId String, version int) : EndpointProfileSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findByAppIdAndVersion() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schemaDtoList : List<VersionDto> to schemaDtoList : List<ProfileVersionPairDto> in method public findVacantSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schemaDto : ProfileSchema to schemaDto : EndpointProfileSchema in method protected generateProfSchema(app Application, count int) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type profileSchema : ProfileSchema to endpointProfileSchema : EndpointProfileSchema in method public saveProfileSchema(profileSchemaDto EndpointProfileSchemaDto) : EndpointProfileSchemaDto in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public removeProfileSchemasByAppId(applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schema : VersionDto to schema : ProfileVersionPairDto in method public findAllProfileFilterRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : Collection<StructureRecordDto<ProfileFilterDto>> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type latestSchema : ProfileSchema to latestSchema : EndpointProfileSchema in method public findLatestByAppId(appId String) : EndpointProfileSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileSchemaDao |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public deactivateOldFilter() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schemas : List<VersionDto> to schemas : List<ProfileVersionPairDto> in method public findAllProfileFilterRecordsByEndpointGroupId(endpointGroupId String, includeDeprecated boolean) : Collection<StructureRecordDto<ProfileFilterDto>> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findLatestDeprecated() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findAllByProfileSchemaId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findVacantSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findLatestFilter() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public removeProfileSchemasByAppId(applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findLatestByAppId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type profileSchema : ProfileSchema to endpointProfileSchema : EndpointProfileSchema in method public findProfileSchemaVersionsByAppId(applicationId String) : List<VersionDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findByApplicationId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type found : ProfileSchema to found : EndpointProfileSchema in method public findByAppIdAndVersion() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findVacantSchemasByEndpointGroupId(endpointGroupId String) : List<ProfileVersionPairDto> in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImpl |
From |
To |
|
Change Variable Type profileSchemaObj : ProfileSchema to endpointProfileSchemaObj : EndpointProfileSchema in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT |
From |
To |
|
Change Variable Type profileSchema : ProfileSchema to endpointProfileSchema : EndpointProfileSchema in method public updateExistingProfileSchemaTest() : void in class org.kaaproject.kaa.server.common.dao.service.ProfileServiceImplTest |
From |
To |
|
Change Variable Type schema : ProfileSchema to schema : EndpointProfileSchema in method public findActiveFilterCount() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateProfileFilterDaoTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method public findByApplicationId() : void in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateEndpointProfileSchemaDaoTest |
From |
To |
|
Change Variable Type schemas : List<ProfileSchema> to schemas : List<EndpointProfileSchema> in method protected generateProfSchema(app Application, count int) : List<EndpointProfileSchema> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |