| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Brand |
BrandService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Brand> |
BrandService.getObjectsByIds(List<Long> ids) |
List<Brand> |
BrandService.insertList(List<Brand> brandList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BrandService.insert(Brand brand) |
boolean |
BrandService.update(Brand brand) |
| Modifier and Type | Method and Description |
|---|---|
List<Brand> |
BrandService.insertList(List<Brand> brandList) |
boolean |
BrandService.updateList(List<Brand> brandList) |
| Modifier and Type | Method and Description |
|---|---|
Brand |
BrandSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Brand> |
BrandSCAClient.getObjectsByIds(List<Long> ids) |
List<Brand> |
BrandSCAClient.insertList(List<Brand> brandList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BrandSCAClient.insert(Brand brand) |
boolean |
BrandSCAClient.update(Brand brand) |
| Modifier and Type | Method and Description |
|---|---|
List<Brand> |
BrandSCAClient.insertList(List<Brand> brandList) |
boolean |
BrandSCAClient.updateList(List<Brand> brandList) |
Copyright © 2021. All rights reserved.