mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins into entgra-master
# Conflicts: # pom.xml
This commit is contained in:
parent
8865404702
commit
f1607f868d
@ -471,11 +471,21 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Activity> getActivitiesUpdatedAfterByUser(long l, String s, int i, int i1) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getActivityCountUpdatedAfterByUser(long l, String s) throws OperationManagementException {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@ -471,11 +471,21 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Activity> getActivitiesUpdatedAfterByUser(long l, String s, int i, int i1) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getActivityCountUpdatedAfterByUser(long l, String s) throws OperationManagementException {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user