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

构造方法摘要
ProductManagerImpl()
           
 
方法摘要
 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 setVersionManager(VersionManager versionManager)
           
 void update(Product product)
           
 
从类 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.