mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Implement device type versions delete and dis-eroll devices methods
This commit is contained in:
parent
757bca2da0
commit
e3c85b27e4
@ -78,6 +78,17 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class DeviceManagementProviderServiceMock implements DeviceManagementProviderService {
|
||||
@Override
|
||||
public boolean deleteDeviceTypeVersions(DeviceType deviceType)
|
||||
throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void disEnrollDevices(List<Device> list) throws DeviceManagementException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Device> getAllDevices(String s) throws DeviceManagementException {
|
||||
return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user