| Package | Description |
|---|---|
| com.srv4pos.server.api.sync.sample |
| Modifier and Type | Field and Description |
|---|---|
private List<SyncSale> |
MemoryLocalStorage.sales |
private List<SyncSale> |
SyncTrip.sales |
| Modifier and Type | Method and Description |
|---|---|
SyncSale |
MemoryLocalStorage.getSaleByIdentifier(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncSale> |
MemoryLocalStorage.getSales() |
List<SyncSale> |
SyncTrip.getSales() |
List<SyncSale> |
MemoryLocalStorage.getSalesByTripIdentifier(String tripIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.add(SyncSale sale) |
private void |
SaleSyncAdapter.doUpload(<any> uploader,
SyncSale sale) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncTrip.setSales(List<SyncSale> sales) |
| Constructor and Description |
|---|
SyncTrip(TripInfo info,
List<SyncSale> sales) |
Copyright © 2022. All rights reserved.