|
Rename Method public isValidECFListInSdkProfile(aefList List<AefMapInfoDto>) : boolean renamed to public isValidEcfListInSdkProfile(aefList List<AefMapInfoDto>) : boolean in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl |
From |
To |
|
Rename Method public findEventClassByTenantIdAndFQNAndVersion(tenantId String, fqn String, version int) : EventClassDto renamed to public findEventClassByTenantIdAndFqnAndVersion(tenantId String, fqn String, version int) : EventClassDto in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl |
From |
To |
|
Rename Method public getFqnSetForECF(ecfId String) : Set<String> renamed to public getFqnSetForEcf(ecfId String) : Set<String> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl |
From |
To |
|
Rename Method public findEventClassByTenantIdAndFQNAndVersion(tenantId String, fqn String, version int) : EventClassDto renamed to public findEventClassByTenantIdAndFqnAndVersion(tenantId String, fqn String, version int) : EventClassDto in class org.kaaproject.kaa.server.common.dao.EventClassService |
From |
To |
|
Rename Method public findEventClassByTenantIdAndFQN(tenantId String, fqn String) : List<EventClassDto> renamed to public findEventClassByTenantIdAndFqn(tenantId String, fqn String) : List<EventClassDto> in class org.kaaproject.kaa.server.common.dao.service.EventClassServiceImpl |
From |
To |
|
Rename Method public getFqnSetForECF(ecfId String) : Set<String> renamed to public getFqnSetForEcf(ecfId String) : Set<String> in class org.kaaproject.kaa.server.common.dao.EventClassService |
From |
To |
|
Rename Method public isValidECFListInSdkProfile(ecfList List<AefMapInfoDto>) : boolean renamed to public isValidEcfListInSdkProfile(ecfList List<AefMapInfoDto>) : boolean in class org.kaaproject.kaa.server.common.dao.EventClassService |
From |
To |
|
Rename Method public findEventClassByTenantIdAndFQN(tenantId String, fqn String) : List<EventClassDto> renamed to public findEventClassByTenantIdAndFqn(tenantId String, fqn String) : List<EventClassDto> in class org.kaaproject.kaa.server.common.dao.EventClassService |
From |
To |
|
Change Return Type CTLSchemaMetaInfo to CtlSchemaMetaInfo in method public save(object CtlSchemaMetaInfo) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type Class<CTLSchemaMetaInfo> to Class<CtlSchemaMetaInfo> in method protected getEntityClass() : Class<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfo> to List<CtlSchemaMetaInfo> in method public findOthersByFqnAndTenantId(fqn String, tenantId String, excludingId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type CTLSchemaMetaInfo to CtlSchemaMetaInfo in method public updateScope(ctlSchemaMetaInfo CtlSchemaMetaInfo) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type CTLSchemaMetaInfo to CtlSchemaMetaInfo in method public getMetaInfo() : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchema |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfo> to List<CtlSchemaMetaInfo> in method public findExistingFqns(fqn String, excludingTenantId String, excludingApplicationId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfo> to List<CtlSchemaMetaInfo> in method public findSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Return Type CTLSchemaMetaInfo to CtlSchemaMetaInfo in method public findByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfo to metaInfo : CtlSchemaMetaInfo in method public updateScope(ctlSchemaMetaInfo CtlSchemaMetaInfo) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type schemaMetaInfo : CTLSchemaMetaInfo to schemaMetaInfo : CtlSchemaMetaInfo in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CTLSchemaMetaInfoDto) : CTLSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type other : CTLSchemaMetaInfo to other : CtlSchemaMetaInfo in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Variable Type availableSchemas : List<CTLSchemaMetaInfo> to availableSchemas : List<CtlSchemaMetaInfo> in method public findOthersByFqnAndTenantId(fqn String, tenantId String, excludingId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type ctlSchemaMetaInfo : CTLSchemaMetaInfo to ctlSchemaMetaInfo : CtlSchemaMetaInfo in method public findByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type others : List<CTLSchemaMetaInfo> to others : List<CtlSchemaMetaInfo> in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CTLSchemaMetaInfoDto) : CTLSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfo to metaInfo : CtlSchemaMetaInfo in method public updateCtlSchema(ctlSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfo to metaInfo : CtlSchemaMetaInfo in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT |
From |
To |
|
Change Variable Type uniqueMetaInfo : CTLSchemaMetaInfo to uniqueMetaInfo : CtlSchemaMetaInfo in method public saveCtlSchema(unSavedSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type existingFqns : List<CTLSchemaMetaInfo> to existingFqns : List<CtlSchemaMetaInfo> in method public saveCtlSchema(unSavedSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type ctlSchemasMetaInfos : List<CTLSchemaMetaInfo> to ctlSchemasMetaInfos : List<CtlSchemaMetaInfo> in method public findExistingFqns(fqn String, excludingTenantId String, excludingApplicationId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfo to metaInfo : CtlSchemaMetaInfo in method public removeCtlSchemaByFqnAndVerAndTenantIdAndApplicationId(fqn String, version Integer, tenantId String, applicationId String) : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type uniqueMetaInfo : CTLSchemaMetaInfo to uniqueMetaInfo : CtlSchemaMetaInfo in method public save(object CtlSchemaMetaInfo) : CtlSchemaMetaInfo in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfo to metaInfo : CtlSchemaMetaInfo in method protected generateCTLSchema(fqn String, version int, tenant Tenant, scope CTLSchemaScopeDto) : CtlSchema in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest |
From |
To |
|
Change Variable Type ctlSchemaMetaInfos : List<CTLSchemaMetaInfo> to ctlSchemaMetaInfos : List<CtlSchemaMetaInfo> in method public findSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfo> in class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCtlSchemaMetaInfoDao |
From |
To |