I want get all super categories in sorting order(Like parent to child or child to parent).Im using this method getting all super categories. final Collection allsuperCategories = categoryModel.getAllSupercategories();
But im getting all supercategories but not in order.