| Package | Description |
|---|---|
| com.srv4pos.server.api.sync.sample |
| Modifier and Type | Field and Description |
|---|---|
private SyncCategory |
SyncCommodity.category |
| Modifier and Type | Field and Description |
|---|---|
private List<SyncCategory> |
MemoryLocalStorage.categories |
| Modifier and Type | Method and Description |
|---|---|
SyncCategory |
SyncCommodity.getCategory() |
SyncCategory |
MemoryLocalStorage.getCategory(int index) |
SyncCategory |
MemoryLocalStorage.getCategoryByIdentifier(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<SyncCategory> |
MemoryLocalStorage.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.add(SyncCategory cat) |
int |
MemoryLocalStorage.delete(SyncCategory cat,
boolean forceDeleteRelated) |
private void |
CategorySyncAdapter.doUpload(<any> uploader,
SyncCategory cat) |
List<SyncProduct> |
MemoryLocalStorage.getProductsByCategory(SyncCategory category) |
void |
SyncCommodity.setCategory(SyncCategory category) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLocalStorage.setCategories(List<SyncCategory> categories) |
| Constructor and Description |
|---|
SyncCommodity(CommodityInfo info,
SyncProduct product,
SyncCategory category) |
Copyright © 2022. All rights reserved.