Adding feature manager related changes

revert-70aa11f8
prabathabey 10 years ago
parent 61073f0a4b
commit 80908bac1e

@ -62,8 +62,10 @@ public class DeviceManagementServiceProviderImpl implements DeviceManagementServ
} }
@Override @Override
public FeatureManager getFeatureManager() { public FeatureManager getFeatureManager(String type) {
return null; DeviceManager dms =
this.getPluginRepository().getDeviceManagementProvider(type);
return dms.getFeatureManager();
} }
@Override @Override

@ -38,4 +38,6 @@ public interface DeviceManagementService extends DeviceManager, LicenseManager,
List<Device> getDeviceListOfUser(String username) throws DeviceManagementException; List<Device> getDeviceListOfUser(String username) throws DeviceManagementException;
} }

Loading…
Cancel
Save