接口 ProductCategoryCache
public interface ProductCategoryCache
平台商品分类缓存定义。
- 作者:
- 时克英
-
方法概要
修饰符和类型方法说明get(int id) getThirdLevelCategoryList(Integer firstId, int limit) 获取商品分类树。voidremove(int id) voidsave(EbProductCategory category) voidupdate(EbProductCategory category)
-
方法详细资料
-
getThirdLevelCategoryList
-
getTree
获取商品分类树。- 参数:
isShow- 是否显示:1 或 0,目前看:平台时为空(看所有的),商户必须为1- 返回:
-
getListTree
List<ProductCategoryVo> getListTree() -
get
-
save
-
update
-
remove
void remove(int id)
-