public interface InetDeviceService extends DeviceService<InvDevice,InetDeviceType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deviceManage(int invDeviceId,
int inetDeviceId,
java.lang.String operation,
int servId,
int connectionId,
long timeout) |
java.lang.String |
deviceManage(int invDeviceId,
java.lang.String operation,
int servId,
int connectionId,
long timeout) |
void |
deviceReload() |
void |
deviceReload(int rootDeviceId) |
void |
deviceSaReinit(int id) |
java.util.List<InetDevice> |
deviceSourceList() |
InetDevice |
deviceSourceRoot() |
java.util.List<InetServ> |
getContracts(int id) |
void |
inetDeviceDelete(int id)
Удаление устройства из дерева устройств (таблица inet_device_tree в БД).
|
InetDevice |
inetDeviceGet(int id) |
java.util.List<InetDevice> |
inetDeviceList(int deviceTypeId) |
void |
inetDeviceMove(int id,
java.util.Set<java.lang.Integer> cutSet) |
InetDevice |
inetDeviceRoot(java.lang.String identifier,
java.lang.String host,
java.util.Set<java.lang.Integer> deviceTypeIds,
java.util.Set<java.lang.Integer> deviceGroupIds,
java.util.Date dateFrom,
java.util.Date dateTo,
java.util.Date intersectDateFrom,
java.util.Date intersectDateTo,
java.util.List<FilterEntityAttr> entityFilter,
boolean loadDeviceGroupIds,
boolean loadAncestors) |
int |
inetDeviceUpdate(InetDevice inetDevice,
boolean updateInvDevice) |
boolean |
isUniqueInterface(int deviceTypeId) |
java.util.Set<java.lang.Integer> |
svlanResourceCategoryIds(int deviceId) |
deviceConfigPreview, deviceDelete, deviceGet, deviceGroupDelete, deviceGroupGet, deviceGroupRoot, deviceGroupUpdate, deviceList, deviceManagerMethodList, deviceMove, deviceRoot, deviceTypeDelete, deviceTypeGet, deviceTypeList, deviceTypeUpdate, deviceUpdate
@RequestWrapper(className="ru.bitel.bgbilling.modules.inet.api.common.service.jaxws.DeviceReloadOldRequest") @ResponseWrapper(className="ru.bitel.bgbilling.modules.inet.api.common.service.jaxws.DeviceReloadOldResponse") void deviceReload() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void deviceReload(int rootDeviceId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void deviceSaReinit(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
@RequestWrapper(className="ru.bitel.bgbilling.modules.inet.api.common.service.jaxws.DeviceManageOldRequest") @ResponseWrapper(className="ru.bitel.bgbilling.modules.inet.api.common.service.jaxws.DeviceManageOldResponse") java.lang.String deviceManage(int invDeviceId, java.lang.String operation, int servId, int connectionId, long timeout) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGIllegalAccessException
java.lang.String deviceManage(int invDeviceId, int inetDeviceId, java.lang.String operation, int servId, int connectionId, long timeout) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGIllegalAccessException
java.util.List<InetServ> getContracts(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
InetDevice inetDeviceGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<InetDevice> deviceSourceList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
InetDevice deviceSourceRoot() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetDeviceDelete(int id) throws ru.bitel.bgbilling.common.BGException
id
- код устройства в дереве устройств.ru.bitel.bgbilling.common.BGException
int inetDeviceUpdate(InetDevice inetDevice, boolean updateInvDevice) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
InetDevice inetDeviceRoot(java.lang.String identifier, java.lang.String host, java.util.Set<java.lang.Integer> deviceTypeIds, java.util.Set<java.lang.Integer> deviceGroupIds, java.util.Date dateFrom, java.util.Date dateTo, java.util.Date intersectDateFrom, java.util.Date intersectDateTo, java.util.List<FilterEntityAttr> entityFilter, boolean loadDeviceGroupIds, boolean loadAncestors) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void inetDeviceMove(int id, java.util.Set<java.lang.Integer> cutSet) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<InetDevice> inetDeviceList(int deviceTypeId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
boolean isUniqueInterface(int deviceTypeId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.Set<java.lang.Integer> svlanResourceCategoryIds(int deviceId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGIllegalAccessException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGIllegalAccessException