added UserInteraction Customer Confirmation to tsrd
parent
c7fff67ec3
commit
c2683ba95a
|
|
@ -8,6 +8,7 @@ config:
|
||||||
- customService7: template-1-1.json
|
- customService7: template-1-1.json
|
||||||
- customService8: template-3-1.json
|
- customService8: template-3-1.json
|
||||||
- customService9: template-1-1.json
|
- customService9: template-1-1.json
|
||||||
|
- customService10: template-2-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT"
|
- name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT"
|
||||||
|
|
@ -97,3 +98,15 @@ customService9:
|
||||||
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.EventReason","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.PwfExtended","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.KeyValue
|
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.EventReason","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.PwfExtended","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.KeyValue
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService10:
|
||||||
|
- name: "tsrd ifs-006 (JOYNR) requestCustomerConfirmation/notifyCustomerConfirmation (UserInteraction) - IN/OUT"
|
||||||
|
- className1: com.bmw.cc.ts.tsrd.integration.mgu.requestCustomerConfirmation
|
||||||
|
- methodName1: requestCustomerConfirmation
|
||||||
|
- methodArgs1: java.lang.String","java.lang.String","long
|
||||||
|
- returnType1: void
|
||||||
|
- className2: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.CustomerConfirmationListener
|
||||||
|
- methodName2: notifyCustomerConfirmationInternal
|
||||||
|
- methodArgs2: java.lang.String","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ResponseCustomer
|
||||||
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue