| Package | Description |
|---|---|
| com.srv4pos.server.api.sync.sample |
| Modifier and Type | Field and Description |
|---|---|
private List<SyncCommodity> |
MemoryLocalStorage.commodities |
| Modifier and Type | Method and Description |
|---|---|
SyncCommodity |
MemoryLocalStorage.getCommodity(int index) |
SyncCommodity |
MemoryLocalStorage.getCommodityByIdentifier(String identifier) |
SyncCommodity |
MemoryLocalStorage.getCommodityByIdentifier(String identifier,
boolean checkDeletedToo) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncCommodity> |
MemoryLocalStorage.getCommodities() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.add(SyncCommodity c) |
int |
MemoryLocalStorage.delete(SyncCommodity c,
boolean forceDeleteRelated) |
private void |
CommoditySyncAdapter.doUpload(<any> uploader,
SyncCommodity commodity) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.setCommodities(List<SyncCommodity> commodities) |
Copyright © 2022. All rights reserved.