mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Add device list method and chgange getDevice by Id method return type to device
This commit is contained in:
parent
f16c1b47e2
commit
aa2448dd0a
@ -33,6 +33,8 @@ public interface DeviceDAO {
|
|||||||
|
|
||||||
void deleteDevice(Long deviceId) throws DeviceManagementDAOException;
|
void deleteDevice(Long deviceId) throws DeviceManagementDAOException;
|
||||||
|
|
||||||
List<Device> getDeviceByDeviceId(Long deviceId) throws DeviceManagementDAOException;
|
Device getDeviceByDeviceId(Long deviceId) throws DeviceManagementDAOException;
|
||||||
|
|
||||||
|
List<Device> getDevices() throws DeviceManagementDAOException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user