Package | Description |
---|---|
net.bluemind.eas.api | |
net.bluemind.eas.persistence | |
net.bluemind.eas.service.internal |
Modifier and Type | Method and Description |
---|---|
static SentItem |
SentItem.create(java.lang.String device,
int folder,
java.lang.String item) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<SentItem>> |
IEasPromise.getSentItems(java.lang.String folderId,
Account account) |
java.util.List<SentItem> |
IEas.getSentItems(java.lang.String folderId,
Account account) |
Modifier and Type | Method and Description |
---|---|
void |
IEasAsync.getSentItems(java.lang.String folderId,
Account account,
AsyncHandler<java.util.List<SentItem>> handler) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IEasPromise.insertSentItems(java.util.List<SentItem> sentItems) |
void |
IEas.insertSentItems(java.util.List<SentItem> sentItems) |
void |
IEasAsync.insertSentItems(java.util.List<SentItem> sentItems,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SentItem> |
EasStore.getSentItems(Account account,
int folderId) |
static JdbcAbstractStore.EntityPopulator<SentItem> |
EasColumns.sentItemPopulator() |
static JdbcAbstractStore.StatementValues<SentItem> |
EasColumns.sentItemValues() |
Modifier and Type | Method and Description |
---|---|
void |
EasStore.insertSentItems(java.util.List<SentItem> items) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SentItem> |
EasService.getSentItems(java.lang.String folderId,
Account account) |
Modifier and Type | Method and Description |
---|---|
void |
EasService.insertSentItems(java.util.List<SentItem> sentItems) |
Copyright © 2021. All Rights Reserved.