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) voiddeviceDelete(int id) deviceGet(int id) voiddeviceGroupDelete(int id) deviceGroupGet(int id) intdeviceList(int deviceTypeId) deviceManagerMethodList(int deviceTypeId) voiddeviceMove(int id, Set<Integer> cutSet) deviceRoot(DeviceTreeFilter deviceTreeFilter) booleandeviceTreeReorder(int srcDeviceId, int parentDeviceId, int pos) voiddeviceTypeDelete(int id) deviceTypeGet(int id) intintdeviceUpdate(D device)
-
Method Details
-
deviceGroupGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceGroupRoot
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceGroupUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceGroupDelete
void deviceGroupDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTypeGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTypeList
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTypeUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTypeDelete
void deviceTypeDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTypeTitleList
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceRoot
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceMove
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceDelete
void deviceDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deviceList
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceConfigPreview
- Throws:
ru.bitel.bgbilling.common.BGException
-
deviceManagerMethodList
List<DeviceManagerMethod> deviceManagerMethodList(int deviceTypeId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deviceTreeReorder
boolean deviceTreeReorder(int srcDeviceId, int parentDeviceId, int pos) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
configParameterList
List<ru.bitel.bgbilling.common.model.ConfigParameter> configParameterList(String className) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
-