public interface ProductManager
Modifier and Type | Method and Description |
---|---|
Product |
add(Product product) |
void |
delete(String productId) |
Product |
get(String productId) |
List<Product> |
query(Product product) |
List<Product> |
query(Product product,
int start,
int limit) |
void |
update(Product product) |
Copyright © 2006–2018 TinyGroup. All rights reserved.