}
cq.add();
List<TSFunction> functionList = systemService.getListByCriteriaQuery(
cq, false);
List<ComboTree> comboTrees = new ArrayList<ComboTree>();
ComboTreeModel comboTreeModel = new ComboTreeModel("id",
"functionName", "TSFunctions");
comboTrees = systemService
.ComboTree(functionList, comboTreeModel, null);
return comboTrees;
}