| Package | Description |
|---|---|
| com.ptteng.micro.mall.service | |
| com.ptteng.sca.micro.mall.client |
| Modifier and Type | Method and Description |
|---|---|
Cart |
CartService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Cart> |
CartService.getObjectsByIds(List<Long> ids) |
List<Cart> |
CartService.insertList(List<Cart> cartList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CartService.insert(Cart cart) |
boolean |
CartService.update(Cart cart) |
| Modifier and Type | Method and Description |
|---|---|
List<Cart> |
CartService.insertList(List<Cart> cartList) |
boolean |
CartService.updateList(List<Cart> cartList) |
| Modifier and Type | Method and Description |
|---|---|
Cart |
CartSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Cart> |
CartSCAClient.getObjectsByIds(List<Long> ids) |
List<Cart> |
CartSCAClient.insertList(List<Cart> cartList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CartSCAClient.insert(Cart cart) |
boolean |
CartSCAClient.update(Cart cart) |
| Modifier and Type | Method and Description |
|---|---|
List<Cart> |
CartSCAClient.insertList(List<Cart> cartList) |
boolean |
CartSCAClient.updateList(List<Cart> cartList) |
Copyright © 2021. All rights reserved.