Changed custom services for scallservice and added new for diagservice
parent
98f23ac57c
commit
7fbabd9de9
|
|
@ -1,9 +1,27 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
- customService2: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceV1Consumer
|
||||||
- methodName: exampleJoynrMethod
|
- methodName1: requestDiagResult
|
||||||
- returnType: void
|
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData,boolean,int
|
||||||
- skipDeployment: "true"
|
- returnType1: void
|
||||||
|
- className2: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceBackendServiceInterface
|
||||||
|
- methodName2: notifyDiagResult
|
||||||
|
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService2:
|
||||||
|
- name: "ifs-007 (JOYNR) requestPdmResult/notifyPdmResult - IN/OUT"
|
||||||
|
- className1: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceV1Consumer
|
||||||
|
- methodName1: requestPdmResult
|
||||||
|
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData,boolean,int
|
||||||
|
- returnType1: void
|
||||||
|
- className2: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceBackendServiceInterface
|
||||||
|
- methodName2: notifyPdmResultStatus
|
||||||
|
- methodArgs2:joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo,java.lang.String,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -7,15 +7,28 @@
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"annotations": [],
|
"annotations": [],
|
||||||
"className": "{{.className}}",
|
"className": "{{.className1}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileName": "",
|
"fileName": "",
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType1}}"
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,19 +3,22 @@ config:
|
||||||
- customService2: template-1-1.json
|
- customService2: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "VDLM_scallservice - ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
- name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
||||||
- className: com.bmw.cc.ts.scallservice.joynr.consumer.boundary.SCallServiceV1Consumer
|
- className: com.bmw.cc.ts.scallservice.joynr.consumer.boundary.SCallServiceV1Consumer
|
||||||
- methodName1: confirmMaintenanceStatus
|
- methodName1: confirmMaintenanceStatus
|
||||||
|
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||||
- returnType1: void
|
- returnType1: void
|
||||||
- methodName2: requestMaintenanceStatus
|
- methodName2: requestMaintenanceStatus
|
||||||
|
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId
|
||||||
- returnType2: void
|
- returnType2: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
|
||||||
customService2:
|
customService2:
|
||||||
- name: "VDLM_scallservice - ifs-002 (JOYNR) notifyMaintenanceStatus - IN"
|
- name: "ifs-002 (JOYNR) notifyMaintenanceStatus - IN"
|
||||||
- className: com.bmw.cc.ts.scallservice.bm.maintenance.boundary.MaintenanceConfirmBF
|
- className: com.bmw.cc.ts.scallservice.bm.maintenance.boundary.MaintenanceConfirmBF
|
||||||
- methodName: notifyMaintenanceStatus
|
- methodName: notifyMaintenanceStatus
|
||||||
|
- methodArgs: com.bmw.cc.ts.joynr.consumer.entity.NotifyMaintenanceVehicleResponse
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": ["com.bmw.cc.ts.joynr.consumer.entity.NotifyMaintenanceVehicleResponse"],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": ["joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode"],
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
}]
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [ "joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId" ],
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue