platform-components-ng/projects/platform-components-lib/src/lib/components/collection/qpp-branches-dropdown/qpp-branches-dropdown.service.ts
Qpp Branches Dropdown
Properties |
Methods |
constructor(checkinService: AssetCheckinService, branchingService: BranchingService)
|
|||||||||
|
Parameters :
|
| publishBranchNotification | ||||||
publishBranchNotification(notifyEvent: literal type)
|
||||||
|
Parameters :
Returns :
void
|
| registerForBranchNotification |
registerForBranchNotification()
|
|
Returns :
Observable<any>
|
| registerForSelectBranch |
registerForSelectBranch()
|
|
Register for select branch
Returns :
Observable<literal type>
Observable<{ assetId: number, branchId: number }> |
| selectBranch | |||||
selectBranch(undefined: literal type)
|
|||||
|
Select Branch
Parameters :
Returns :
void
void |
| branchNotification$ |
Default value : new Subject<any>()
|
| selectBranch$ |
Type : Subject<literal type>
|
Default value : new Subject<{ assetId: number, branchId: number }>()
|