类 ProductCategoryUtils
java.lang.Object
com.ishop.merchant.util.ProductCategoryUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明acquireCategoryIdList(List<EbProductCategory> categoryList) 根据商品分类对象集合(平台)返回分类ID集合。static final List<ProductCategoryVo>acquireListTree(List<EbMerchantProductCategory> allTree, MerProductCateSortComparator sortComparator) static final List<ProductCategoryVo>acquireListTree(List<EbProductCategory> allTree, ProductCategorySortComparator sortComparator) 获取平台商品分类树列表。
-
字段详细资料
-
logger
protected static org.slf4j.Logger logger
-
-
构造器详细资料
-
ProductCategoryUtils
public ProductCategoryUtils()
-
-
方法详细资料
-
acquireCategoryIdList
根据商品分类对象集合(平台)返回分类ID集合。- 参数:
categoryList-- 返回:
-
acquireListTree
public static final List<ProductCategoryVo> acquireListTree(List<EbMerchantProductCategory> allTree, MerProductCateSortComparator sortComparator) -
acquireListTree
public static final List<ProductCategoryVo> acquireListTree(List<EbProductCategory> allTree, ProductCategorySortComparator sortComparator) 获取平台商品分类树列表。- 参数:
allTree-sortComparator-- 返回:
-