|
|
|
@ -49,10 +49,10 @@ public interface DeviceService extends EntityDaoService { |
|
|
|
|
|
|
|
Device findDeviceByTenantIdAndName(TenantId tenantId, String name); |
|
|
|
|
|
|
|
Device saveDevice(Device device, boolean doValidate); |
|
|
|
|
|
|
|
Device saveDevice(Device device); |
|
|
|
|
|
|
|
Device saveDevice(Device device, boolean doValidate); |
|
|
|
|
|
|
|
Device saveDeviceWithAccessToken(Device device, String accessToken); |
|
|
|
|
|
|
|
Device saveDeviceWithCredentials(Device device, DeviceCredentials deviceCredentials); |
|
|
|
|