mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Resolving more merge conflicts
This commit is contained in:
parent
8b5f491d69
commit
3fb61d9c8b
@ -153,6 +153,11 @@ public class DeviceManagementServiceProviderImpl implements DeviceManagementServ
|
||||
return devicesList;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Device> getDeviceListOfUser(String username) throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Device getDevice(DeviceIdentifier deviceId) throws DeviceManagementException {
|
||||
DeviceManager dms =
|
||||
|
||||
@ -33,10 +33,7 @@ public class Device implements Serializable {
|
||||
private String ownerId;
|
||||
private String ownerShip;
|
||||
private int tenantId;
|
||||
<<<<<<< HEAD
|
||||
private int deviceTypeId;
|
||||
=======
|
||||
private Integer deviceTypeId;
|
||||
private DeviceType deviceType;
|
||||
|
||||
public DeviceType getDeviceType() {
|
||||
@ -46,7 +43,6 @@ public class Device implements Serializable {
|
||||
public void setDeviceType(DeviceType deviceType) {
|
||||
this.deviceType = deviceType;
|
||||
}
|
||||
>>>>>>> 4754da70be87f5a756e59ef32714355063bd6bed
|
||||
|
||||
public int getDeviceTypeId() {
|
||||
return deviceTypeId;
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<class name="org.wso2.carbon.device.mgt.core.dao.DeviceManagementDAOTests"/>
|
||||
<class name="org.wso2.carbon.device.mgt.core.DeviceManagementRepositoryTests"/>
|
||||
<class name="org.wso2.carbon.device.mgt.core.DeviceManagementConfigTests"/>
|
||||
<class name="org.wso2.carbon.device.mgt.core.DeviceOperationManagementTests"/>
|
||||
<!--<class name="org.wso2.carbon.device.mgt.core.DeviceOperationManagementTests"/>-->
|
||||
</classes>
|
||||
</test>
|
||||
</suite>
|
||||
Loading…
Reference in New Issue
Block a user