Package | Description |
---|---|
net.bluemind.core.backup.continuous.restore.domains.crud | |
net.bluemind.webappdata.api | |
net.bluemind.webappdata.persistence | |
net.bluemind.webappdata.service.internal |
Modifier and Type | Method and Description |
---|---|
protected JsonUtils.ValueReader<ItemValue<WebAppData>> |
RestoreWebAppData.reader() |
Modifier and Type | Method and Description |
---|---|
WebAppData |
IWebAppData.getByKey(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<WebAppData> |
IWebAppDataPromise.getByKey(java.lang.String key) |
ItemValue<WebAppData> |
IWebAppData.getComplete(java.lang.String uid) |
java.util.concurrent.CompletableFuture<ItemValue<WebAppData>> |
IWebAppDataPromise.getComplete(java.lang.String uid) |
ItemValue<WebAppData> |
IWebAppData.getCompleteById(long id) |
java.util.concurrent.CompletableFuture<ItemValue<WebAppData>> |
IWebAppDataPromise.getCompleteById(long id) |
java.util.List<ItemValue<WebAppData>> |
IWebAppData.multipleGet(java.util.List<java.lang.String> uids) |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<WebAppData>>> |
IWebAppDataPromise.multipleGet(java.util.List<java.lang.String> arg0) |
java.util.List<ItemValue<WebAppData>> |
IWebAppData.multipleGetById(java.util.List<java.lang.Long> ids) |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<WebAppData>>> |
IWebAppDataPromise.multipleGetById(java.util.List<java.lang.Long> arg0) |
Modifier and Type | Method and Description |
---|---|
Ack |
IWebAppData.create(java.lang.String uid,
WebAppData value) |
java.util.concurrent.CompletableFuture<Ack> |
IWebAppDataPromise.create(java.lang.String uid,
WebAppData arg1) |
void |
IWebAppDataAsync.create(java.lang.String uid,
WebAppData arg1,
AsyncHandler<Ack> handler) |
Ack |
IWebAppData.update(java.lang.String uid,
WebAppData value) |
java.util.concurrent.CompletableFuture<Ack> |
IWebAppDataPromise.update(java.lang.String uid,
WebAppData arg1) |
void |
IWebAppDataAsync.update(java.lang.String uid,
WebAppData arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IWebAppDataAsync.getByKey(java.lang.String key,
AsyncHandler<WebAppData> handler) |
void |
IWebAppDataAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<WebAppData>> handler) |
void |
IWebAppDataAsync.getCompleteById(long id,
AsyncHandler<ItemValue<WebAppData>> handler) |
void |
IWebAppDataAsync.multipleGet(java.util.List<java.lang.String> arg0,
AsyncHandler<java.util.List<ItemValue<WebAppData>>> handler) |
void |
IWebAppDataAsync.multipleGetById(java.util.List<java.lang.Long> arg0,
AsyncHandler<java.util.List<ItemValue<WebAppData>>> handler) |
Modifier and Type | Method and Description |
---|---|
WebAppData |
WebAppDataStore.get(Item item) |
WebAppData |
WebAppDataStore.getByKey(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.EntityPopulator<WebAppData> |
WebAppDataColumns.populator() |
static JdbcAbstractStore.StatementValues<WebAppData> |
WebAppDataColumns.values(Item item) |
Modifier and Type | Method and Description |
---|---|
void |
WebAppDataStore.create(Item item,
WebAppData webAppData) |
void |
WebAppDataStore.update(Item item,
WebAppData value) |
Modifier and Type | Method and Description |
---|---|
WebAppData |
WebAppDataService.get(java.lang.String uid) |
WebAppData |
NoOpWebAppDataService.get(java.lang.String uid) |
WebAppData |
WebAppDataService.getByKey(java.lang.String key) |
WebAppData |
NoOpWebAppDataService.getByKey(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
ItemValue<WebAppData> |
WebAppDataService.getComplete(java.lang.String uid) |
ItemValue<WebAppData> |
NoOpWebAppDataService.getComplete(java.lang.String uid) |
ItemValue<WebAppData> |
WebAppDataService.getCompleteById(long id) |
ItemValue<WebAppData> |
NoOpWebAppDataService.getCompleteById(long id) |
java.util.List<ItemValue<WebAppData>> |
WebAppDataService.multipleGet(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<WebAppData>> |
NoOpWebAppDataService.multipleGet(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<WebAppData>> |
WebAppDataService.multipleGetById(java.util.List<java.lang.Long> ids) |
java.util.List<ItemValue<WebAppData>> |
NoOpWebAppDataService.multipleGetById(java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
Ack |
WebAppDataService.create(java.lang.String uid,
WebAppData webAppData) |
Ack |
NoOpWebAppDataService.create(java.lang.String uid,
WebAppData value) |
void |
WebAppDataValidator.create(WebAppData data) |
void |
WebAppDataValidator.create(WebAppData data,
WebAppData sameKey) |
Ack |
WebAppDataService.update(java.lang.String uid,
WebAppData webAppData) |
Ack |
NoOpWebAppDataService.update(java.lang.String uid,
WebAppData value) |
void |
WebAppDataValidator.update(WebAppData oldData,
WebAppData data) |
Modifier and Type | Method and Description |
---|---|
void |
WebAppDataService.restore(ItemValue<WebAppData> item,
boolean isCreate) |
void |
NoOpWebAppDataService.restore(ItemValue<WebAppData> item,
boolean isCreate) |
Copyright © 2023. All Rights Reserved.