public interface UserDeviceService
Modifier and Type | Method and Description |
---|---|
void |
deleteUserDevice(int id) |
UserDevice |
getUserDevice(int id) |
java.util.List<UserDevice> |
getUserDevicesList() |
void |
updateUserDevice(UserDevice userDevice) |
java.util.List<UserDevice> getUserDevicesList() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
UserDevice getUserDevice(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
void deleteUserDevice(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
void updateUserDevice(UserDevice userDevice) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException