core/provider-configuration/service/provider-configuration.service.ts
Service
Properties |
Methods |
|
constructor(client: FetchClient, activatedRoute: ActivatedRoute)
|
|||||||||
|
Parameters :
|
| Async delete |
delete()
|
|
Returns :
Promise<IResult<undefined>>
|
| Async detail |
detail()
|
|
Returns :
Promise<IResult<ProviderProperties>>
|
| Protected getDetailUrl | ||||||
getDetailUrl(_: string | number | IIdentified)
|
||||||
|
There is a single provider configuration per tenant and detail URL is not needed
Parameters :
Returns :
string
|
| Async update | ||||||
update(entity: Partial<ProviderProperties>)
|
||||||
|
Parameters :
Returns :
Promise<IResult<ProviderProperties>>
|
| Protected baseUrl |
Type : string
|
| Protected listUrl |
Type : string
|