Interface DeviceService<D extends Device,T extends DeviceType>
- All Known Subinterfaces:
InetDeviceService
,TvDeviceService
,VoiceDeviceService
public interface DeviceService<D extends Device,T extends DeviceType>
-
Method Summary
Modifier and TypeMethodDescriptionList<ru.bitel.bgbilling.common.model.ConfigParameter>
configParameterList
(String className) deviceConfigPreview
(int id) void
deviceDelete
(int id) deviceGet
(int id) void
deviceGroupDelete
(int id) deviceGroupGet
(int id) int
deviceList
(int deviceTypeId) deviceManagerMethodList
(int deviceTypeId) void
deviceMove
(int id, Set<Integer> cutSet) deviceRoot
(DeviceTreeFilter deviceTreeFilter) boolean
deviceTreeReorder
(int srcDeviceId, int parentDeviceId, int pos) void
deviceTypeDelete
(int id) deviceTypeGet
(int id) int
int
deviceUpdate
(D device)
-
Method Details
-
deviceGroupGet
- Throws:
Exception
-
deviceGroupRoot
- Throws:
Exception
-
deviceGroupUpdate
- Throws:
Exception
-
deviceGroupDelete
- Throws:
Exception
-
deviceTypeGet
- Throws:
Exception
-
deviceTypeList
- Throws:
Exception
-
deviceTypeUpdate
- Throws:
Exception
-
deviceTypeDelete
- Throws:
Exception
-
deviceTypeTitleList
- Throws:
Exception
-
deviceRoot
- Throws:
Exception
-
deviceGet
- Throws:
Exception
-
deviceUpdate
- Throws:
Exception
-
deviceMove
- Throws:
Exception
-
deviceDelete
- Throws:
Exception
-
deviceList
- Throws:
Exception
-
deviceConfigPreview
- Throws:
Exception
-
deviceManagerMethodList
- Throws:
Exception
-
deviceTreeReorder
- Throws:
Exception
-
configParameterList
List<ru.bitel.bgbilling.common.model.ConfigParameter> configParameterList(String className) throws Exception - Throws:
Exception
-