File

platform-components-ng/projects/platform-components-lib/src/lib/components/automation-channels/service/qpp-automation-channel.service.ts

Description

Qpp automation channel service

Index

Properties
Methods

Constructor

constructor(http: HttpClient)
Parameters :
Name Type Optional
http HttpClient No

Methods

createChannel
createChannel(channel: Channel)

Create channel

Parameters :
Name Type Optional Description
channel Channel No

Channel

Returns : any

Observable

deleteChannels
deleteChannels(ids: string[])

Delete channels by id

Parameters :
Name Type Optional Description
ids string[] No

IDs

Returns : any

Promise

getAllProcess
getAllProcess()

Get channels publishing process

Returns : any

Observable<any[]>

getChannel
getChannel(id: string)

Get channel by id

Parameters :
Name Type Optional Description
id string No

ID

Returns : any

Observable

getChannels
getChannels(type: CHANNEL_TYPE)

Get channels by type

Parameters :
Name Type Optional Description
type CHANNEL_TYPE No

Type

Returns : any

Observable<Channel[]>

getProcess
getProcess(processId: string)

Get process detail

Parameters :
Name Type Optional Description
processId string No

Process Id

Returns : any

Observable

getSummary
getSummary()

Get summary

Returns : any

Observable

updateChannel
updateChannel(channel: Channel)

Update channel by id

Parameters :
Name Type Optional Description
channel Channel No

Channel

Returns : any

Observable

Properties

Public recentAdded
Type : Subject<Channel>
Public recentUpdated
Type : Subject<Channel>

result-matching ""

    No results matching ""