org.tinygroup.remoteconfig.zk.manager.impl
类 ProductManagerImpl
java.lang.Object
org.tinygroup.remoteconfig.zk.manager.impl.ProductManagerImpl
- 所有已实现的接口:
- ProductManager
public class ProductManagerImpl
- extends Object
- implements ProductManager
- 作者:
- yanwj06282
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductManagerImpl
public ProductManagerImpl()
setVersionManager
public void setVersionManager(VersionManager versionManager)
add
public Product add(Product product)
- 指定者:
- 接口
ProductManager 中的 add
update
public void update(Product product)
- 指定者:
- 接口
ProductManager 中的 update
delete
public void delete(String productId)
- 指定者:
- 接口
ProductManager 中的 delete
get
public Product get(String productId)
- 指定者:
- 接口
ProductManager 中的 get
query
public List<Product> query(Product product)
- 模糊匹配
- 指定者:
- 接口
ProductManager 中的 query
query
public List<Product> query(Product product,
int start,
int limit)
- 指定者:
- 接口
ProductManager 中的 query
Copyright © 2006–2016 TinyGroup. All rights reserved.