category_tree::get_mapped_trees_from_object_list (public)

 category_tree::get_mapped_trees_from_object_list object_id_list \
    [ locale ]

Defined in packages/categories/tcl/category-trees-procs.tcl

Get the category trees mapped to a list of objects.

Parameters:
object_id_list - list of object to get the mapped category trees.
locale (optional) - language in which to get the name. [ad_conn locale] used by default.
Returns:
Tcl list of lists: tree_id tree_name subtree_category_id assign_single_p require_category_p widget
Author:
Jade Rubick <jader@bread.com>

Partial Call Graph (max 5 caller/called nodes):
%3 test_category_tree_procs category_tree_procs (test categories) category_tree::get_mapped_trees_from_object_list category_tree::get_mapped_trees_from_object_list test_category_tree_procs->category_tree::get_mapped_trees_from_object_list category_tree::get_name category_tree::get_name (public) category_tree::get_mapped_trees_from_object_list->category_tree::get_name db_foreach db_foreach (public) category_tree::get_mapped_trees_from_object_list->db_foreach category_tree::get_mapped_trees category_tree::get_mapped_trees (public) category_tree::get_mapped_trees->category_tree::get_mapped_trees_from_object_list

Testcases:
category_tree_procs
[ show source ]
Show another procedure: