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:
 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
 
 -