mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-12 02:49:15 +08:00
Update rental app home screen to use CamaDataService
Replace PortalService with CamaDataService and remove cama_dev namespace for all data providers in the home screen.
This commit is contained in:
parent
9fdd2b352f
commit
334f308779
@ -736,9 +736,9 @@
|
|||||||
"$id": "greeting",
|
"$id": "greeting",
|
||||||
"type": "apex",
|
"type": "apex",
|
||||||
"properties": {
|
"properties": {
|
||||||
"className": "PortalService",
|
"className": "CamaDataService",
|
||||||
"methodName": "getGreeting",
|
"methodName": "getGreeting",
|
||||||
"namespace": "cama_dev",
|
"namespace": "",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -746,9 +746,9 @@
|
|||||||
"$id": "leaseProgress",
|
"$id": "leaseProgress",
|
||||||
"type": "apex",
|
"type": "apex",
|
||||||
"properties": {
|
"properties": {
|
||||||
"className": "PortalService",
|
"className": "CamaDataService",
|
||||||
"methodName": "getLeaseProgress",
|
"methodName": "getLeaseProgress",
|
||||||
"namespace": "cama_dev",
|
"namespace": "",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -756,9 +756,9 @@
|
|||||||
"$id": "newsImage1",
|
"$id": "newsImage1",
|
||||||
"type": "apex",
|
"type": "apex",
|
||||||
"properties": {
|
"properties": {
|
||||||
"className": "PortalService",
|
"className": "CamaDataService",
|
||||||
"methodName": "getNewsImage1",
|
"methodName": "getNewsImage1",
|
||||||
"namespace": "cama_dev",
|
"namespace": "",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -766,9 +766,9 @@
|
|||||||
"$id": "newsImage2",
|
"$id": "newsImage2",
|
||||||
"type": "apex",
|
"type": "apex",
|
||||||
"properties": {
|
"properties": {
|
||||||
"className": "PortalService",
|
"className": "CamaDataService",
|
||||||
"methodName": "getNewsImage2",
|
"methodName": "getNewsImage2",
|
||||||
"namespace": "cama_dev",
|
"namespace": "",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -776,9 +776,9 @@
|
|||||||
"$id": "newsImage3",
|
"$id": "newsImage3",
|
||||||
"type": "apex",
|
"type": "apex",
|
||||||
"properties": {
|
"properties": {
|
||||||
"className": "PortalService",
|
"className": "CamaDataService",
|
||||||
"methodName": "getNewsImage3",
|
"methodName": "getNewsImage3",
|
||||||
"namespace": "cama_dev",
|
"namespace": "",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user