JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods
deviceManage (int invDeviceId,
int inetDeviceId,
String operation,
int servId,
int connectionId,
long timeout)
deviceManage (int invDeviceId,
String operation,
int servId,
int connectionId,
long timeout)
void
void
void
void
Удаление устройства из дерева устройств (таблица inet_device_tree в БД).
void
org.json.JSONObject
int
boolean
Methods inherited from interface ru.bitel.oss.systems.inventory.resource.common.service.DeviceService
configParameterList , deviceConfigPreview , deviceDelete , deviceGet , deviceGroupDelete , deviceGroupGet , deviceGroupRoot , deviceGroupUpdate , deviceList , deviceManagerMethodList , deviceMove , deviceRoot , deviceTreeReorder , deviceTypeDelete , deviceTypeGet , deviceTypeList , deviceTypeTitleList , deviceTypeUpdate , deviceUpdate
Method Details
deviceReload
@RequestWrapper(className="ru.bitel.bgbilling.modules.inet.common.service.jaxws.DeviceReloadOldRequest")
@ResponseWrapper(className="ru.bitel.bgbilling.modules.inet.common.service.jaxws.DeviceReloadOldResponse")
void deviceReload ()
throws
Exception
Throws:
Exception
deviceManage
@RequestWrapper(className="ru.bitel.bgbilling.modules.inet.common.service.jaxws.DeviceManageOldRequest")
@ResponseWrapper(className="ru.bitel.bgbilling.modules.inet.common.service.jaxws.DeviceManageOldResponse")
String deviceManage (int invDeviceId,
String operation,
int servId,
int connectionId,
long timeout)
throws Exception
Throws:
Exception
deviceManage
String deviceManage (int invDeviceId,
int inetDeviceId,
String operation,
int servId,
int connectionId,
long timeout)
throws Exception
Throws:
Exception
inetDeviceDelete
void inetDeviceDelete (int id)
throws Exception
Удаление устройства из дерева устройств (таблица inet_device_tree в БД).
Parameters:
id
- код устройства в дереве устройств.
Throws:
BGException
Exception
isUniqueInterface
boolean isUniqueInterface (int deviceTypeId)
throws Exception
Throws:
Exception