Interface UserDeviceService
public interface UserDeviceService
Действия над девайсами юзера.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteUserDevice(int id) getUserDevice(int id) voidupdateUserDevice(UserDevice userDevice)
-
Method Details
-
getUserDevicesList
- Throws:
ru.bitel.bgbilling.common.BGException
-
getUserDevice
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteUserDevice
void deleteUserDevice(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateUserDevice
- Throws:
ru.bitel.bgbilling.common.BGException
-