platform-components-ng/projects/platform-components-lib/src/lib/components/automation-channels/service/qpp-automation-channel.service.ts
Qpp automation channel service
Properties |
|
Methods |
constructor(http: HttpClient)
|
||||||
|
Parameters :
|
| createChannel | ||||||||
createChannel(channel: Channel)
|
||||||||
|
Create channel
Parameters :
Returns :
any
Observable |
| deleteChannels | ||||||||
deleteChannels(ids: string[])
|
||||||||
|
Delete channels by id
Parameters :
Returns :
any
Promise |
| getAllProcess |
getAllProcess()
|
|
Get channels publishing process
Returns :
any
Observable<any[]> |
| getChannel | ||||||||
getChannel(id: string)
|
||||||||
|
Get channel by id
Parameters :
Returns :
any
Observable |
| getChannels | ||||||||
getChannels(type: CHANNEL_TYPE)
|
||||||||
|
Get channels by type
Parameters :
Returns :
any
Observable<Channel[]> |
| getProcess | ||||||||
getProcess(processId: string)
|
||||||||
|
Get process detail
Parameters :
Returns :
any
Observable |
| getSummary |
getSummary()
|
|
Get summary
Returns :
any
Observable |
| updateChannel | ||||||||
updateChannel(channel: Channel)
|
||||||||
|
Update channel by id
Parameters :
Returns :
any
Observable |
| Public recentAdded |
Type : Subject<Channel>
|
| Public recentUpdated |
Type : Subject<Channel>
|