@Service(value="cartService") public class CartServiceImpl extends Object implements CartService
| Constructor and Description |
|---|
CartServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<CartEntity> |
queryList(Map<String,Object> map) |
CartEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(CartEntity cart) |
void |
update(CartEntity cart) |
public CartEntity queryObject(Integer id)
queryObject in interface CartServicepublic List<CartEntity> queryList(Map<String,Object> map)
queryList in interface CartServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface CartServicepublic void save(CartEntity cart)
save in interface CartServicepublic void update(CartEntity cart)
update in interface CartServicepublic void delete(Integer id)
delete in interface CartServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface CartServiceCopyright © 2021. All rights reserved.