public class DeviceManagementAdminServiceImpl extends Object implements DeviceManagementAdminService
Constructor and Description |
---|
DeviceManagementAdminServiceImpl() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
blacklistApplications(BlacklistApplicationsBeanWrapper blacklistApplicationsBeanWrapper) |
javax.ws.rs.core.Response |
changeLockCode(LockCodeBeanWrapper lockCodeBeanWrapper) |
javax.ws.rs.core.Response |
configureCamera(CameraBeanWrapper cameraBeanWrapper) |
javax.ws.rs.core.Response |
configureDeviceLock(DeviceLockBeanWrapper deviceLockBeanWrapper) |
javax.ws.rs.core.Response |
configureDeviceUnlock(List<String> deviceIDs) |
javax.ws.rs.core.Response |
configureVPN(VpnBeanWrapper vpnConfiguration) |
javax.ws.rs.core.Response |
configureWifi(WifiBeanWrapper wifiBeanWrapper) |
javax.ws.rs.core.Response |
encryptStorage(EncryptionBeanWrapper encryptionBeanWrapper) |
javax.ws.rs.core.Response |
getApplications(List<String> deviceIDs) |
javax.ws.rs.core.Response |
getDeviceInformation(List<String> deviceIDs) |
javax.ws.rs.core.Response |
getDeviceLocation(List<String> deviceIDs) |
javax.ws.rs.core.Response |
getDeviceLogcat(List<String> deviceIDs) |
javax.ws.rs.core.Response |
installApplication(ApplicationInstallationBeanWrapper applicationInstallationBeanWrapper) |
javax.ws.rs.core.Response |
muteDevice(List<String> deviceIDs) |
javax.ws.rs.core.Response |
rebootDevice(List<String> deviceIDs) |
javax.ws.rs.core.Response |
removePassword(List<String> deviceIDs) |
javax.ws.rs.core.Response |
ringDevice(List<String> deviceIDs) |
javax.ws.rs.core.Response |
sendNotification(NotificationBeanWrapper notificationBeanWrapper) |
javax.ws.rs.core.Response |
setPasswordPolicy(PasswordPolicyBeanWrapper passwordPolicyBeanWrapper) |
javax.ws.rs.core.Response |
setWebClip(WebClipBeanWrapper webClipBeanWrapper) |
javax.ws.rs.core.Response |
uninstallApplication(ApplicationUninstallationBeanWrapper applicationUninstallationBeanWrapper) |
javax.ws.rs.core.Response |
updateApplication(ApplicationUpdateBeanWrapper applicationUpdateBeanWrapper) |
javax.ws.rs.core.Response |
upgradeFirmware(UpgradeFirmwareBeanWrapper upgradeFirmwareBeanWrapper) |
javax.ws.rs.core.Response |
wipeData(WipeDataBeanWrapper wipeDataBeanWrapper) |
javax.ws.rs.core.Response |
wipeDevice(List<String> deviceIDs) |
public javax.ws.rs.core.Response configureDeviceLock(DeviceLockBeanWrapper deviceLockBeanWrapper)
configureDeviceLock
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response configureDeviceUnlock(List<String> deviceIDs)
configureDeviceUnlock
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response getDeviceLocation(List<String> deviceIDs)
getDeviceLocation
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response removePassword(List<String> deviceIDs)
removePassword
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response configureCamera(CameraBeanWrapper cameraBeanWrapper)
configureCamera
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response getDeviceInformation(List<String> deviceIDs)
getDeviceInformation
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response getDeviceLogcat(List<String> deviceIDs)
getDeviceLogcat
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response wipeDevice(List<String> deviceIDs)
wipeDevice
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response wipeData(WipeDataBeanWrapper wipeDataBeanWrapper)
wipeData
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response getApplications(List<String> deviceIDs)
getApplications
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response ringDevice(List<String> deviceIDs)
ringDevice
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response rebootDevice(List<String> deviceIDs)
rebootDevice
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response muteDevice(List<String> deviceIDs)
muteDevice
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response installApplication(ApplicationInstallationBeanWrapper applicationInstallationBeanWrapper)
installApplication
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response updateApplication(ApplicationUpdateBeanWrapper applicationUpdateBeanWrapper)
updateApplication
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response uninstallApplication(ApplicationUninstallationBeanWrapper applicationUninstallationBeanWrapper)
uninstallApplication
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response blacklistApplications(BlacklistApplicationsBeanWrapper blacklistApplicationsBeanWrapper)
blacklistApplications
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response upgradeFirmware(UpgradeFirmwareBeanWrapper upgradeFirmwareBeanWrapper)
upgradeFirmware
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response configureVPN(VpnBeanWrapper vpnConfiguration)
configureVPN
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response sendNotification(NotificationBeanWrapper notificationBeanWrapper)
sendNotification
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response configureWifi(WifiBeanWrapper wifiBeanWrapper)
configureWifi
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response encryptStorage(EncryptionBeanWrapper encryptionBeanWrapper)
encryptStorage
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response changeLockCode(LockCodeBeanWrapper lockCodeBeanWrapper)
changeLockCode
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response setPasswordPolicy(PasswordPolicyBeanWrapper passwordPolicyBeanWrapper)
setPasswordPolicy
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response setWebClip(WebClipBeanWrapper webClipBeanWrapper)
setWebClip
in interface DeviceManagementAdminService
Copyright © 2017 WSO2. All rights reserved.