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
public FeatureManager getFeatureManager() {
return null;
public FeatureManager getFeatureManager(String type) {
DeviceManager dms =
this.getPluginRepository().getDeviceManagementProvider(type);
return dms.getFeatureManager();
}
@Override

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

Loading…
Cancel
Save