| Package | Description |
|---|---|
| com.srv4pos.server.api.sync.sample |
| Modifier and Type | Field and Description |
|---|---|
private SyncKeyboard |
SyncKeyboardEntry.keyboard |
| Modifier and Type | Field and Description |
|---|---|
private List<SyncKeyboard> |
MemoryLocalStorage.keyboards |
| Modifier and Type | Method and Description |
|---|---|
SyncKeyboard |
SyncKeyboardEntry.getKeyboard() |
SyncKeyboard |
MemoryLocalStorage.getKeyboard(int index) |
SyncKeyboard |
MemoryLocalStorage.getKeyboardByIdentifier(String idenifier) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncKeyboard> |
MemoryLocalStorage.getKeyboards() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.add(SyncKeyboard keyboard) |
int |
MemoryLocalStorage.delete(SyncKeyboard keyboard) |
private void |
KeyboardSyncAdapter.doUpload(<any> uploader,
SyncKeyboard keyboard) |
void |
SyncKeyboardEntry.setKeyboard(SyncKeyboard keyboard) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.setKeyboards(List<SyncKeyboard> keyboards) |
| Constructor and Description |
|---|
SyncKeyboardEntry(KeyboardEntryInfo info,
SyncKeyboard keyboard,
SyncProduct product) |
Copyright © 2022. All rights reserved.