Modifier and Type | Method and Description |
---|---|
ItemValue<Device> |
IDevice.byIdentifier(java.lang.String uid) |
java.util.concurrent.CompletableFuture<ItemValue<Device>> |
IDevicePromise.byIdentifier(java.lang.String identifier) |
ItemValue<Device> |
IDevice.getComplete(java.lang.String uid) |
java.util.concurrent.CompletableFuture<ItemValue<Device>> |
IDevicePromise.getComplete(java.lang.String uid) |
ListResult<ItemValue<Device>> |
IDevice.list() |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<Device>>> |
IDevicePromise.list() |
java.util.concurrent.CompletableFuture<java.util.List<Device>> |
IDevicesPromise.listWiped() |
java.util.List<Device> |
IDevices.listWiped() |
Modifier and Type | Method and Description |
---|---|
void |
IDevice.create(java.lang.String uid,
Device device) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IDevicePromise.create(java.lang.String uid,
Device device) |
void |
IDeviceAsync.create(java.lang.String uid,
Device device,
AsyncHandler<java.lang.Void> handler) |
void |
IDevice.update(java.lang.String uid,
Device device) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IDevicePromise.update(java.lang.String uid,
Device device) |
void |
IDeviceAsync.update(java.lang.String uid,
Device device,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IDeviceAsync.byIdentifier(java.lang.String identifier,
AsyncHandler<ItemValue<Device>> handler) |
void |
IDeviceAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<Device>> handler) |
void |
IDeviceAsync.list(AsyncHandler<ListResult<ItemValue<Device>>> handler) |
void |
IDevicesAsync.listWiped(AsyncHandler<java.util.List<Device>> handler) |
Modifier and Type | Method and Description |
---|---|
Device |
DeviceStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Device> |
DeviceStore.getWipedDevice() |
static JdbcAbstractStore.EntityPopulator<Device> |
DeviceColumns.populator() |
static JdbcAbstractStore.StatementValues<Device> |
DeviceColumns.values(Item it) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceStore.create(Item item,
Device value) |
void |
DeviceStore.update(Item item,
Device value) |
Modifier and Type | Method and Description |
---|---|
ItemValue<Device> |
DeviceService.byIdentifier(java.lang.String identifier) |
ItemValue<Device> |
DeviceStoreService.byIdentifier(java.lang.String identifier) |
ItemValue<Device> |
DeviceService.getComplete(java.lang.String uid) |
ListResult<ItemValue<Device>> |
DeviceService.list() |
java.util.List<Device> |
DevicesService.listWiped() |
Modifier and Type | Method and Description |
---|---|
void |
DeviceService.create(java.lang.String uid,
Device device) |
void |
DeviceService.update(java.lang.String uid,
Device device) |
Modifier and Type | Field and Description |
---|---|
protected ItemValue<Device> |
AbstractEndpointTest.device |
Modifier and Type | Method and Description |
---|---|
Device |
EasServerSetup.device() |
Modifier and Type | Field and Description |
---|---|
ItemValue<Device> |
TestDeviceHelper.TestDevice.device |
Copyright © 2021. All Rights Reserved.