replace-device/replace-device-wizard/replace-device-wizard.service.ts
Properties |
Methods |
Accessors |
constructor(inventory: InventoryService, identity: IdentityService, audit: AuditService, event: EventService, user: UserService, appState: AppStateService, alert: AlertService)
|
||||||||||||||||||||||||
|
Parameters :
|
| changeReplacementDeviceId | ||||||
changeReplacementDeviceId(replacementDeviceId: string)
|
||||||
|
Parameters :
Returns :
void
|
| checkExternalId | |||||||||
checkExternalId(id: IExternalIdentity, checked: boolean)
|
|||||||||
|
Parameters :
Returns :
void
|
| forDevice | ||||||
forDevice(deviceToReplace: IManagedObject)
|
||||||
|
Parameters :
Returns :
void
|
| replaceDevice |
replaceDevice()
|
|
Returns :
void
|
| retryStep | ||||||
retryStep(step?: ReplaceDeviceStep)
|
||||||
|
Parameters :
Returns :
void
|
| deviceReplaced$ |
Type : Observable<boolean>
|
| deviceReplacementInProgress$ |
Type : Observable<boolean>
|
| externalIds$ |
Type : Observable<IResultList<IExternalIdentity>>
|
| externalIdsLoading$ |
Type : Observable<boolean>
|
| externalIdsWithSelection$ |
Type : Observable<Array<literal type>>
|
| selectedExternalIds$ |
Type : Observable<IExternalIdentity[]>
|
| steps |
Type : ReplaceDeviceStep[]
|
Default value : []
|
| deviceToReplace$ |
getdeviceToReplace$()
|
| replacementDeviceId$ |
getreplacementDeviceId$()
|