public interface WSUserDevice
Modifier and Type | Method and Description |
---|---|
void |
deleteUserDevice(int arg0) |
UserDevice |
getUserDevice(int arg0) |
java.util.List<UserDevice> |
getUserDevicesList() |
void |
updateUserDevice(UserDevice arg0) |
@RequestWrapper(localName="getUserDevicesList", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserDevicesList") @ResponseWrapper(localName="getUserDevicesListResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserDevicesListResponse") java.util.List<UserDevice> getUserDevicesList() throws BGException_Exception
BGException_Exception
@RequestWrapper(localName="getUserDevice", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserDevice") @ResponseWrapper(localName="getUserDeviceResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.GetUserDeviceResponse") UserDevice getUserDevice(int arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="deleteUserDevice", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DeleteUserDevice") @ResponseWrapper(localName="deleteUserDeviceResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.DeleteUserDeviceResponse") void deleteUserDevice(int arg0) throws BGException_Exception
arg0
- BGException_Exception
@RequestWrapper(localName="updateUserDevice", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateUserDevice") @ResponseWrapper(localName="updateUserDeviceResponse", targetNamespace="http://common.cerbercrypt.modules.bgbilling.bitel.ru/", className="ru.bitel.bgbilling.modules.cerbercrypt.common.UpdateUserDeviceResponse") void updateUserDevice(UserDevice arg0) throws BGException_Exception
arg0
- BGException_Exception