Loading src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java +0 −5 Original line number Diff line number Diff line Loading @@ -50,17 +50,12 @@ public class AddPolicyServiceImpl { return Uni.createFrom().item(policyRuleState); } LOGGER.error("!isService"); final var policyRuleTypeService = new PolicyRuleTypeService(policyRuleService); final var policyRule = new PolicyRule(policyRuleTypeService); LOGGER.error("policyRule "); final String kpiId = policyRuleService.getPolicyRuleBasic().getKpiId(); commonPolicyService.getKpiPolicyRuleServiceMap().put(kpiId, policyRuleService); LOGGER.error("kpiId " + kpiId); return setPolicyRuleOnContextAndReturnState(policyRule); } Loading src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java +0 −4 Original line number Diff line number Diff line Loading @@ -79,13 +79,9 @@ public class PolicyServiceImpl implements PolicyService { return Uni.createFrom().item(policyRuleState); } LOGGER.error("final var policyRuleBasic = policyRuleService.getPolicyRuleBasic();"); final var serviceId = policyRuleService.getServiceId(); final var deviceIds = policyRuleService.getDeviceIds(); final var isServiceValid = policyRuleConditionValidator.isServiceIdValid(serviceId, deviceIds); LOGGER.error("serviceId" + serviceId); LOGGER.error("deviceIds" + deviceIds); return isServiceValid .onFailure() Loading Loading
src/policy/src/main/java/org/etsi/tfs/policy/policy/AddPolicyServiceImpl.java +0 −5 Original line number Diff line number Diff line Loading @@ -50,17 +50,12 @@ public class AddPolicyServiceImpl { return Uni.createFrom().item(policyRuleState); } LOGGER.error("!isService"); final var policyRuleTypeService = new PolicyRuleTypeService(policyRuleService); final var policyRule = new PolicyRule(policyRuleTypeService); LOGGER.error("policyRule "); final String kpiId = policyRuleService.getPolicyRuleBasic().getKpiId(); commonPolicyService.getKpiPolicyRuleServiceMap().put(kpiId, policyRuleService); LOGGER.error("kpiId " + kpiId); return setPolicyRuleOnContextAndReturnState(policyRule); } Loading
src/policy/src/main/java/org/etsi/tfs/policy/policy/PolicyServiceImpl.java +0 −4 Original line number Diff line number Diff line Loading @@ -79,13 +79,9 @@ public class PolicyServiceImpl implements PolicyService { return Uni.createFrom().item(policyRuleState); } LOGGER.error("final var policyRuleBasic = policyRuleService.getPolicyRuleBasic();"); final var serviceId = policyRuleService.getServiceId(); final var deviceIds = policyRuleService.getDeviceIds(); final var isServiceValid = policyRuleConditionValidator.isServiceIdValid(serviceId, deviceIds); LOGGER.error("serviceId" + serviceId); LOGGER.error("deviceIds" + deviceIds); return isServiceValid .onFailure() Loading